Skip to content

Commit

Permalink
feat: upgrade vanilla-jsoneditor to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Sep 24, 2024
1 parent 0cf5712 commit 27a821d
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 257 deletions.
2 changes: 1 addition & 1 deletion dependency-licenses.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
├─ MIT: 85
├─ Apache-2.0: 6
├─ Apache-2.0: 7
├─ BSD-2-Clause: 3
├─ BSD-3-Clause: 2
└─ ISC: 2
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
},
"dependencies": {
"vanilla-jsoneditor": "^0.23.8",
"vanilla-jsoneditor": "^1.0.0",
"vue-demi": "^0.14.10"
},
"devDependencies": {
Expand All @@ -84,7 +84,7 @@
"@commitlint/config-conventional": "^19.5.0",
"@types/cross-spawn": "^6.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "latest",
Expand Down Expand Up @@ -116,7 +116,7 @@
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vite-plugin-dts": "4.2.1",
"vite-plugin-dts": "4.2.2",
"vitepress": "^1.3.4",
"vitest": "^2.1.1",
"vue": "latest",
Expand Down
Loading

0 comments on commit 27a821d

Please sign in to comment.