Skip to content

Commit 76448eb

Browse files
fix(deps): update all non-major dependencies
1 parent 41ec642 commit 76448eb

File tree

2 files changed

+1409
-1364
lines changed

2 files changed

+1409
-1364
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.4.0",
4-
"packageManager": "pnpm@9.3.0",
4+
"packageManager": "pnpm@9.15.1",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "commonjs",
77
"keywords": [
@@ -73,30 +73,30 @@
7373
"vue": "^2.0.0 || ^3.0.0"
7474
},
7575
"dependencies": {
76-
"@babel/core": "^7.24.7",
77-
"@babel/plugin-syntax-typescript": "^7.24.7",
78-
"@rollup/pluginutils": "^5.1.0",
79-
"@vue/babel-plugin-jsx": "^1.2.2",
76+
"@babel/core": "^7.26.0",
77+
"@babel/plugin-syntax-typescript": "^7.25.9",
78+
"@rollup/pluginutils": "^5.1.4",
79+
"@vue/babel-plugin-jsx": "^1.2.5",
8080
"@vue/babel-preset-jsx": "^1.4.0",
81-
"local-pkg": "^0.5.0",
82-
"magic-string": "^0.30.10",
81+
"local-pkg": "^0.5.1",
82+
"magic-string": "^0.30.17",
8383
"unplugin": "^2.1.0"
8484
},
8585
"devDependencies": {
86-
"@sxzz/eslint-config": "^4.1.1",
86+
"@sxzz/eslint-config": "^4.5.1",
8787
"@sxzz/prettier-config": "^2.0.2",
8888
"@types/babel__core": "^7.20.5",
89-
"@types/node": "^20.14.2",
90-
"bumpp": "^9.4.1",
91-
"eslint": "^9.4.0",
89+
"@types/node": "^20.17.10",
90+
"bumpp": "^9.9.2",
91+
"eslint": "^9.17.0",
9292
"fast-glob": "^3.3.2",
93-
"prettier": "^3.3.2",
94-
"tsup": "^8.1.0",
95-
"tsx": "^4.15.4",
96-
"typescript": "^5.4.5",
97-
"vite": "^5.3.1",
98-
"vitest": "^2.0.3",
99-
"vue": "^3.4.28"
93+
"prettier": "^3.4.2",
94+
"tsup": "^8.3.5",
95+
"tsx": "^4.19.2",
96+
"typescript": "^5.7.2",
97+
"vite": "^5.4.11",
98+
"vitest": "^2.1.8",
99+
"vue": "^3.5.13"
100100
},
101101
"engines": {
102102
"node": ">=16.14.0"

0 commit comments

Comments
 (0)