feat!: remove Paragon 21 support (#578)

BREAKING CHANGE: consumers must now use Paragon 22
This commit is contained in:
Brian Smith
2025-03-17 16:00:03 -04:00
committed by GitHub
parent 8341f17d46
commit 8d46de8fe3
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -46,7 +46,7 @@
},
"peerDependencies": {
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
"@openedx/paragon": ">= 21.5.7 < 23.0.0",
"@openedx/paragon": "^22.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",

View File

@@ -70,7 +70,7 @@
},
"peerDependencies": {
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
"@openedx/paragon": ">= 21.5.7 < 23.0.0",
"@openedx/paragon": "^22.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",