Skip to content

Commit c61391c

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 4fa2251 commit c61391c

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
@@ -15371,12 +15371,10 @@ __metadata:
1537115371
languageName: node
1537215372
linkType: hard
1537315373

15374-
"react@npm:^18.3.1":
15375-
version: 18.3.1
15376-
resolution: "react@npm:18.3.1"
15377-
dependencies:
15378-
loose-envify: "npm:^1.1.0"
15379-
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
15374+
"react@npm:^19.2.0":
15375+
version: 19.2.0
15376+
resolution: "react@npm:19.2.0"
15377+
checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330
1538015378
languageName: node
1538115379
linkType: hard
1538215380

@@ -18673,7 +18671,7 @@ __metadata:
1867318671
"@types/lodash": "npm:^4.17.7"
1867418672
"@types/luxon": "npm:^3.4.2"
1867518673
"@types/node": "npm:20.14.11"
18676-
"@types/react": "npm:^18.3.3"
18674+
"@types/react": "npm:^19.2.0"
1867718675
"@types/react-copy-to-clipboard": "npm:^5.0.7"
1867818676
"@types/react-dom": "npm:18.3.0"
1867918677
"@types/react-redux": "npm:^7.1.33"
@@ -18696,7 +18694,7 @@ __metadata:
1869618694
minio: "npm:^8.0.1"
1869718695
nyc: "npm:^15.1.0"
1869818696
prettier: "npm:3.3.3"
18699-
react: "npm:^18.3.1"
18697+
react: "npm:^19.2.0"
1870018698
react-app-rewire-hot-loader: "npm:^2.0.1"
1870118699
react-app-rewired: "npm:^2.2.1"
1870218700
react-component-export-image: "npm:^1.0.6"

0 commit comments

Comments
 (0)