Skip to content

Commit

Permalink
Bump vite from 5.2.12 to 5.2.14
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.12 to 5.2.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent b866884 commit 1a3477c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "^8.38.0",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite": "^5.2.14",
"vite-tsconfig-paths": "^4.3.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite": "^5.2.14",
"vite-tsconfig-paths": "^4.3.1"
},
"engines": {
Expand Down
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"flame-chart-js": "2.3.2",
"get-port": "^7.0.0",
"type-fest": "^4.26.1",
"vite": "^5.1.0",
"vite": "^5.2.14",
"vitest": "^1.0.4"
},
"dependencies": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"@shopify/hydrogen-codegen": "^0.3.2",
"@shopify/mini-oxygen": "^3.1.0",
"graphql-config": "^5.0.3",
"vite": "^5.1.0"
"vite": "^5.2.14"
},
"peerDependenciesMeta": {
"@graphql-codegen/cli": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"rimraf": "^4.1.2",
"ts-expect": "^1.3.0",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite": "^5.2.14",
"vitest": "^1.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-hydrogen": "0.12.2",
"prettier": "^2.8.4",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite": "^5.2.14",
"vite-tsconfig-paths": "^4.3.1"
},
"engines": {
Expand Down

0 comments on commit 1a3477c

Please sign in to comment.