Skip to content

Commit 3582eaf

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 4fa62ea commit 3582eaf

File tree

8 files changed

+189
-68
lines changed

8 files changed

+189
-68
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.9",
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.9",
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.9",
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.9",
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.9",
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.9",
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.5.3",
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.9",
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/"

0 commit comments

Comments
 (0)