Skip to content

Commit c033752

Browse files
chore: 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.1.1 - [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.1.1/packages/react) Updates `@types/react` from 18.3.1 to 19.1.9 - [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.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.1.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcaad18 commit c033752

File tree

8 files changed

+23
-31
lines changed

8 files changed

+23
-31
lines changed

apps/entry-app-collapsible/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@contentful/field-editor-single-line": "^1.4.5",
1414
"emotion": "^10.0.17",
1515
"prop-types": "^15.7.2",
16-
"react": "^18.3.1",
16+
"react": "^19.1.1",
1717
"react-dom": "^18.3.1",
1818
"react-sortable-hoc": "^2.0.0"
1919
},
@@ -36,7 +36,7 @@
3636
"@testing-library/user-event": "^13.1.9",
3737
"@types/jest": "^26.0.23",
3838
"@types/node": "^20.6.5",
39-
"@types/react": "^17.0.11",
39+
"@types/react": "^19.1.11",
4040
"@types/react-dom": "^17.0.7",
4141
"cross-env": "^7.0.3",
4242
"react-scripts": "5.0.1",

apps/markdown-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@contentful/field-editor-markdown": "^0.17.1",
1010
"@contentful/field-editor-shared": "^0.25.1",
1111
"@contentful/field-editor-single-line": "^0.15.6",
12-
"react": "^18.3.1",
12+
"react": "^19.1.1",
1313
"react-dom": "^18.3.1"
1414
},
1515
"scripts": {
@@ -30,7 +30,7 @@
3030
"@testing-library/user-event": "^13.1.9",
3131
"@types/jest": "^26.0.23",
3232
"@types/node": "^20.6.5",
33-
"@types/react": "^17.0.11",
33+
"@types/react": "^19.1.11",
3434
"@types/react-dom": "^17.0.8",
3535
"cross-env": "^7.0.3",
3636
"react-scripts": "5.0.1",

apps/multiple-references-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentful/f36-tokens": "^4.0.5",
99
"@contentful/field-editor-reference": "^2.21.2",
1010
"@contentful/field-editor-single-line": "^0.15.6",
11-
"react": "^18.3.1",
11+
"react": "^19.1.1",
1212
"react-dom": "^18.3.1"
1313
},
1414
"scripts": {
@@ -29,7 +29,7 @@
2929
"@testing-library/user-event": "^13.1.9",
3030
"@types/jest": "^26.0.23",
3131
"@types/node": "^20.6.5",
32-
"@types/react": "^17.0.11",
32+
"@types/react": "^19.1.11",
3333
"@types/react-dom": "^17.0.8",
3434
"cross-env": "^7.0.3",
3535
"react-scripts": "5.0.1",

apps/rich-text-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentful/f36-tokens": "^4.0.5",
99
"@contentful/field-editor-rich-text": "^3.4.21",
1010
"@contentful/field-editor-single-line": "^1.2.0",
11-
"react": "^18.3.1",
11+
"react": "^19.1.1",
1212
"react-dom": "^18.3.1"
1313
},
1414
"scripts": {
@@ -39,7 +39,7 @@
3939
"@testing-library/user-event": "^13.1.9",
4040
"@types/jest": "^26.0.23",
4141
"@types/node": "^20.6.5",
42-
"@types/react": "^17.0.11",
42+
"@types/react": "^19.1.11",
4343
"@types/react-dom": "^17.0.8",
4444
"cross-env": "^7.0.3",
4545
"react-scripts": "5.0.1",

apps/singleline-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@contentful/f36-components": "^4.70.0",
88
"@contentful/f36-tokens": "^4.0.5",
99
"@contentful/field-editor-single-line": "^0.15.6",
10-
"react": "^18.3.1",
10+
"react": "^19.1.1",
1111
"react-dom": "^18.3.1"
1212
},
1313
"scripts": {
@@ -38,7 +38,7 @@
3838
"@testing-library/user-event": "^13.1.9",
3939
"@types/jest": "^26.0.23",
4040
"@types/node": "^20.6.5",
41-
"@types/react": "^17.0.11",
41+
"@types/react": "^19.1.11",
4242
"@types/react-dom": "^17.0.8",
4343
"cross-env": "^7.0.3",
4444
"react-scripts": "5.0.1",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@testing-library/react": "12.1.5",
7070
"@types/jest": "29.5.1",
7171
"@types/lodash": "4.14.202",
72-
"@types/react": "18.3.12",
72+
"@types/react": "19.1.11",
7373
"@types/react-dom": "18.3.1",
7474
"@types/testing-library__cypress": "5.0.9",
7575
"@types/webpack-env": "1.18.4",
@@ -110,7 +110,7 @@
110110
"mocha": "10.6.0",
111111
"prettier": "3.6.2",
112112
"process": "0.11.10",
113-
"react": "18.3.1",
113+
"react": "19.1.1",
114114
"react-dom": "18.3.1",
115115
"react-markdown": "9.0.1",
116116
"remark-cli": "12.0.1",
@@ -131,9 +131,9 @@
131131
"webpack": "5.98.0"
132132
},
133133
"resolutions": {
134-
"@types/react": "18.3.1",
134+
"@types/react": "19.1.11",
135135
"babel-preset-react-app": "9.1.2",
136-
"react": "18.3.1",
136+
"react": "19.1.1",
137137
"react-dom": "18.3.1",
138138
"@contentful/app-sdk": "4.29.0"
139139
},

packages/rich-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/is-hotkey": "^0.1.6",
8484
"@udecode/plate-test-utils": "^3.2.0",
8585
"prism-react-renderer": "2.4.0",
86-
"react": "18.3.1"
86+
"react": "19.1.1"
8787
},
8888
"publishConfig": {
8989
"registry": "https://npm.pkg.github.com/"

yarn.lock

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6856,11 +6856,6 @@
68566856
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.3.tgz#47fe8e784c2dee24fe636cab82e090d3da9b7dec"
68576857
integrity sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==
68586858

6859-
"@types/prop-types@*":
6860-
version "15.7.12"
6861-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
6862-
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
6863-
68646859
"@types/q@^1.5.1":
68656860
version "1.5.8"
68666861
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.8.tgz#95f6c6a08f2ad868ba230ead1d2d7f7be3db3837"
@@ -6905,12 +6900,11 @@
69056900
dependencies:
69066901
"@types/react" "*"
69076902

6908-
"@types/react@*", "@types/react@18.3.1", "@types/[email protected]", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17", "@types/react@^17.0.11":
6909-
version "18.3.1"
6910-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
6911-
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
6903+
"@types/react@*", "@types/react@19.1.11", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17", "@types/react@^19.1.11":
6904+
version "19.1.11"
6905+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.11.tgz#a64d8ec1769fc861d22f54e6e9f360ed67b54dc8"
6906+
integrity sha512-lr3jdBw/BGj49Eps7EvqlUaoeA0xpj3pc0RoJkHpYaCHkVK7i28dKyImLQb3JVlqs3aYSXf7qYuWOW/fgZnTXQ==
69126907
dependencies:
6913-
"@types/prop-types" "*"
69146908
csstype "^3.0.2"
69156909

69166910
@@ -20855,12 +20849,10 @@ react-transition-group@^4.4.2:
2085520849
loose-envify "^1.4.0"
2085620850
prop-types "^15.6.2"
2085720851

20858-
[email protected], "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^18.3.1:
20859-
version "18.3.1"
20860-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
20861-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
20862-
dependencies:
20863-
loose-envify "^1.1.0"
20852+
[email protected], "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^19.1.1:
20853+
version "19.1.1"
20854+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
20855+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
2086420856

2086520857
read-cache@^1.0.0:
2086620858
version "1.0.0"

0 commit comments

Comments
 (0)