Skip to content

Commit

Permalink
build(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.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.11 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:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 8671cf9 commit 9eef53e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/demo-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng-pack": "^5.3.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@onemind-services-llc/react-icons-ng": "^5.3.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"next-pwa": "^5.6.0",
"prism-react-renderer": "^2.3.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"tiny-skeleton-loader-react": "^1.2.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@onemind-services-llc/react-icons-ng": "^5.3.0",
"@types/jest": "29.5.13",
"@types/node": "22.10.2",
"@types/react": "^18.3.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "^5.5.4"
Expand Down
24 changes: 8 additions & 16 deletions yarn.lock

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

0 comments on commit 9eef53e

Please sign in to comment.