Skip to content

Commit 68d90d2

Browse files
committed
feat: upgrade vanilla-jsoneditor to v3.0
1 parent 4f04ed4 commit 68d90d2

File tree

3 files changed

+1670
-1797
lines changed

3 files changed

+1670
-1797
lines changed

licenses.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
├─ MIT: 298
1+
├─ MIT: 296
22
├─ ISC: 150
33
├─ Apache-2.0: 11
44
├─ BSD-2-Clause: 8

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -85,59 +85,59 @@
8585
}
8686
},
8787
"dependencies": {
88-
"vanilla-jsoneditor": "^2.3.3",
88+
"vanilla-jsoneditor": "^3.0.0",
8989
"vue-demi": "^0.14.10"
9090
},
9191
"devDependencies": {
92-
"@antfu/eslint-config": "^3.14.0",
93-
"@arethetypeswrong/cli": "^0.17.3",
94-
"@commitlint/cli": "^19.6.1",
95-
"@commitlint/config-conventional": "^19.6.0",
96-
"@eslint/eslintrc": "^3.2.0",
92+
"@antfu/eslint-config": "^4.3.0",
93+
"@arethetypeswrong/cli": "^0.17.4",
94+
"@commitlint/cli": "^19.7.1",
95+
"@commitlint/config-conventional": "^19.7.1",
96+
"@eslint/eslintrc": "^3.3.0",
9797
"@types/cross-spawn": "^6.0.6",
9898
"@types/lodash-es": "^4.17.12",
99-
"@types/node": "^22.10.7",
99+
"@types/node": "^22.13.5",
100100
"@types/prompts": "^2.4.9",
101101
"@types/semver": "^7.5.8",
102102
"@vitejs/plugin-vue": "^5.2.1",
103-
"@vitest/ui": "^3.0.1",
103+
"@vitest/ui": "^3.0.7",
104104
"@vue/compiler-sfc": "^3.5.13",
105105
"@vue/test-utils": "^2.4.6",
106-
"axios": "^1.7.9",
107-
"case-police": "^0.7.2",
106+
"axios": "^1.8.1",
107+
"case-police": "^1.0.0",
108108
"cnpm": "^9.4.0",
109109
"cross-spawn": "^7.0.6",
110110
"del": "^8.0.0",
111111
"destr": "^2.0.3",
112-
"eslint": "^9.18.0",
112+
"eslint": "^9.21.0",
113113
"eslint-plugin-financial": "^0.1.0",
114114
"eslint-plugin-format": "^1.0.1",
115115
"eslint-plugin-no-unsanitized": "^4.1.2",
116116
"esno": "^4.8.0",
117-
"happy-dom": "^16.6.0",
117+
"happy-dom": "^17.1.8",
118118
"json-editor-vue": "workspace:*",
119119
"kolorist": "^1.8.0",
120120
"license-checker": "^25.0.1",
121-
"lint-staged": "^15.4.1",
121+
"lint-staged": "^15.4.3",
122122
"lodash-es": "^4.17.21",
123123
"lossless-json": "^4.0.2",
124124
"magicast": "^0.3.5",
125125
"npm-deprecated-check": "^1.3.0",
126126
"only-allow": "^1.2.1",
127127
"open": "^10.1.0",
128128
"prompts": "^2.4.2",
129-
"publint": "^0.3.2",
129+
"publint": "^0.3.7",
130130
"rollup-plugin-visualizer": "^5.14.0",
131-
"semver": "^7.6.3",
131+
"semver": "^7.7.1",
132132
"simple-git-hooks": "^2.11.1",
133-
"tsup": "^8.3.5",
133+
"tsup": "^8.4.0",
134134
"typescript": "^5.7.3",
135-
"unplugin-auto-import": "^19.0.0",
136-
"unplugin-vue-components": "^28.0.0",
137-
"vite": "^6.0.7",
138-
"vite-plugin-dts": "4.5.0",
139-
"vitepress": "^1.5.0",
140-
"vitest": "^3.0.1",
135+
"unplugin-auto-import": "^19.1.1",
136+
"unplugin-vue-components": "^28.4.1",
137+
"vite": "^6.2.0",
138+
"vite-plugin-dts": "4.5.1",
139+
"vitepress": "^1.6.3",
140+
"vitest": "^3.0.7",
141141
"vue": "^3.5.13",
142142
"vue-global-config": "^0.6.3",
143143
"zhlint": "^0.8.2"

0 commit comments

Comments
 (0)