Skip to content

Commit e1c239b

Browse files
committed
chore: upgrade deps
1 parent a293620 commit e1c239b

File tree

2 files changed

+1590
-948
lines changed

2 files changed

+1590
-948
lines changed

package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,30 +76,31 @@
7676
"vue": "^2.0.0 || ^3.0.0"
7777
},
7878
"dependencies": {
79-
"@babel/core": "^7.18.6",
80-
"@babel/plugin-syntax-typescript": "^7.18.6",
79+
"@babel/core": "^7.21.4",
80+
"@babel/plugin-syntax-typescript": "^7.21.4",
8181
"@rollup/pluginutils": "^5.0.2",
8282
"@vue/babel-plugin-jsx": "^1.1.1",
83-
"@vue/babel-preset-jsx": "^1.3.0",
84-
"esbuild": "^0.14.49",
85-
"local-pkg": "^0.4.2",
86-
"magic-string": "^0.26.2",
83+
"@vue/babel-preset-jsx": "^1.4.0",
84+
"esbuild": "^0.17.15",
85+
"local-pkg": "^0.4.3",
86+
"magic-string": "^0.30.0",
8787
"unplugin": "^1.3.1"
8888
},
8989
"devDependencies": {
90-
"@sxzz/eslint-config": "^2.3.3",
91-
"@types/babel__core": "^7.1.19",
92-
"@types/node": "*",
93-
"bumpp": "^8.2.1",
94-
"eslint": "^8.19.0",
95-
"eslint-define-config": "^1.5.1",
96-
"fast-glob": "^3.2.11",
97-
"prettier": "^2.7.1",
98-
"tsup": "^6.1.3",
99-
"tsx": "^3.8.0",
100-
"typescript": "^4.7.4",
101-
"vite": "^3.0.0",
102-
"vitest": "^0.18.0"
90+
"@sxzz/eslint-config": "^2.4.6",
91+
"@types/babel__core": "^7.20.0",
92+
"@types/node": "^18.15.11",
93+
"bumpp": "^9.1.0",
94+
"eslint": "^8.37.0",
95+
"eslint-define-config": "^1.17.0",
96+
"fast-glob": "^3.2.12",
97+
"prettier": "^2.8.7",
98+
"tsup": "^6.7.0",
99+
"tsx": "^3.12.6",
100+
"typescript": "^5.0.3",
101+
"vite": "^4.2.1",
102+
"vitest": "^0.29.8",
103+
"vue": "^3.2.47"
103104
},
104105
"engines": {
105106
"node": ">=14.19.0"

0 commit comments

Comments
 (0)