Skip to content

Commit dc5fb26

Browse files
fix(deps): update all non-major dependencies
1 parent 5f43900 commit dc5fb26

File tree

8 files changed

+737
-642
lines changed

8 files changed

+737
-642
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,31 +36,31 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.27.1",
39+
"@babel/types": "^7.27.3",
4040
"@eslint/js": "^9.27.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.15.19",
45+
"@types/node": "^22.15.26",
4646
"@vitejs/release-scripts": "^1.5.0",
4747
"conventional-changelog-cli": "^5.0.0",
4848
"eslint": "^9.27.0",
49-
"eslint-import-resolver-typescript": "^4.3.5",
50-
"eslint-plugin-import-x": "^4.12.2",
49+
"eslint-import-resolver-typescript": "^4.4.1",
50+
"eslint-plugin-import-x": "^4.13.3",
5151
"eslint-plugin-n": "^17.18.0",
5252
"eslint-plugin-regexp": "^2.7.0",
53-
"execa": "^9.5.3",
53+
"execa": "^9.6.0",
5454
"fs-extra": "^11.3.0",
55-
"lint-staged": "^16.0.0",
55+
"lint-staged": "^16.1.0",
5656
"picocolors": "^1.1.1",
5757
"playwright-chromium": "^1.52.0",
5858
"prettier": "3.5.3",
5959
"rollup": "^4.40.2",
6060
"simple-git-hooks": "^2.13.0",
6161
"tsx": "^4.19.4",
6262
"typescript": "^5.8.3",
63-
"typescript-eslint": "^8.32.1",
63+
"typescript-eslint": "^8.33.0",
6464
"unbuild": "3.5.0",
6565
"vite": "catalog:",
6666
"vitest": "^3.1.4",

packages/plugin-vue-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.27.1",
38+
"@babel/core": "^7.27.3",
3939
"@babel/plugin-transform-typescript": "^7.27.1",
40-
"@rolldown/pluginutils": "^1.0.0-beta.9",
40+
"@rolldown/pluginutils": "^1.0.0-beta.10",
4141
"@vue/babel-plugin-jsx": "^1.4.0"
4242
},
4343
"devDependencies": {

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"vue": "catalog:"
5050
},
5151
"dependencies": {
52-
"@rolldown/pluginutils": "1.0.0-beta.9"
52+
"@rolldown/pluginutils": "1.0.0-beta.10"
5353
}
5454
}

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.15.19",
7+
"@types/node": "^22.15.26",
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.15.19",
18+
"@types/node": "^22.15.26",
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.7",
14-
"tailwindcss": "^4.1.7",
13+
"@tailwindcss/vite": "^4.1.8",
14+
"tailwindcss": "^4.1.8",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.19",
18+
"@types/node": "^22.15.26",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

0 commit comments

Comments
 (0)