Skip to content

Commit 1a2c4b2

Browse files
fix(deps): update all non-major dependencies
1 parent 909887c commit 1a2c4b2

File tree

2 files changed

+468
-402
lines changed

2 files changed

+468
-402
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.4.0",
4-
"packageManager": "pnpm@9.3.0",
4+
"packageManager": "pnpm@9.5.0",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "commonjs",
77
"keywords": [
@@ -73,30 +73,30 @@
7373
"vue": "^2.0.0 || ^3.0.0"
7474
},
7575
"dependencies": {
76-
"@babel/core": "^7.24.7",
76+
"@babel/core": "^7.24.8",
7777
"@babel/plugin-syntax-typescript": "^7.24.7",
7878
"@rollup/pluginutils": "^5.1.0",
7979
"@vue/babel-plugin-jsx": "^1.2.2",
8080
"@vue/babel-preset-jsx": "^1.4.0",
8181
"local-pkg": "^0.5.0",
8282
"magic-string": "^0.30.10",
83-
"unplugin": "^1.10.1"
83+
"unplugin": "^1.11.0"
8484
},
8585
"devDependencies": {
8686
"@sxzz/eslint-config": "^3.13.0",
8787
"@sxzz/prettier-config": "^2.0.2",
8888
"@types/babel__core": "^7.20.5",
89-
"@types/node": "^20.14.2",
89+
"@types/node": "^20.14.10",
9090
"bumpp": "^9.4.1",
91-
"eslint": "^9.4.0",
91+
"eslint": "^9.6.0",
9292
"fast-glob": "^3.3.2",
9393
"prettier": "^3.3.2",
9494
"tsup": "^8.1.0",
95-
"tsx": "^4.15.4",
96-
"typescript": "^5.4.5",
97-
"vite": "^5.3.1",
95+
"tsx": "^4.16.2",
96+
"typescript": "^5.5.3",
97+
"vite": "^5.3.3",
9898
"vitest": "^1.6.0",
99-
"vue": "^3.4.28"
99+
"vue": "^3.4.31"
100100
},
101101
"engines": {
102102
"node": ">=16.14.0"

0 commit comments

Comments
 (0)