Skip to content

Commit

Permalink
chore(deps): bump vite in the npm_and_yarn group across 1 directory
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and Dwlad90 committed Jan 21, 2025
1 parent e79370f commit 1e62256
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 58 deletions.
2 changes: 1 addition & 1 deletion apps/solid-unplugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"solid-js": "^1.9.3",
"vite-plugin-solid": "^2.10.2",
"vite": "^5.4.10",
"vite": "^5.4.12",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-unplugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10",
"vite": "^5.4.12",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/vue-unplugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.12",
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"@stylexjs/babel-plugin": "^0.10.1",
"@stylexswc/rs-compiler": "0.6.3-rc.1",
"unplugin": "^1.16.1",
"vite": "^5.4.10",
"vite": "^5.4.12",
"vite-plugin-inspect": "^0.8.7"
},
"devDependencies": {
Expand All @@ -164,7 +164,7 @@
"rollup": "^4.25.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite": "^5.4.12",
"vitest": "^2.0.5",
"webpack": "^5.94.0"
},
Expand Down
Loading

0 comments on commit 1e62256

Please sign in to comment.