Skip to content

Commit 5fe6430

Browse files
[JN-1457]: Bump react and @types/react
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.12 - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 945d66a commit 5fe6430

File tree

4 files changed

+119
-30
lines changed

4 files changed

+119
-30
lines changed

package-lock.json

Lines changed: 114 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"plotly.js": "^2.30.0",
2323
"pluralize": "^8.0.0",
2424
"query-string": "^7.1.3",
25-
"react": "^18.3.1",
25+
"react": "^19.1.0",
2626
"react-bootstrap": "^2.10.9",
2727
"react-contenteditable": "^3.3.7",
2828
"react-dom": "^18.2.0",
@@ -40,7 +40,7 @@
4040
"@types/antlr4": "^4.12.0",
4141
"@types/lodash": "^4.17.13",
4242
"@types/pluralize": "^0.0.33",
43-
"@types/react": "^18.3.12",
43+
"@types/react": "^19.1.0",
4444
"@types/react-dom": "^18.0.6",
4545
"@types/react-plotly.js": "^2.6.3",
4646
"canvas": "^2.11.2"

ui-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/cli": "^7.21.5",
2121
"@types/bootstrap": "^5.2.10",
2222
"@types/lodash": "^4.17.13",
23-
"@types/react": "^18.3.12"
23+
"@types/react": "^19.1.0"
2424
},
2525
"peerDependencies": {
2626
"@fortawesome/fontawesome-svg-core": "^6.5.1",

ui-participant/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lodash": "^4.17.21",
1919
"oidc-client-ts": "^3.1.0",
2020
"polished": "^4.3.1",
21-
"react": "^18.3.1",
21+
"react": "^19.1.0",
2222
"react-dom": "^18.2.0",
2323
"react-markdown": "^8.0.3",
2424
"react-oidc-context": "^2.2.0",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@types/bootstrap": "^5.2.10",
3434
"@types/lodash": "^4.17.13",
35-
"@types/react": "^18.3.12",
35+
"@types/react": "^19.1.0",
3636
"@types/react-dom": "^18.0.6",
3737
"@types/react-router-hash-link": "^2.4.9"
3838
},

0 commit comments

Comments
 (0)