Skip to content

Commit 0d1c4e9

Browse files
fix(deps): update react monorepo
1 parent e53bf91 commit 0d1c4e9

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

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.0.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
"@edx/frontend-build": "^13.0.14",
2121
"@edx/frontend-platform": "^8",
2222
"@faker-js/faker": "^7.6.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": "^19.0.0"
2525
},
2626
"exports": {
2727
".": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
"uuid": "^9.0.0"
108108
},
109109
"peerDependencies": {
110-
"react": "^16.8.6 || ^17 || ^18",
111-
"react-dom": "^16.8.6 || ^17 || ^18",
110+
"react": "^19.0.0",
111+
"react-dom": "^19.0.0",
112112
"react-intl": "^5.25.1 || ^6.4.0"
113113
},
114114
"devDependencies": {
@@ -131,8 +131,8 @@
131131
"@testing-library/react": "^16.1",
132132
"@testing-library/user-event": "^14.5",
133133
"@types/jest": "^29.5.10",
134-
"@types/react": "^18",
135-
"@types/react-dom": "^18",
134+
"@types/react": "^19.0.0",
135+
"@types/react-dom": "^19.0.0",
136136
"@types/react-responsive": "^9.0.0",
137137
"@types/react-table": "^7.7.19",
138138
"@types/react-test-renderer": "^18.0.0",
@@ -156,8 +156,8 @@
156156
"jest-environment-jsdom": "^29.7.0",
157157
"lint-staged": "^15.2.0",
158158
"markdown-loader-jest": "^0.1.1",
159-
"react": "^18",
160-
"react-test-renderer": "^18",
159+
"react": "^19.0.0",
160+
"react-test-renderer": "^19.0.0",
161161
"regenerator-runtime": "^0.14.0",
162162
"semantic-release": "^20.1.3",
163163
"stylelint": "^15.11.0",

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"prism-react-renderer": "^1.3.3",
2828
"prop-types": "^15.8.1",
2929
"query-string": "^8.1.0",
30-
"react": "^18",
30+
"react": "^19.0.0",
3131
"react-docgen": "^5.4.2",
32-
"react-dom": "^18",
32+
"react-dom": "^19.0.0",
3333
"react-focus-on": "^3.6.0",
3434
"react-helmet": "^6.1.0",
3535
"react-hook-form": "^7.58.1",

0 commit comments

Comments
 (0)