Skip to content

Commit

Permalink
chore(deps): bump react and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and eMerzh committed May 13, 2024
1 parent 20e2c25 commit 1b7195a
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 136 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"@turf/turf": "^6.5.0",
"maplibre-gl": "^4.1.3",
"posthog-js": "^1.130.2",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"serialize-query-params": "^2.0.2",
"use-query-params": "^2.2.1"
},
"resolutions": {
"@types/react": "18.0.8",
"@types/react": "18.3.2",
"@types/react-dom": "18.2.25"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@types/node": "20.12.11",
"@types/react": "18.2.45",
"@types/react": "18.3.2",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down
Loading

0 comments on commit 1b7195a

Please sign in to comment.