Skip to content

Commit

Permalink
feat: upgrade vanilla-jsoneditor to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Oct 28, 2024
1 parent 43d2485 commit 0c22d29
Show file tree
Hide file tree
Showing 2 changed files with 1,243 additions and 928 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,23 @@
}
},
"dependencies": {
"vanilla-jsoneditor": "^1.0.7",
"vanilla-jsoneditor": "^2.0.0",
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/eslint-config": "^3.8.0",
"@arethetypeswrong/cli": "^0.16.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/cross-spawn": "^6.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5",
"@types/node": "^22.8.1",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "latest",
"@vitest/ui": "^2.1.2",
"@vue/compiler-sfc": "latest",
"@vue/test-utils": "latest",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/ui": "^2.1.3",
"@vue/compiler-sfc": "^3.5.12",
"@vue/test-utils": "^2.4.6",
"axios": "^1.7.7",
"case-police": "^0.7.0",
"cnpm": "^9.4.0",
Expand All @@ -122,20 +122,20 @@
"only-allow": "^1.2.1",
"open": "^10.1.0",
"prompts": "^2.4.2",
"publint": "^0.2.11",
"publint": "^0.2.12",
"rollup-plugin-visualizer": "^5.12.0",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-dts": "4.2.3",
"vitepress": "^1.4.0",
"vitest": "^2.1.2",
"vue": "latest",
"vue-global-config": "^0.6.2",
"vite": "^5.4.10",
"vite-plugin-dts": "4.3.0",
"vitepress": "^1.4.1",
"vitest": "^2.1.3",
"vue": "^3.5.12",
"vue-global-config": "^0.6.3",
"zhlint": "^0.8.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 0c22d29

Please sign in to comment.