Skip to content

Commit 4a8296c

Browse files
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.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.18 to 19.2.2 - [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.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a14dcfc commit 4a8296c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
"@lumino/polling": "^2.1.4",
6969
"@lumino/signaling": "^2.1.4",
7070
"@lumino/widgets": "^2.7.1",
71-
"react": "^18.2.0",
71+
"react": "^19.2.0",
7272
"react-dom": "^18.2.0"
7373
},
7474
"devDependencies": {
7575
"@jupyterlab/builder": "^4.4.9",
76-
"@types/react": "^18.0.26",
76+
"@types/react": "^19.2.2",
7777
"@types/react-dom": "~18.3.1",
7878
"@typescript-eslint/eslint-plugin": "^8.46.0",
7979
"@typescript-eslint/parser": "^8.46.0",

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4420,7 +4420,7 @@ __metadata:
44204420
"@lumino/polling": ^2.1.4
44214421
"@lumino/signaling": ^2.1.4
44224422
"@lumino/widgets": ^2.7.1
4423-
"@types/react": ^18.0.26
4423+
"@types/react": ^19.2.2
44244424
"@types/react-dom": ~18.3.1
44254425
"@typescript-eslint/eslint-plugin": ^8.46.0
44264426
"@typescript-eslint/parser": ^8.46.0
@@ -4430,7 +4430,7 @@ __metadata:
44304430
eslint-plugin-react: ^7.37.5
44314431
npm-run-all2: ^7.0.1
44324432
prettier: ^3.6.2
4433-
react: ^18.2.0
4433+
react: ^19.2.0
44344434
react-dom: ^18.2.0
44354435
rimraf: ^6.0.1
44364436
typescript: ~5.9.3
@@ -5927,6 +5927,13 @@ __metadata:
59275927
languageName: node
59285928
linkType: hard
59295929

5930+
"react@npm:^19.2.0":
5931+
version: 19.2.0
5932+
resolution: "react@npm:19.2.0"
5933+
checksum: 33dd01bf699e1c5040eb249e0f552519adf7ee90b98c49d702a50bf23af6852ea46023a5f7f93966ab10acd7a45428fa0f193c686ecdaa7a75a03886e53ec3fe
5934+
languageName: node
5935+
linkType: hard
5936+
59305937
"read-package-json-fast@npm:^4.0.0":
59315938
version: 4.0.0
59325939
resolution: "read-package-json-fast@npm:4.0.0"

0 commit comments

Comments
 (0)