Skip to content

Commit db26fcc

Browse files
chore(deps): update all non-major dependencies
1 parent b82c590 commit db26fcc

File tree

6 files changed

+580
-540
lines changed

6 files changed

+580
-540
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.2.5",
44
"private": true,
5-
"packageManager": "[email protected].3",
5+
"packageManager": "[email protected].5",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -20,24 +20,24 @@
2020
],
2121
"devDependencies": {
2222
"@babel/plugin-syntax-typescript": "^7.25.9",
23-
"@eslint/js": "^9.18.0",
23+
"@eslint/js": "^9.19.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.10.5",
29-
"@vitest/coverage-v8": "^2.1.8",
28+
"@types/node": "^22.13.1",
29+
"@vitest/coverage-v8": "^2.1.9",
3030
"@vue/babel-plugin-jsx": "workspace:*",
31-
"bumpp": "^9.10.0",
32-
"eslint": "^9.18.0",
31+
"bumpp": "^9.11.1",
32+
"eslint": "^9.19.0",
3333
"eslint-config-prettier": "^9.1.0",
3434
"eslint-plugin-import-x": "^4.6.1",
3535
"jsdom": "^26.0.0",
3636
"prettier": "^3.4.2",
3737
"tslib": "^2.8.1",
38-
"tsup": "^8.3.5",
38+
"tsup": "^8.3.6",
3939
"typescript": "^5.7.3",
40-
"typescript-eslint": "^8.19.1",
40+
"typescript-eslint": "^8.23.0",
4141
"vite": "^6.0.7",
4242
"vitest": "^2.1.8"
4343
}

packages/babel-plugin-jsx/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"@babel/helper-plugin-utils": "^7.26.5",
2828
"@babel/plugin-syntax-jsx": "^7.25.9",
2929
"@babel/template": "^7.25.9",
30-
"@babel/traverse": "^7.26.5",
31-
"@babel/types": "^7.26.5",
30+
"@babel/traverse": "^7.26.7",
31+
"@babel/types": "^7.26.7",
3232
"@vue/babel-helper-vue-transform-on": "workspace:*",
3333
"@vue/babel-plugin-resolve-type": "workspace:*",
3434
"html-tags": "^3.3.1",
3535
"svg-tags": "^1.0.0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.26.0",
39-
"@babel/preset-env": "^7.26.0",
38+
"@babel/core": "^7.26.7",
39+
"@babel/preset-env": "^7.26.7",
4040
"@types/babel__template": "^7.4.4",
4141
"@types/babel__traverse": "^7.20.6",
4242
"@types/svg-tags": "^1.0.2",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"@babel/code-frame": "^7.26.2",
4747
"@babel/helper-module-imports": "^7.25.9",
4848
"@babel/helper-plugin-utils": "^7.26.5",
49-
"@babel/parser": "^7.26.5",
49+
"@babel/parser": "^7.26.7",
5050
"@vue/compiler-sfc": "^3.5.13"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.26.0",
53+
"@babel/core": "^7.26.7",
5454
"@types/babel__code-frame": "^7.0.6",
5555
"vue": "catalog:"
5656
}

packages/jsx-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.26.5",
12+
"@babel/standalone": "^7.26.7",
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.1",
21-
"terser": "^5.37.0",
21+
"terser": "^5.38.0",
2222
"unplugin-replace": "^0.4.0",
2323
"vite": "^6.0.7"
2424
}

0 commit comments

Comments
 (0)