Skip to content

Commit

Permalink
Bump vite and @vitejs/plugin-react in /hashira-web (#695)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react). These dependencies needed to be updated together.

Updates `vite` from 3.2.5 to 4.0.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.0.1/packages/vite)

Updates `@vitejs/plugin-react` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@3.0.0/packages/plugin-react)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

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] authored Dec 13, 2022
1 parent 14c8e96 commit 1d7ced4
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 119 deletions.
4 changes: 2 additions & 2 deletions hashira-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.0",
"@types/ws": "^8.5.3",
"@vitejs/plugin-react": "^2.2.0",
"@vitejs/plugin-react": "^3.0.0",
"ansi-regex": "6.0.1",
"firebase-tools": "^11.17.0",
"prettier": "^2.8.0",
Expand All @@ -30,7 +30,7 @@
"styled-normalize": "^8.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^3.2.5"
"vite": "^4.0.1"
},
"dependencies": {
"firebase": "^9.15.0",
Expand Down
Loading

0 comments on commit 1d7ced4

Please sign in to comment.