Skip to content

Commit

Permalink
released v2.0.0-alpha.23 #44
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 5, 2024
1 parent e5857f3 commit 5c2fbf2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-json-view",
"version": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"description": "JSON viewer for react.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "example",
"version": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"preview": true,
"scripts": {
"build": "kkt build",
"start": "kkt start"
},
"dependencies": {
"@uiw/react-json-view": "2.0.0-alpha.22",
"@uiw/react-json-view": "2.0.0-alpha.23",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"packages": ["core", "www", "example"]
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@uiw/react-color-colorful": "^2.0.0",
"@uiw/react-json-view": "2.0.0-alpha.22",
"@uiw/react-json-view": "2.0.0-alpha.23",
"@uiw/react-markdown-preview-example": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 5c2fbf2

Please sign in to comment.