Skip to content

Commit

Permalink
chore(deps-dev): bump react and @types/react (#65)
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.3.1 to 19.0.0
- [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/v19.0.0/packages/react)

Updates `@types/react` from 18.3.12 to 19.0.1
- [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:development
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 17, 2024
1 parent e0943f0 commit 0dfbc06
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 34 deletions.
44 changes: 14 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/fixtures/legacy-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"lint": "NODE_OPTIONS=\"--no-warnings\" ESLINT_USE_FLAT_CONFIG=false eslint ./src --ext .tsx"
},
"devDependencies": {
"@types/react": "18.3.12",
"react": "18.3.1",
"@types/react": "19.0.1",
"react": "19.0.0",
"eslint-plugin-react-import": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions tests/fixtures/recommended-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"lint": "eslint ."
},
"devDependencies": {
"@types/react": "18.3.12",
"react": "18.3.1",
"@types/react": "19.0.1",
"react": "19.0.0",
"eslint-plugin-react-import": "workspace:*"
}
}

0 comments on commit 0dfbc06

Please sign in to comment.