Skip to content

Commit fe5d81b

Browse files
committed
chore: upgrade deps
1 parent 5279b2e commit fe5d81b

File tree

6 files changed

+1089
-1533
lines changed

6 files changed

+1089
-1533
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "2.0.1",
44
"private": true,
5-
"packageManager": "pnpm@10.18.1",
5+
"packageManager": "pnpm@10.23.0",
66
"type": "module",
77
"keywords": [
88
"vue",
@@ -21,24 +21,24 @@
2121
},
2222
"devDependencies": {
2323
"@babel/plugin-syntax-typescript": "^7.27.1",
24-
"@rollup/plugin-babel": "^6.0.4",
24+
"@rollup/plugin-babel": "^6.1.0",
2525
"@sxzz/eslint-config": "^7.3.2",
2626
"@sxzz/prettier-config": "^2.2.5",
2727
"@types/babel__core": "^7.20.5",
2828
"@types/babel__helper-module-imports": "^7.18.3",
2929
"@types/babel__helper-plugin-utils": "^7.10.3",
30-
"@types/node": "^24.7.0",
31-
"@vitest/coverage-v8": "^3.2.4",
30+
"@types/node": "^24.10.1",
31+
"@vitest/coverage-v8": "^4.0.14",
3232
"@vue/babel-plugin-jsx": "workspace:*",
3333
"bumpp": "^10.3.1",
34-
"eslint": "^9.37.0",
35-
"jsdom": "^27.0.0",
34+
"eslint": "^9.39.1",
35+
"jsdom": "^27.2.0",
3636
"prettier": "3.6.2",
3737
"tsdown": "^0.16.7",
3838
"tslib": "^2.8.1",
3939
"typescript": "~5.9.3",
40-
"vite": "^7.1.9",
41-
"vitest": "^3.2.4"
40+
"vite": "^7.2.4",
41+
"vitest": "^4.0.14"
4242
},
4343
"prettier": "@sxzz/prettier-config"
4444
}

packages/babel-plugin-jsx/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
"@babel/helper-plugin-utils": "^7.27.1",
4747
"@babel/plugin-syntax-jsx": "^7.27.1",
4848
"@babel/template": "^7.27.2",
49-
"@babel/traverse": "^7.28.4",
50-
"@babel/types": "^7.28.4",
49+
"@babel/traverse": "^7.28.5",
50+
"@babel/types": "^7.28.5",
5151
"@vue/babel-helper-vue-transform-on": "workspace:*",
5252
"@vue/babel-plugin-resolve-type": "workspace:*",
53-
"@vue/shared": "^3.5.22"
53+
"@vue/shared": "^3.5.25"
5454
},
5555
"devDependencies": {
56-
"@babel/core": "^7.28.4",
57-
"@babel/preset-env": "^7.28.3",
56+
"@babel/core": "^7.28.5",
57+
"@babel/preset-env": "^7.28.5",
5858
"@types/babel__template": "^7.4.4",
5959
"@types/babel__traverse": "^7.28.0",
6060
"@vue/test-utils": "^2.4.6",

packages/babel-plugin-resolve-type/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@babel/code-frame": "^7.27.1",
4242
"@babel/helper-module-imports": "^7.27.1",
4343
"@babel/helper-plugin-utils": "^7.27.1",
44-
"@babel/parser": "^7.28.4",
45-
"@vue/compiler-sfc": "^3.5.22"
44+
"@babel/parser": "^7.28.5",
45+
"@vue/compiler-sfc": "^3.5.25"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.28.4",
48+
"@babel/core": "^7.28.5",
4949
"@types/babel__code-frame": "^7.0.6",
5050
"vue": "catalog:"
5151
}

packages/jsx-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.28.4",
12+
"@babel/standalone": "^7.28.5",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
15-
"monaco-editor": "^0.54.0",
15+
"monaco-editor": "^0.55.1",
1616
"vue": "catalog:"
1717
},
1818
"devDependencies": {
1919
"@types/babel__standalone": "^7.1.9",
20-
"@vitejs/plugin-vue-jsx": "^5.1.1",
20+
"@vitejs/plugin-vue-jsx": "^5.1.2",
2121
"vite": "npm:rolldown-vite@latest"
2222
}
2323
}

0 commit comments

Comments
 (0)