Skip to content

Commit 9722940

Browse files
committed
chore: upgrade deps
1 parent cdf1637 commit 9722940

File tree

5 files changed

+1089
-1447
lines changed

5 files changed

+1089
-1447
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.4.0",
44
"private": true,
5-
"packageManager": "pnpm@10.6.1",
5+
"packageManager": "pnpm@10.7.0",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -20,25 +20,25 @@
2020
],
2121
"devDependencies": {
2222
"@babel/plugin-syntax-typescript": "^7.25.9",
23-
"@eslint/js": "^9.22.0",
23+
"@eslint/js": "^9.23.0",
2424
"@rollup/plugin-babel": "^6.0.4",
2525
"@types/babel__core": "^7.20.5",
2626
"@types/babel__helper-module-imports": "^7.18.3",
2727
"@types/babel__helper-plugin-utils": "^7.10.3",
28-
"@types/node": "^22.13.10",
29-
"@vitest/coverage-v8": "^3.0.8",
28+
"@types/node": "^22.13.14",
29+
"@vitest/coverage-v8": "^3.1.1",
3030
"@vue/babel-plugin-jsx": "workspace:*",
31-
"bumpp": "^10.0.3",
32-
"eslint": "^9.22.0",
31+
"bumpp": "^10.1.0",
32+
"eslint": "^9.23.0",
3333
"eslint-config-prettier": "^10.1.1",
34-
"eslint-plugin-import-x": "^4.6.1",
34+
"eslint-plugin-import-x": "^4.9.4",
3535
"jsdom": "^26.0.0",
3636
"prettier": "^3.5.3",
3737
"tslib": "^2.8.1",
3838
"tsup": "^8.4.0",
3939
"typescript": "~5.8.2",
40-
"typescript-eslint": "^8.26.0",
41-
"vite": "^6.2.1",
42-
"vitest": "^3.0.8"
40+
"typescript-eslint": "^8.29.0",
41+
"vite": "^6.2.4",
42+
"vitest": "^3.1.1"
4343
}
4444
}

packages/babel-plugin-jsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
"@babel/helper-module-imports": "^7.25.9",
3535
"@babel/helper-plugin-utils": "^7.26.5",
3636
"@babel/plugin-syntax-jsx": "^7.25.9",
37-
"@babel/template": "^7.26.9",
38-
"@babel/traverse": "^7.26.9",
39-
"@babel/types": "^7.26.9",
37+
"@babel/template": "^7.27.0",
38+
"@babel/traverse": "^7.27.0",
39+
"@babel/types": "^7.27.0",
4040
"@vue/babel-helper-vue-transform-on": "workspace:*",
4141
"@vue/babel-plugin-resolve-type": "workspace:*",
4242
"@vue/shared": "^3.5.13"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.26.9",
45+
"@babel/core": "^7.26.10",
4646
"@babel/preset-env": "^7.26.9",
4747
"@types/babel__template": "^7.4.4",
48-
"@types/babel__traverse": "^7.20.6",
48+
"@types/babel__traverse": "^7.20.7",
4949
"@vue/test-utils": "^2.4.6",
5050
"regenerator-runtime": "^0.14.1",
5151
"vue": "catalog:"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"@babel/code-frame": "^7.26.2",
4949
"@babel/helper-module-imports": "^7.25.9",
5050
"@babel/helper-plugin-utils": "^7.26.5",
51-
"@babel/parser": "^7.26.9",
51+
"@babel/parser": "^7.27.0",
5252
"@vue/compiler-sfc": "^3.5.13"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.26.9",
55+
"@babel/core": "^7.26.10",
5656
"@types/babel__code-frame": "^7.0.6",
5757
"vue": "catalog:"
5858
}

packages/jsx-explorer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.26.9",
12+
"@babel/standalone": "^7.27.0",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
1515
"monaco-editor": "^0.52.2",
1616
"vue": "catalog:"
1717
},
1818
"devDependencies": {
1919
"@types/babel__standalone": "^7.1.9",
20-
"@vitejs/plugin-vue-jsx": "^4.1.1",
20+
"@vitejs/plugin-vue-jsx": "^4.1.2",
2121
"terser": "^5.39.0",
2222
"unplugin-replace": "^0.5.1",
23-
"vite": "^6.2.1"
23+
"vite": "^6.2.4"
2424
}
2525
}

0 commit comments

Comments
 (0)