Skip to content

Commit eed1279

Browse files
fix: update paragon dep to support v22 (#400)
1 parent dcce076 commit eed1279

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
3838
"@edx/browserslist-config": "^1.1.1",
3939
"@openedx/frontend-build": "^13.0.19",
40-
"@openedx/paragon": "21.13.1",
40+
"@openedx/paragon": "22.0.0",
4141
"@edx/frontend-platform": "6.2.0",
4242
"@edx/reactifex": "^2.1.1",
4343
"@testing-library/jest-dom": "^5.16.4",
@@ -62,7 +62,7 @@
6262
},
6363
"peerDependencies": {
6464
"@edx/frontend-platform": "^7.0.0",
65-
"@openedx/paragon": ">= 21.11.3 < 22.0.0",
65+
"@openedx/paragon": ">= 21.11.3 < 23.0.0",
6666
"prop-types": "^15.5.10",
6767
"react": "^16.9.0 || ^17.0.0",
6868
"react-dom": "^16.9.0 || ^17.0.0"

0 commit comments

Comments
 (0)