Skip to content

Commit

Permalink
released v1.8.1 #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 17, 2023
1 parent a9628fc commit 801ae40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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": "1.8.0",
"version": "1.8.1",
"description": "JSON viewer for react.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
7 changes: 2 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"version": "1.8.0",
"packages": [
"core",
"www"
]
"version": "1.8.1",
"packages": ["core", "www"]
}
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.8.0",
"version": "1.8.1",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"@uiw/react-color-colorful": "^1.3.2",
"@uiw/react-json-view": "1.8.1",
"@uiw/react-markdown-preview-example": "^1.3.1",
"@uiw/react-json-view": "1.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 801ae40

Please sign in to comment.