Skip to content

Commit

Permalink
fix: bump vite and @vitejs/plugin-react
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.8 to 5.2.7
- [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/v5.2.7/packages/vite)

Updates `@vitejs/plugin-react` from 2.2.0 to 4.2.1
- [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/v4.2.1/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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent cfa3e73 commit 6d896eb
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 189 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitejs/plugin-react": "^2.1.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-loader": "^9.0.1",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.1.0",
Expand All @@ -45,7 +45,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "^5.0.4",
"vite": "^3.1.0",
"vite": "^5.2.7",
"vite-plugin-dts": "^1.6.6"
},
"author": "Ema Suriano",
Expand Down
Loading

0 comments on commit 6d896eb

Please sign in to comment.