Skip to content

Commit 84aaa22

Browse files
fix(deps): update react monorepo to v19
1 parent b81f409 commit 84aaa22

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
@@ -55,17 +55,17 @@
5555
"husky": "7.0.4",
5656
"jest": "29.7.0",
5757
"prop-types": "^15.8.1",
58-
"react": "^18.3.1",
59-
"react-dom": "^18.3.1",
58+
"react": "^19.0.0",
59+
"react-dom": "^19.0.0",
6060
"react-error-boundary": "^4.0.13",
6161
"semantic-release": "^22.0.12"
6262
},
6363
"peerDependencies": {
6464
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
6565
"@openedx/paragon": "^21.0.0 || ^22.0.0 || ^23.0.0",
6666
"prop-types": "^15.8.0",
67-
"react": "^17.0.0 || ^18.0.0",
68-
"react-dom": "^17.0.0 || ^18.0.0",
67+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
68+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
6969
"react-error-boundary": "^4.0.11"
7070
}
7171
}

0 commit comments

Comments
 (0)