Skip to content

Commit 7056171

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 a5c5f35 commit 7056171

File tree

8 files changed

+44
-32
lines changed

8 files changed

+44
-32
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.12",
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.12",
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.12",
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.12",
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.12",
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.12",
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.12",
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: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7169,11 +7169,6 @@
71697169
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.3.tgz#47fe8e784c2dee24fe636cab82e090d3da9b7dec"
71707170
integrity sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==
71717171

7172-
"@types/prop-types@*":
7173-
version "15.7.12"
7174-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
7175-
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
7176-
71777172
"@types/q@^1.5.1":
71787173
version "1.5.8"
71797174
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.8.tgz#95f6c6a08f2ad868ba230ead1d2d7f7be3db3837"
@@ -7218,12 +7213,11 @@
72187213
dependencies:
72197214
"@types/react" "*"
72207215

7221-
"@types/react@*", "@types/react@18.3.1", "@types/[email protected].12", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17", "@types/react@^17.0.11":
7222-
version "18.3.1"
7223-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
7224-
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
7216+
"@types/react@*", "@types/react@19.1.12", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17", "@types/react@^19.1.12":
7217+
version "19.1.12"
7218+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.12.tgz#7bfaa76aabbb0b4fe0493c21a3a7a93d33e8937b"
7219+
integrity sha512-cMoR+FoAf/Jyq6+Df2/Z41jISvGZZ2eTlnsaJRptmZ76Caldwy1odD4xTr/gNV9VLj0AWgg/nmkevIyUfIIq5w==
72257220
dependencies:
7226-
"@types/prop-types" "*"
72277221
csstype "^3.0.2"
72287222

72297223
@@ -9416,7 +9410,7 @@ browserslist@^4.24.4:
94169410
node-releases "^2.0.19"
94179411
update-browserslist-db "^1.1.3"
94189412

9419-
browserslist@^4.25.3, browserslist@^4.9.1:
9413+
browserslist@^4.25.3:
94209414
version "4.25.3"
94219415
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.3.tgz#9167c9cbb40473f15f75f85189290678b99b16c5"
94229416
integrity sha512-cDGv1kkDI4/0e5yON9yM5G/0A5u8sf5TnmdX5C9qHzI9PPu++sQ9zjm1k9NiOrf3riY4OkK0zSGqfvJyJsgCBQ==
@@ -9426,6 +9420,16 @@ browserslist@^4.25.3, browserslist@^4.9.1:
94269420
node-releases "^2.0.19"
94279421
update-browserslist-db "^1.1.3"
94289422

9423+
browserslist@^4.9.1:
9424+
version "4.25.4"
9425+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.4.tgz#ebdd0e1d1cf3911834bab3a6cd7b917d9babf5af"
9426+
integrity sha512-4jYpcjabC606xJ3kw2QwGEZKX0Aw7sgQdZCvIK9dhVSPh76BKo+C+btT1RRofH7B+8iNpEbgGNVWiLki5q93yg==
9427+
dependencies:
9428+
caniuse-lite "^1.0.30001737"
9429+
electron-to-chromium "^1.5.211"
9430+
node-releases "^2.0.19"
9431+
update-browserslist-db "^1.1.3"
9432+
94299433
94309434
version "2.1.1"
94319435
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -9688,6 +9692,11 @@ caniuse-lite@^1.0.30001735:
96889692
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001737.tgz#8292bb7591932ff09e9a765f12fdf5629a241ccc"
96899693
integrity sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==
96909694

9695+
caniuse-lite@^1.0.30001737:
9696+
version "1.0.30001739"
9697+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001739.tgz#b34ce2d56bfc22f4352b2af0144102d623a124f4"
9698+
integrity sha512-y+j60d6ulelrNSwpPyrHdl+9mJnQzHBr08xm48Qno0nSk4h3Qojh+ziv2qE6rXf4k3tadF4o1J/1tAbVm1NtnA==
9699+
96919700
cardinal@^2.1.1:
96929701
version "2.1.1"
96939702
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-2.1.1.tgz#7cc1055d822d212954d07b085dea251cc7bc5505"
@@ -11987,6 +11996,11 @@ electron-to-chromium@^1.5.204:
1198711996
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.209.tgz#403e7a84933b7206bb2e737d897042b2a6ef8d3e"
1198811997
integrity sha512-Xoz0uMrim9ZETCQt8UgM5FxQF9+imA7PBpokoGcZloA1uw2LeHzTlip5cb5KOAsXZLjh/moN2vReN3ZjJmjI9A==
1198911998

11999+
electron-to-chromium@^1.5.211:
12000+
version "1.5.211"
12001+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.211.tgz#749317bf9cf894c06f67980940cf8074e5eb08ca"
12002+
integrity sha512-IGBvimJkotaLzFnwIVgW9/UD/AOJ2tByUmeOrtqBfACSbAw5b1G0XpvdaieKyc7ULmbwXVx+4e4Be8pOPBrYkw==
12003+
1199012004
electron-to-chromium@^1.5.73:
1199112005
version "1.5.73"
1199212006
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.73.tgz#f32956ce40947fa3c8606726a96cd8fb5bb5f720"
@@ -21774,12 +21788,10 @@ react-transition-group@^4.4.2:
2177421788
loose-envify "^1.4.0"
2177521789
prop-types "^15.6.2"
2177621790

21777-
[email protected], "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^18.3.1:
21778-
version "18.3.1"
21779-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
21780-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
21781-
dependencies:
21782-
loose-envify "^1.1.0"
21791+
[email protected], "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^19.1.1:
21792+
version "19.1.1"
21793+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
21794+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
2178321795

2178421796
read-cache@^1.0.0:
2178521797
version "1.0.0"

0 commit comments

Comments
 (0)