Skip to content

Commit

Permalink
build(deps): bump vite from 2.9.15 to 2.9.16 (#660)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2023
1 parent 2a0ccb9 commit 0a5973d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 575 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jsesc": "^3.0.2",
"node-fetch": "^3.3.0",
"serve-static": "^1.15.0",
"vite": "^3.2.3",
"vite": "^2.9.16",
"vite-plugin-babel": "^1.1.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jsesc": "^3.0.2",
"node-fetch": "^3.3.0",
"serve-static": "^1.15.0",
"vite": "^3.2.3",
"vite": "^2.9.16",
"vite-plugin-babel": "^1.1.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@types/fs-extra": "^9.0.13",
"fs-extra": "^10.1.0",
"is-ci-cli": "^2.2.0",
"vite": "^4.4.1",
"vite": "^2.9.16",
"vitest": "^0.33.0",
"zod": "^3.20.2"
}
Expand Down
Loading

0 comments on commit 0a5973d

Please sign in to comment.