Skip to content

Commit 1e62256

Browse files
dependabot[bot]Dwlad90
authored andcommitted
chore(deps): bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.10 to 5.4.12 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e79370f commit 1e62256

File tree

5 files changed

+248
-58
lines changed

5 files changed

+248
-58
lines changed

apps/solid-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"solid-js": "^1.9.3",
2222
"vite-plugin-solid": "^2.10.2",
23-
"vite": "^5.4.10",
23+
"vite": "^5.4.12",
2424
"@types/react": "19.0.0",
2525
"@types/react-dom": "19.0.0"
2626
}

apps/vite-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@vitejs/plugin-react": "^4.3.3",
21-
"vite": "^5.4.10",
21+
"vite": "^5.4.12",
2222
"@types/react": "19.0.0",
2323
"@types/react-dom": "19.0.0"
2424
}

apps/vue-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vitejs/plugin-vue": "^5.1.4",
2020
"@vitejs/plugin-vue-jsx": "^4.0.1",
2121
"typescript": "^5.6.3",
22-
"vite": "^5.4.10",
22+
"vite": "^5.4.12",
2323
"vue-tsc": "^2.1.10"
2424
}
2525
}

packages/unplugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"@stylexjs/babel-plugin": "^0.10.1",
150150
"@stylexswc/rs-compiler": "0.6.3-rc.1",
151151
"unplugin": "^1.16.1",
152-
"vite": "^5.4.10",
152+
"vite": "^5.4.12",
153153
"vite-plugin-inspect": "^0.8.7"
154154
},
155155
"devDependencies": {
@@ -164,7 +164,7 @@
164164
"rollup": "^4.25.0",
165165
"tsup": "^8.2.4",
166166
"typescript": "^5.5.4",
167-
"vite": "^5.4.2",
167+
"vite": "^5.4.12",
168168
"vitest": "^2.0.5",
169169
"webpack": "^5.94.0"
170170
},

0 commit comments

Comments
 (0)