Skip to content

Commit cb78e87

Browse files
Bump react and @types/react in /web-app
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.2.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.2.0/packages/react) Updates `@types/react` from 18.3.23 to 19.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cccf1c0 commit cb78e87

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

web-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lodash": "^4.17.21",
1414
"luxon": "^3.4.4",
1515
"mds": "https://github.com/opens3/mds.git",
16-
"react": "^18.3.1",
16+
"react": "^19.2.0",
1717
"react-component-export-image": "^1.0.6",
1818
"react-copy-to-clipboard": "^5.1.0",
1919
"react-dom": "^18.3.1",
@@ -67,7 +67,7 @@
6767
"@types/lodash": "^4.17.7",
6868
"@types/luxon": "^3.4.2",
6969
"@types/node": "20.14.11",
70-
"@types/react": "^18.3.3",
70+
"@types/react": "^19.2.0",
7171
"@types/react-copy-to-clipboard": "^5.0.7",
7272
"@types/react-dom": "18.3.0",
7373
"@types/react-redux": "^7.1.33",

web-app/yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15502,12 +15502,10 @@ __metadata:
1550215502
languageName: node
1550315503
linkType: hard
1550415504

15505-
"react@npm:^18.3.1":
15506-
version: 18.3.1
15507-
resolution: "react@npm:18.3.1"
15508-
dependencies:
15509-
loose-envify: "npm:^1.1.0"
15510-
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
15505+
"react@npm:^19.2.0":
15506+
version: 19.2.0
15507+
resolution: "react@npm:19.2.0"
15508+
checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330
1551115509
languageName: node
1551215510
linkType: hard
1551315511

@@ -18804,7 +18802,7 @@ __metadata:
1880418802
"@types/lodash": "npm:^4.17.7"
1880518803
"@types/luxon": "npm:^3.4.2"
1880618804
"@types/node": "npm:20.14.11"
18807-
"@types/react": "npm:^18.3.3"
18805+
"@types/react": "npm:^19.2.0"
1880818806
"@types/react-copy-to-clipboard": "npm:^5.0.7"
1880918807
"@types/react-dom": "npm:18.3.0"
1881018808
"@types/react-redux": "npm:^7.1.33"
@@ -18827,7 +18825,7 @@ __metadata:
1882718825
minio: "npm:^8.0.6"
1882818826
nyc: "npm:^15.1.0"
1882918827
prettier: "npm:3.3.3"
18830-
react: "npm:^18.3.1"
18828+
react: "npm:^19.2.0"
1883118829
react-app-rewire-hot-loader: "npm:^2.0.1"
1883218830
react-app-rewired: "npm:^2.2.1"
1883318831
react-component-export-image: "npm:^1.0.6"

0 commit comments

Comments
 (0)