temp: testing react router support

This commit is contained in:
Syed Ali Abbas Zaidi
2023-08-16 12:42:35 +05:00
parent aae3c2553b
commit 0f3c4d50b5
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -44,7 +44,7 @@
"redux-saga": "1.2.3" "redux-saga": "1.2.3"
}, },
"peerDependencies": { "peerDependencies": {
"@edx/frontend-platform": "5.0.0", "@edx/frontend-platform": "^4.0.0 || ^5.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0", "react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0" "react-dom": "^16.9.0 || ^17.0.0"

View File

@@ -68,7 +68,7 @@
"react-transition-group": "4.4.5" "react-transition-group": "4.4.5"
}, },
"peerDependencies": { "peerDependencies": {
"@edx/frontend-platform": "^5.0.0", "@edx/frontend-platform": "^4.0.0 || ^5.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0", "react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0" "react-dom": "^16.9.0 || ^17.0.0"