Skip to content

Commit 491ca1e

Browse files
fix(deps): update react monorepo to v19
1 parent 8d97839 commit 491ca1e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

example-plugin-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"dependencies": {
1515
"@openedx/frontend-build": "^14.3.1",
1616
"core-js": "^3.29.1",
17-
"react": "^18.0.0",
18-
"react-dom": "^18.0.0",
17+
"react": "^19.0.0",
18+
"react-dom": "^19.0.0",
1919
"react-router-dom": "^6.22.1"
2020
}
2121
}

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"classnames": "^2.5.1",
1616
"core-js": "^3.29.1",
1717
"prop-types": "^15.8.1",
18-
"react": "^18.0.0",
19-
"react-dom": "^18.0.0",
18+
"react": "^19.0.0",
19+
"react-dom": "^19.0.0",
2020
"react-router": "^6.22.3",
2121
"react-router-dom": "^6.22.3"
2222
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
"husky": "7.0.4",
5757
"jest": "29.7.0",
5858
"prop-types": "^15.8.1",
59-
"react": "^18.3.1",
60-
"react-dom": "^18.3.1",
59+
"react": "^19.0.0",
60+
"react-dom": "^19.0.0",
6161
"react-error-boundary": "^4.0.13",
6262
"semantic-release": "^22.0.12"
6363
},
6464
"peerDependencies": {
6565
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
6666
"@openedx/paragon": "^21.0.0 || ^22.0.0 || ^23.0.0",
6767
"prop-types": "^15.8.0",
68-
"react": "^17.0.0 || ^18.0.0",
69-
"react-dom": "^17.0.0 || ^18.0.0",
68+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
69+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
7070
"react-error-boundary": "^4.0.11"
7171
}
7272
}

0 commit comments

Comments
 (0)