Skip to content

Commit

Permalink
released v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 23, 2023
1 parent 1f61356 commit 1a23563
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-json-view",
"version": "1.2.0",
"version": "1.3.0",
"description": "JSON viewer for react.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -74,8 +74,8 @@
"treeview"
],
"devDependencies": {
"@types/react-test-renderer": "^18.0.0",
"@testing-library/react": "^14.0.0",
"@types/react-test-renderer": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"packages": [
"core",
"www"
Expand Down
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": "1.2.0",
"version": "1.3.0",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -11,7 +11,7 @@
"@uiw/react-back-to-top": "1.2.3",
"@uiw/react-color-colorful": "^1.3.1",
"@uiw/react-github-corners": "^1.5.15",
"@uiw/react-json-view": "1.2.0",
"@uiw/react-json-view": "1.3.0",
"@uiw/react-markdown-preview": "^4.1.0",
"@wcj/dark-mode": "^1.0.13",
"react": "^18.2.0",
Expand Down

0 comments on commit 1a23563

Please sign in to comment.