Skip to content

Commit 8e33a9d

Browse files
committed
chore: upgrade deps
1 parent 5c91e26 commit 8e33a9d

File tree

3 files changed

+281
-612
lines changed

3 files changed

+281
-612
lines changed

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,30 +78,28 @@
7878
"dependencies": {
7979
"@babel/plugin-syntax-typescript": "^7.18.6",
8080
"@rollup/pluginutils": "^4.2.1",
81-
"@vitejs/plugin-vue-jsx": "^1.3.10",
82-
"@vitejs/plugin-vue2-jsx": "^1.0.0",
8381
"@vue/babel-plugin-jsx": "^1.1.1",
8482
"@vue/babel-preset-jsx": "^1.3.0",
85-
"esbuild": "^0.14.48",
86-
"local-pkg": "^0.4.1",
83+
"esbuild": "^0.14.49",
84+
"local-pkg": "^0.4.2",
8785
"magic-string": "^0.26.2",
88-
"unplugin": "^0.7.0"
86+
"unplugin": "^0.7.2"
8987
},
9088
"devDependencies": {
9189
"@babel/core": "^7.18.6",
92-
"@sxzz/eslint-config": "^2.2.2",
90+
"@sxzz/eslint-config": "^2.3.3",
9391
"@types/babel__core": "^7.1.19",
9492
"@types/node": "*",
9593
"bumpp": "^8.2.1",
96-
"eslint": "^8.18.0",
94+
"eslint": "^8.19.0",
9795
"eslint-define-config": "^1.5.1",
9896
"fast-glob": "^3.2.11",
9997
"prettier": "^2.7.1",
100-
"tsup": "^6.1.2",
101-
"tsx": "^3.4.3",
98+
"tsup": "^6.1.3",
99+
"tsx": "^3.8.0",
102100
"typescript": "^4.7.4",
103-
"vite": "^2.9.12",
104-
"vitest": "^0.15.1"
101+
"vite": "^3.0.0",
102+
"vitest": "^0.18.0"
105103
},
106104
"engines": {
107105
"node": ">=14.19.0"

0 commit comments

Comments
 (0)