Skip to content

Commit 4893351

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

File tree

2 files changed

+290
-254
lines changed

2 files changed

+290
-254
lines changed

package.json

+8-8
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.4.0",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "commonjs",
77
"keywords": [
@@ -80,23 +80,23 @@
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)