We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71e437 commit 01733f6Copy full SHA for 01733f6
core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uiw/react-json-view",
3
- "version": "1.8.4",
+ "version": "1.8.5",
4
"description": "JSON viewer for react.",
5
"main": "cjs/index.js",
6
"module": "esm/index.js",
lerna.json
@@ -1,4 +1,4 @@
"packages": ["core", "www"]
}
www/package.json
"name": "website",
"preview": true,
"scripts": {
"build": "kkt build",
@@ -9,7 +9,7 @@
9
},
10
"dependencies": {
11
"@uiw/react-color-colorful": "^1.3.2",
12
- "@uiw/react-json-view": "1.8.4",
+ "@uiw/react-json-view": "1.8.5",
13
"@uiw/react-markdown-preview-example": "^1.3.1",
14
"react": "^18.2.0",
15
"react-dom": "^18.2.0"
0 commit comments