Skip to content

Commit

Permalink
chore: 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.12 to 19.0.10
- [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 Mar 7, 2025
1 parent abb3560 commit 8fd4725
Show file tree
Hide file tree
Showing 31 changed files with 1,622 additions and 1,675 deletions.
4 changes: 2 additions & 2 deletions cookbooks/app-react-ag-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@equinor/fusion-framework-cli": "workspace:^",
"@equinor/fusion-framework-react-ag-grid": "workspace:*",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@equinor/fusion-framework-cli": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-bookmark-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@equinor/fusion-framework-module-navigation": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@equinor/fusion-framework-react-module-bookmark": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"typescript": "^5.8.2"
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-bookmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@equinor/fusion-framework-module-bookmark": "workspace:^",
"@equinor/fusion-framework-module-context": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-context-custom-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@equinor/fusion-framework-react-app": "workspace:^",
"@equinor/fusion-framework-react-module-context": "workspace:^",
"@equinor/fusion-observable": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.0.8",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@equinor/fusion-framework-react-app": "workspace:^",
"@equinor/fusion-framework-react-module-context": "workspace:^",
"@equinor/fusion-observable": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.0.8",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-environment-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@equinor/fusion-framework-cli": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@equinor/fusion-framework-module-navigation": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@equinor/fusion-observable": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@equinor/fusion-framework-module": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@equinor/fusion-framework-react-module": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-msal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@equinor/fusion-framework-cli": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-people/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@equinor/fusion-framework-react-app": "workspace:^",
"@equinor/fusion-observable": "workspace:^",
"@equinor/fusion-query": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@equinor/fusion-framework-module-navigation": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@remix-run/router": "^1.8.0",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"typescript": "^5.8.2"
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@equinor/fusion-framework-cli": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/app-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@equinor/fusion-framework-cli": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
}
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/poc-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@equinor/fusion-framework-react-app": "workspace:*",
"@vitejs/plugin-react": "^4.3.1",
"is-mergeable-object": "^1.1.1",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"vite": "^6.0.7",
"vite-plugin-environment": "^1.1.3"
},
"devDependencies": {
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"@types/adm-zip": "^0.5.0",
"@types/loader-utils": "^2.0.6",
"@types/node": "^20.11.14",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"@types/rollup": "^0.54.0",
"@types/semver": "^7.5.0",
"eslint-plugin-rxjs": "^5.0.3",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"rollup": "^4.22.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
"@equinor/fusion-framework-react-module-context": "workspace:^",
"@equinor/fusion-framework-react-widget": "workspace:^",
"@equinor/fusion-observable": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.8.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/components/bookmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@equinor/fusion-framework-module-app": "workspace:^",
"@equinor/fusion-framework-module-bookmark": "workspace:^",
"@equinor/fusion-framework-module-event": "workspace:^",
"@types/react": "^18.2.50",
"react": "^18.2.0",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"styled-components": "^6.0.7",
"typescript": "^5.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/components/people-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@equinor/fusion-framework-module-bookmark": "workspace:^",
"@equinor/fusion-framework-module-event": "workspace:^",
"@equinor/fusion-wc-person": "^3.1.6",
"@types/react": "^18.2.50",
"react": "^18.2.0",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"typescript": "^5.8.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"@equinor/fusion-framework-module-feature-flag": "workspace:^",
"@equinor/fusion-framework-module-msal": "workspace:^",
"@equinor/fusion-framework-react-module-context": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/legacy-interopt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@equinor/fusion-framework-react": "workspace:^",
"@equinor/fusion-framework-react-app": "workspace:^",
"@types/history": "^4.7.2",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-router-dom": "^5.3.3",
"history": "^4.7.2",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/modules/bookmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@equinor/fusion-framework-module-navigation": "workspace:^",
"@equinor/fusion-framework-react": "workspace:^",
"@equinor/fusion-framework-react-module": "workspace:^",
"@types/react": "^18.2.50",
"react": "^18.2.0",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.8.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/modules/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@equinor/fusion-query": "workspace:^"
},
"devDependencies": {
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/modules/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@equinor/fusion-framework-react-module": "workspace:^"
},
"devDependencies": {
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.8.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/modules/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"devDependencies": {
"@equinor/fusion-framework-module-http": "workspace:^",
"@equinor/fusion-framework-react-module": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/modules/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@equinor/fusion-framework-module": "workspace:^"
},
"devDependencies": {
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/modules/signalr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@equinor/fusion-framework-module-signalr": "workspace:^"
},
"devDependencies": {
"@types/react": "^18.2.50",
"react": "^18.2.0",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"typescript": "^5.8.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"@equinor/fusion-framework-module-event": "workspace:^",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@types/node": "^20.11.14",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/uuid": "^10.0.0",
"happy-dom": "^17.0.3",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"typescript": "^5.8.2",
"vitest": "^2.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
},
"devDependencies": {
"@types/node": "^20.11.14",
"@types/react": "^18.2.50",
"@types/react": "^19.0.10",
"@types/uuid": "^10.0.0",
"react": "^18.2.0",
"react": "^19.0.0",
"typescript": "^5.8.2",
"vitest": "^2.0.5"
},
Expand Down
Loading

0 comments on commit 8fd4725

Please sign in to comment.