Skip to content

Commit bdeab1d

Browse files
fix(deps): update react monorepo
1 parent 9503d3b commit bdeab1d

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

component-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"eslint-plugin-import": "2.32.0",
2121
"eslint-plugin-jsx-a11y": "6.10.2",
2222
"eslint-plugin-react": "7.37.5",
23-
"eslint-plugin-react-hooks": "4.6.2"
23+
"eslint-plugin-react-hooks": "7.1.1"
2424
}
2525
}

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@openedx/frontend-build": "^14",
2121
"@edx/frontend-platform": "^8",
2222
"@faker-js/faker": "^10.0.0",
23-
"react": "^17.0.2",
24-
"react-dom": "^17.0.2"
23+
"react": "^19.0.0",
24+
"react-dom": "^19.0.0"
2525
}
2626
}

icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"bootstrap-icons": "^1.11.3"
2222
},
2323
"peerDependencies": {
24-
"react": "^16.8.6 || ^17 || ^18"
24+
"react": "^16.8.6 || ^17 || ^18 || ^19.0.0"
2525
},
2626
"exports": {
2727
".": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"uuid": "^9.0.0"
109109
},
110110
"peerDependencies": {
111-
"react": "^16.8.6 || ^17 || ^18",
112-
"react-dom": "^16.8.6 || ^17 || ^18",
111+
"react": "^16.8.6 || ^17 || ^18 || ^19.0.0",
112+
"react-dom": "^16.8.6 || ^17 || ^18 || ^19.0.0",
113113
"react-intl": "^5.25.1 || ^6.4.0"
114114
},
115115
"devDependencies": {
@@ -132,8 +132,8 @@
132132
"@testing-library/react": "^16.1",
133133
"@testing-library/user-event": "^14.5",
134134
"@types/jest": "^29.5.10",
135-
"@types/react": "^18",
136-
"@types/react-dom": "^18",
135+
"@types/react": "^19.0.0",
136+
"@types/react-dom": "^19.0.0",
137137
"@types/react-responsive": "^9.0.0",
138138
"@types/react-table": "^7.7.19",
139139
"@types/react-test-renderer": "^18.0.0",
@@ -155,8 +155,8 @@
155155
"jest-cli": "^29.7.0",
156156
"jest-environment-jsdom": "^29.7.0",
157157
"markdown-loader-jest": "^0.1.1",
158-
"react": "^18",
159-
"react-test-renderer": "^18",
158+
"react": "^19.0.0",
159+
"react-test-renderer": "^19.0.0",
160160
"regenerator-runtime": "^0.14.0",
161161
"semantic-release": "^25.0.0",
162162
"stylelint": "^15.11.0",

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"prism-react-renderer": "^1.3.3",
2727
"prop-types": "^15.8.1",
2828
"query-string": "^8.1.0",
29-
"react": "^18",
29+
"react": "^19.0.0",
3030
"react-docgen": "^5.4.2",
31-
"react-dom": "^18",
31+
"react-dom": "^19.0.0",
3232
"react-focus-on": "^3.6.0",
3333
"react-helmet": "^6.1.0",
3434
"react-hook-form": "^7.58.1",

0 commit comments

Comments
 (0)