Skip to content

Commit 3218483

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

File tree

6 files changed

+804
-687
lines changed

6 files changed

+804
-687
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.5.0",
44
"private": true,
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.18.0",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -21,25 +21,25 @@
2121
],
2222
"devDependencies": {
2323
"@babel/plugin-syntax-typescript": "^7.27.1",
24-
"@eslint/js": "^9.33.0",
24+
"@eslint/js": "^9.36.0",
2525
"@oxc-project/runtime": "^0.81.0",
2626
"@rollup/plugin-babel": "^6.0.4",
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.2.1",
30+
"@types/node": "^24.6.2",
3131
"@vitest/coverage-v8": "^3.2.4",
3232
"@vue/babel-plugin-jsx": "workspace:*",
33-
"bumpp": "^10.2.2",
34-
"eslint": "^9.33.0",
33+
"bumpp": "^10.2.3",
34+
"eslint": "^9.36.0",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-import-x": "^4.16.1",
3737
"jsdom": "^26.1.0",
3838
"prettier": "3.6.2",
3939
"tsdown": "^0.14.0",
4040
"tslib": "^2.8.1",
4141
"typescript": "~5.9.2",
42-
"typescript-eslint": "^8.39.0",
42+
"typescript-eslint": "^8.45.0",
4343
"vite": "^7.1.5",
4444
"vitest": "^3.2.4"
4545
}

packages/babel-plugin-jsx/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"@babel/helper-plugin-utils": "^7.27.1",
3232
"@babel/plugin-syntax-jsx": "^7.27.1",
3333
"@babel/template": "^7.27.2",
34-
"@babel/traverse": "^7.28.0",
35-
"@babel/types": "^7.28.2",
34+
"@babel/traverse": "^7.28.4",
35+
"@babel/types": "^7.28.4",
3636
"@vue/babel-helper-vue-transform-on": "workspace:*",
3737
"@vue/babel-plugin-resolve-type": "workspace:*",
38-
"@vue/shared": "^3.5.18"
38+
"@vue/shared": "^3.5.22"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.28.0",
42-
"@babel/preset-env": "^7.28.0",
41+
"@babel/core": "^7.28.4",
42+
"@babel/preset-env": "^7.28.3",
4343
"@types/babel__template": "^7.4.4",
4444
"@types/babel__traverse": "^7.28.0",
4545
"@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
@@ -44,11 +44,11 @@
4444
"@babel/code-frame": "^7.27.1",
4545
"@babel/helper-module-imports": "^7.27.1",
4646
"@babel/helper-plugin-utils": "^7.27.1",
47-
"@babel/parser": "^7.28.0",
48-
"@vue/compiler-sfc": "^3.5.18"
47+
"@babel/parser": "^7.28.4",
48+
"@vue/compiler-sfc": "^3.5.22"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.28.0",
51+
"@babel/core": "^7.28.4",
5252
"@types/babel__code-frame": "^7.0.6",
5353
"vue": "catalog:"
5454
}

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.28.2",
12+
"@babel/standalone": "^7.28.4",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
1515
"monaco-editor": "^0.52.2",

0 commit comments

Comments
 (0)