Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [chromatic](https://github.com/chromaui/chromatic-cli) and [rollup](https://github.com/rollup/rollup).


Updates `vitest` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.0/packages/vitest)

Updates `@types/react` from 18.2.55 to 18.2.56
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `chromatic` from 10.9.5 to 10.9.6
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v10.9.5...v10.9.6)

Updates `rollup` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.11.0...v4.12.0)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: rollup
  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 Feb 19, 2024
1 parent 46e2442 commit 44af829
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 127 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"vite": "5.1.3",
"vite-plugin-turbosnap": "1.0.3",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.2"
"vitest": "1.3.0"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/einride-ui-dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@storybook/jest": "0.2.3",
"@storybook/react": "7.6.16",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"framer-motion": "11.0.5",
"luxon": "3.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.11.0",
"rollup": "4.12.0",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/einride-ui-labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@storybook/jest": "0.2.3",
"@storybook/react": "7.6.16",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"framer-motion": "11.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.11.0",
"rollup": "4.12.0",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/einride-ui-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@storybook/testing-library": "0.2.2",
"mapbox-gl": "3.1.2",
"react-map-gl": "7.1.7",
"rollup": "4.11.0",
"rollup": "4.12.0",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/einride-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@storybook/testing-library": "0.2.2",
"@types/lodash.merge": "4.6.9",
"@types/luxon": "3.4.2",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"chromatic": "10.9.5",
"chromatic": "10.9.6",
"concurrently": "8.2.2",
"framer-motion": "11.0.5",
"luxon": "3.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.11.0",
"rollup": "4.12.0",
"typescript": "5.3.3",
"vite": "5.1.3"
},
Expand Down
Loading

0 comments on commit 44af829

Please sign in to comment.