Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates: [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).


Updates `vite` from 4.5.0 to 5.0.0
- [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/[email protected]/packages/vite)

Updates `@vitejs/plugin-react` from 4.1.1 to 4.2.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/v4.2.0/packages/plugin-react)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and filiptammergard committed Nov 17, 2023
1 parent 2df0ae1 commit eebe502
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"storybook": "7.5.3",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite": "5.0.0",
"vite-plugin-turbosnap": "1.0.3",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/einride-ui-dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.1.1",
"@vitejs/plugin-react": "4.2.0",
"framer-motion": "10.16.5",
"luxon": "3.4.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/einride-ui-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.1.1",
"@vitejs/plugin-react": "4.2.0",
"framer-motion": "10.16.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/einride-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/luxon": "3.3.4",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vitejs/plugin-react": "4.1.1",
"@vitejs/plugin-react": "4.2.0",
"chromatic": "9.0.0",
"concurrently": "8.2.2",
"framer-motion": "10.16.5",
Expand All @@ -44,7 +44,7 @@
"react-dom": "18.2.0",
"rollup": "4.4.1",
"typescript": "5.2.2",
"vite": "4.5.0"
"vite": "5.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.4.1",
Expand Down
Loading

0 comments on commit eebe502

Please sign in to comment.