Skip to content

Commit 3b74a79

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 f40bb8e commit 3b74a79

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.7.2",
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.7.1",
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
@@ -15509,12 +15509,10 @@ __metadata:
1550915509
languageName: node
1551015510
linkType: hard
1551115511

15512-
"react@npm:^18.3.1":
15513-
version: 18.3.1
15514-
resolution: "react@npm:18.3.1"
15515-
dependencies:
15516-
loose-envify: "npm:^1.1.0"
15517-
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
15512+
"react@npm:^19.2.0":
15513+
version: 19.2.0
15514+
resolution: "react@npm:19.2.0"
15515+
checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330
1551815516
languageName: node
1551915517
linkType: hard
1552015518

@@ -18811,7 +18809,7 @@ __metadata:
1881118809
"@types/lodash": "npm:^4.17.7"
1881218810
"@types/luxon": "npm:^3.7.1"
1881318811
"@types/node": "npm:20.14.11"
18814-
"@types/react": "npm:^18.3.3"
18812+
"@types/react": "npm:^19.2.0"
1881518813
"@types/react-copy-to-clipboard": "npm:^5.0.7"
1881618814
"@types/react-dom": "npm:18.3.0"
1881718815
"@types/react-redux": "npm:^7.1.33"
@@ -18834,7 +18832,7 @@ __metadata:
1883418832
minio: "npm:^8.0.6"
1883518833
nyc: "npm:^15.1.0"
1883618834
prettier: "npm:3.3.3"
18837-
react: "npm:^18.3.1"
18835+
react: "npm:^19.2.0"
1883818836
react-app-rewire-hot-loader: "npm:^2.0.1"
1883918837
react-app-rewired: "npm:^2.2.1"
1884018838
react-component-export-image: "npm:^1.0.6"

0 commit comments

Comments
 (0)