Skip to content

Commit 46edd7e

Browse files
fix(deps): update all non-major dependencies (#688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45e33da commit 46edd7e

File tree

6 files changed

+534
-433
lines changed

6 files changed

+534
-433
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.28.4",
39+
"@babel/types": "^7.28.5",
4040
"@eslint/js": "^9.38.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
@@ -51,7 +51,7 @@
5151
"eslint-plugin-regexp": "^2.10.0",
5252
"execa": "^9.6.0",
5353
"fs-extra": "^11.3.2",
54-
"lint-staged": "^16.2.5",
54+
"lint-staged": "^16.2.6",
5555
"picocolors": "^1.1.1",
5656
"playwright-chromium": "^1.56.1",
5757
"prettier": "3.6.2",

packages/plugin-vue-jsx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.28.4",
38+
"@babel/core": "^7.28.5",
3939
"@babel/plugin-syntax-typescript": "^7.27.1",
40-
"@babel/plugin-transform-typescript": "^7.28.0",
41-
"@rolldown/pluginutils": "^1.0.0-beta.44",
40+
"@babel/plugin-transform-typescript": "^7.28.5",
41+
"@rolldown/pluginutils": "^1.0.0-beta.45",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},
4444
"devDependencies": {
45-
"tsdown": "^0.15.9",
45+
"tsdown": "^0.15.10",
4646
"vite": "catalog:"
4747
},
4848
"peerDependencies": {

packages/plugin-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"rollup": "^4.52.5",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
48-
"tsdown": "^0.15.9",
48+
"tsdown": "^0.15.10",
4949
"vite": "catalog:",
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.44"
53+
"@rolldown/pluginutils": "1.0.0-beta.45"
5454
}
5555
}

playground/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.1.15",
14-
"tailwindcss": "^4.1.15",
13+
"@tailwindcss/vite": "^4.1.16",
14+
"tailwindcss": "^4.1.16",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)