Skip to content

Commit 7fa17e0

Browse files
chore(deps): update all non-major dependencies
1 parent 1d6003c commit 7fa17e0

File tree

5 files changed

+1306
-1011
lines changed

5 files changed

+1306
-1011
lines changed

package.json

+14-14
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": "pnpm@9.9.0",
5+
"packageManager": "pnpm@9.12.0",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -19,26 +19,26 @@
1919
"jsx"
2020
],
2121
"devDependencies": {
22-
"@babel/plugin-syntax-typescript": "^7.25.4",
23-
"@eslint/js": "^9.10.0",
22+
"@babel/plugin-syntax-typescript": "^7.25.7",
23+
"@eslint/js": "^9.11.1",
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.5.4",
29-
"@vitest/coverage-v8": "^2.0.5",
28+
"@types/node": "^22.7.4",
29+
"@vitest/coverage-v8": "^2.1.2",
3030
"@vue/babel-plugin-jsx": "workspace:*",
31-
"bumpp": "^9.5.2",
32-
"eslint": "^9.10.0",
31+
"bumpp": "^9.6.1",
32+
"eslint": "^9.11.1",
3333
"eslint-config-prettier": "^9.1.0",
34-
"eslint-plugin-import-x": "^4.2.1",
35-
"jsdom": "^25.0.0",
34+
"eslint-plugin-import-x": "^4.3.1",
35+
"jsdom": "^25.0.1",
3636
"prettier": "^3.3.3",
3737
"tslib": "^2.7.0",
38-
"tsup": "^8.2.4",
39-
"typescript": "^5.5.4",
40-
"typescript-eslint": "^8.4.0",
41-
"vite": "^5.4.3",
42-
"vitest": "^2.0.5"
38+
"tsup": "^8.3.0",
39+
"typescript": "^5.6.2",
40+
"typescript-eslint": "^8.8.0",
41+
"vite": "^5.4.8",
42+
"vitest": "^2.1.2"
4343
}
4444
}

packages/babel-plugin-jsx/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
"dist"
2424
],
2525
"dependencies": {
26-
"@babel/helper-module-imports": "^7.24.7",
27-
"@babel/helper-plugin-utils": "^7.24.8",
28-
"@babel/plugin-syntax-jsx": "^7.24.7",
29-
"@babel/template": "^7.25.0",
30-
"@babel/traverse": "^7.25.6",
31-
"@babel/types": "^7.25.6",
26+
"@babel/helper-module-imports": "^7.25.7",
27+
"@babel/helper-plugin-utils": "^7.25.7",
28+
"@babel/plugin-syntax-jsx": "^7.25.7",
29+
"@babel/template": "^7.25.7",
30+
"@babel/traverse": "^7.25.7",
31+
"@babel/types": "^7.25.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.25.2",
39-
"@babel/preset-env": "^7.25.4",
38+
"@babel/core": "^7.25.7",
39+
"@babel/preset-env": "^7.25.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

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@babel/core": "^7.0.0-0"
4444
},
4545
"dependencies": {
46-
"@babel/code-frame": "^7.24.7",
47-
"@babel/helper-module-imports": "^7.24.7",
48-
"@babel/helper-plugin-utils": "^7.24.8",
49-
"@babel/parser": "^7.25.6",
50-
"@vue/compiler-sfc": "^3.5.3"
46+
"@babel/code-frame": "^7.25.7",
47+
"@babel/helper-module-imports": "^7.25.7",
48+
"@babel/helper-plugin-utils": "^7.25.7",
49+
"@babel/parser": "^7.25.7",
50+
"@vue/compiler-sfc": "^3.5.10"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.25.2",
53+
"@babel/core": "^7.25.7",
5454
"@types/babel__code-frame": "^7.0.6",
5555
"vue": "catalog:"
5656
}

packages/jsx-explorer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.25.6",
12+
"@babel/standalone": "^7.25.7",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
15-
"monaco-editor": "^0.51.0",
15+
"monaco-editor": "^0.52.0",
1616
"vue": "catalog:"
1717
},
1818
"devDependencies": {
1919
"@types/babel__standalone": "^7.1.7",
2020
"@vitejs/plugin-vue-jsx": "^4.0.1",
21-
"terser": "^5.31.6",
21+
"terser": "^5.34.1",
2222
"unplugin-replace": "^0.3.3",
23-
"vite": "^5.4.3"
23+
"vite": "^5.4.8"
2424
}
2525
}

0 commit comments

Comments
 (0)