Skip to content

Commit 405647f

Browse files
fix(deps): update all non-major dependencies (#578)
1 parent 6ac8e3a commit 405647f

File tree

7 files changed

+1107
-604
lines changed

7 files changed

+1107
-604
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,34 +36,34 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.27.0",
40-
"@eslint/js": "^9.25.1",
39+
"@babel/types": "^7.27.1",
40+
"@eslint/js": "^9.26.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
45-
"@types/node": "^22.14.1",
45+
"@types/node": "^22.15.17",
4646
"@vitejs/release-scripts": "^1.4.0",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.25.1",
48+
"eslint": "^9.26.0",
4949
"eslint-import-resolver-typescript": "^4.3.4",
50-
"eslint-plugin-import-x": "^4.10.6",
51-
"eslint-plugin-n": "^17.17.0",
50+
"eslint-plugin-import-x": "^4.11.0",
51+
"eslint-plugin-n": "^17.18.0",
5252
"eslint-plugin-regexp": "^2.7.0",
53-
"execa": "^9.5.2",
53+
"execa": "^9.5.3",
5454
"fs-extra": "^11.3.0",
55-
"lint-staged": "^15.5.1",
55+
"lint-staged": "^15.5.2",
5656
"picocolors": "^1.1.1",
5757
"playwright-chromium": "^1.52.0",
5858
"prettier": "3.5.3",
5959
"rollup": "^4.38.0",
6060
"simple-git-hooks": "^2.13.0",
61-
"tsx": "^4.19.3",
61+
"tsx": "^4.19.4",
6262
"typescript": "^5.8.3",
63-
"typescript-eslint": "^8.31.0",
63+
"typescript-eslint": "^8.32.0",
6464
"unbuild": "3.5.0",
6565
"vite": "catalog:",
66-
"vitest": "^3.1.2",
66+
"vitest": "^3.1.3",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@10.9.0",
86+
"packageManager": "pnpm@10.10.0",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

packages/plugin-vue-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.26.10",
39-
"@babel/plugin-transform-typescript": "^7.27.0",
38+
"@babel/core": "^7.27.1",
39+
"@babel/plugin-transform-typescript": "^7.27.1",
4040
"@vue/babel-plugin-jsx": "^1.4.0"
4141
},
4242
"devDependencies": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.14.1",
7+
"@types/node": "^22.15.17",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

playground/tailwind-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.14.1",
18+
"@types/node": "^22.15.17",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

playground/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.1.4",
14-
"tailwindcss": "^4.1.4",
13+
"@tailwindcss/vite": "^4.1.5",
14+
"tailwindcss": "^4.1.5",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.14.1",
18+
"@types/node": "^22.15.17",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

0 commit comments

Comments
 (0)