Skip to content

Commit dafc6f6

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 3917b67 commit dafc6f6

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: ^8.0.4
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
@@ -5934,6 +5934,13 @@ __metadata:
59345934
languageName: node
59355935
linkType: hard
59365936

5937+
"react@npm:^19.2.0":
5938+
version: 19.2.0
5939+
resolution: "react@npm:19.2.0"
5940+
checksum: 33dd01bf699e1c5040eb249e0f552519adf7ee90b98c49d702a50bf23af6852ea46023a5f7f93966ab10acd7a45428fa0f193c686ecdaa7a75a03886e53ec3fe
5941+
languageName: node
5942+
linkType: hard
5943+
59375944
"read-package-json-fast@npm:^4.0.0":
59385945
version: 4.0.0
59395946
resolution: "read-package-json-fast@npm:4.0.0"

0 commit comments

Comments
 (0)