Skip to content

Commit 7ae0c6a

Browse files
fix(deps): update all non-major dependencies
1 parent a30a6cb commit 7ae0c6a

File tree

2 files changed

+220
-213
lines changed

2 files changed

+220
-213
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.6.1",
4-
"packageManager": "pnpm@10.5.2",
4+
"packageManager": "pnpm@10.6.2",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "module",
77
"keywords": [
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@babel/core": "^7.26.9",
6767
"@babel/plugin-syntax-typescript": "^7.25.9",
68-
"@vue/babel-plugin-jsx": "^1.3.0",
68+
"@vue/babel-plugin-jsx": "^1.4.0",
6969
"@vue/babel-preset-jsx": "^1.4.0",
7070
"local-pkg": "^1.1.1",
7171
"magic-string": "^0.30.17",
@@ -74,17 +74,17 @@
7474
},
7575
"devDependencies": {
7676
"@sxzz/eslint-config": "^6.0.1",
77-
"@sxzz/prettier-config": "^2.2.0",
77+
"@sxzz/prettier-config": "^2.2.1",
7878
"@types/babel__core": "^7.20.5",
79-
"@types/node": "^22.13.9",
79+
"@types/node": "^22.13.10",
8080
"bumpp": "^10.0.3",
81-
"eslint": "^9.21.0",
81+
"eslint": "^9.22.0",
8282
"prettier": "^3.5.3",
83-
"tsdown": "^0.6.3",
83+
"tsdown": "^0.6.4",
8484
"tsx": "^4.19.3",
8585
"typescript": "^5.8.2",
86-
"vite": "^6.2.0",
87-
"vitest": "^3.0.7",
86+
"vite": "^6.2.1",
87+
"vitest": "^3.0.8",
8888
"vue": "^3.5.13"
8989
},
9090
"engines": {

0 commit comments

Comments
 (0)