Skip to content

Commit 03a4f2d

Browse files
chore(deps): update all non-major dependencies
1 parent a72bc11 commit 03a4f2d

File tree

6 files changed

+1212
-1129
lines changed

6 files changed

+1212
-1129
lines changed

package.json

Lines changed: 12 additions & 12 deletions
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.7.0",
5+
"packageManager": "pnpm@10.11.0",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -19,27 +19,27 @@
1919
"jsx"
2020
],
2121
"devDependencies": {
22-
"@babel/plugin-syntax-typescript": "^7.25.9",
23-
"@eslint/js": "^9.23.0",
22+
"@babel/plugin-syntax-typescript": "^7.27.1",
23+
"@eslint/js": "^9.27.0",
2424
"@oxc-project/runtime": "^0.66.0",
2525
"@rollup/plugin-babel": "^6.0.4",
2626
"@types/babel__core": "^7.20.5",
2727
"@types/babel__helper-module-imports": "^7.18.3",
2828
"@types/babel__helper-plugin-utils": "^7.10.3",
29-
"@types/node": "^22.13.14",
30-
"@vitest/coverage-v8": "^3.1.1",
29+
"@types/node": "^22.15.21",
30+
"@vitest/coverage-v8": "^3.1.4",
3131
"@vue/babel-plugin-jsx": "workspace:*",
32-
"bumpp": "^10.1.0",
33-
"eslint": "^9.23.0",
34-
"eslint-config-prettier": "^10.1.1",
35-
"eslint-plugin-import-x": "^4.9.4",
36-
"jsdom": "^26.0.0",
32+
"bumpp": "^10.1.1",
33+
"eslint": "^9.27.0",
34+
"eslint-config-prettier": "^10.1.5",
35+
"eslint-plugin-import-x": "^4.13.1",
36+
"jsdom": "^26.1.0",
3737
"prettier": "3.5.3",
3838
"tslib": "^2.8.1",
3939
"tsdown": "^0.9.6",
4040
"typescript": "~5.8.2",
41-
"typescript-eslint": "^8.29.0",
41+
"typescript-eslint": "^8.32.1",
4242
"vite": "^6.2.5",
43-
"vitest": "^3.1.1"
43+
"vitest": "^3.1.4"
4444
}
4545
}

packages/babel-plugin-jsx/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"dist"
3232
],
3333
"dependencies": {
34-
"@babel/helper-module-imports": "^7.25.9",
35-
"@babel/helper-plugin-utils": "^7.26.5",
36-
"@babel/plugin-syntax-jsx": "^7.25.9",
37-
"@babel/template": "^7.27.0",
38-
"@babel/traverse": "^7.27.0",
39-
"@babel/types": "^7.27.0",
34+
"@babel/helper-module-imports": "^7.27.1",
35+
"@babel/helper-plugin-utils": "^7.27.1",
36+
"@babel/plugin-syntax-jsx": "^7.27.1",
37+
"@babel/template": "^7.27.2",
38+
"@babel/traverse": "^7.27.1",
39+
"@babel/types": "^7.27.1",
4040
"@vue/babel-helper-vue-transform-on": "workspace:*",
4141
"@vue/babel-plugin-resolve-type": "workspace:*",
42-
"@vue/shared": "^3.5.13"
42+
"@vue/shared": "^3.5.14"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.26.10",
46-
"@babel/preset-env": "^7.26.9",
45+
"@babel/core": "^7.27.1",
46+
"@babel/preset-env": "^7.27.2",
4747
"@types/babel__template": "^7.4.4",
4848
"@types/babel__traverse": "^7.20.7",
4949
"@vue/test-utils": "^2.4.6",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"@babel/core": "^7.0.0-0"
4646
},
4747
"dependencies": {
48-
"@babel/code-frame": "^7.26.2",
49-
"@babel/helper-module-imports": "^7.25.9",
50-
"@babel/helper-plugin-utils": "^7.26.5",
51-
"@babel/parser": "^7.27.0",
52-
"@vue/compiler-sfc": "^3.5.13"
48+
"@babel/code-frame": "^7.27.1",
49+
"@babel/helper-module-imports": "^7.27.1",
50+
"@babel/helper-plugin-utils": "^7.27.1",
51+
"@babel/parser": "^7.27.2",
52+
"@vue/compiler-sfc": "^3.5.14"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.26.10",
55+
"@babel/core": "^7.27.1",
5656
"@types/babel__code-frame": "^7.0.6",
5757
"vue": "catalog:"
5858
}

packages/jsx-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.27.0",
12+
"@babel/standalone": "^7.27.2",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
1515
"monaco-editor": "^0.52.2",
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/babel__standalone": "^7.1.9",
2020
"@vitejs/plugin-vue-jsx": "^4.1.2",
21-
"terser": "^5.39.0",
21+
"terser": "^5.39.2",
2222
"unplugin-replace": "^0.5.1",
2323
"vite": "^6.2.5"
2424
}

0 commit comments

Comments
 (0)