Skip to content

Commit bb0733d

Browse files
committed
chore: update deps
1 parent e39a1cd commit bb0733d

File tree

3 files changed

+1833
-1715
lines changed

3 files changed

+1833
-1715
lines changed

eslint.config.ts renamed to eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import antfu from '@antfu/eslint-config'
33
export default antfu(
44
{
55
formatters: true,
6+
lessOpinionated: true,
67
},
78
{
89
rules: {

package.json

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -72,51 +72,49 @@
7272
}
7373
},
7474
"dependencies": {
75-
"vanilla-jsoneditor": "^0.23.2",
76-
"vue-demi": "^0.14.7"
75+
"vanilla-jsoneditor": "^0.23.7",
76+
"vue-demi": "^0.14.10"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^2.16.1",
79+
"@antfu/eslint-config": "^2.23.2",
8080
"@commitlint/cli": "^19.3.0",
8181
"@commitlint/config-conventional": "^19.2.2",
8282
"@types/cross-spawn": "^6.0.6",
8383
"@types/lodash-es": "^4.17.12",
84-
"@types/node": "^20.12.8",
84+
"@types/node": "^20.14.12",
8585
"@types/prompts": "^2.4.9",
8686
"@types/semver": "^7.5.8",
87-
"@vitejs/plugin-vue": "^5.0.4",
88-
"@vitest/ui": "^1.5.3",
89-
"@vue/compiler-sfc": "^3.4.26",
90-
"@vue/test-utils": "^2.4.5",
91-
"axios": "^1.6.8",
87+
"@vitejs/plugin-vue": "latest",
88+
"@vitest/ui": "^2.0.4",
89+
"@vue/compiler-sfc": "latest",
90+
"@vue/test-utils": "latest",
91+
"axios": "^1.7.2",
9292
"case-police": "^0.6.1",
9393
"cross-spawn": "^7.0.3",
9494
"del": "^7.1.0",
95-
"eslint": "npm:eslint-ts-patch@8.57.0-0",
96-
"eslint-plugin-format": "^0.1.1",
97-
"eslint-ts-patch": "8.57.0-0",
95+
"eslint-plugin-format": "^0.1.2",
9896
"esno": "^4.7.0",
99-
"happy-dom": "^14.7.1",
97+
"happy-dom": "^14.12.3",
10098
"json-editor-vue": "workspace:*",
10199
"kolorist": "^1.8.0",
102-
"lint-staged": "^15.2.2",
100+
"lint-staged": "^15.2.7",
103101
"lodash-es": "^4.17.21",
104102
"lossless-json": "^4.0.1",
105103
"magicast": "^0.3.4",
106104
"only-allow": "^1.2.1",
107105
"open": "^10.1.0",
108106
"prompts": "^2.4.2",
109107
"rollup-plugin-visualizer": "^5.12.0",
110-
"semver": "^7.6.0",
108+
"semver": "^7.6.3",
111109
"simple-git-hooks": "^2.11.1",
112-
"typescript": "^5.4.5",
113-
"unplugin-auto-import": "^0.17.5",
114-
"unplugin-vue-components": "^0.27.0",
115-
"vite": "^5.2.11",
116-
"vite-plugin-dts": "^3.9.0",
117-
"vitepress": "^1.1.4",
118-
"vitest": "^1.5.3",
119-
"vue": "^3.4.26",
110+
"typescript": "^5.5.4",
111+
"unplugin-auto-import": "^0.18.2",
112+
"unplugin-vue-components": "^0.27.3",
113+
"vite": "^5.3.5",
114+
"vite-plugin-dts": "4.0.0-beta.1",
115+
"vitepress": "^1.3.1",
116+
"vitest": "^2.0.4",
117+
"vue": "latest",
120118
"vue-global-config": "^0.6.1",
121119
"zhlint": "^0.8.1"
122120
},

0 commit comments

Comments
 (0)