Skip to content

Commit b81d2e0

Browse files
fix: bump and support paragon v22 (#640)
1 parent 45bf89f commit b81d2e0

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
@@ -35,7 +35,7 @@
3535
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
3636
"@edx/browserslist-config": "1.2.0",
3737
"@openedx/frontend-build": "13.0.27",
38-
"@openedx/paragon": "21.13.1",
38+
"@openedx/paragon": "22.0.0",
3939
"@testing-library/jest-dom": "6.2.0",
4040
"@testing-library/react": "12.1.5",
4141
"@testing-library/react-hooks": "^8.0.1",
@@ -75,7 +75,7 @@
7575
},
7676
"peerDependencies": {
7777
"@openedx/frontend-build": ">= 13.0.15",
78-
"@openedx/paragon": "^21.5.7",
78+
"@openedx/paragon": ">= 21.5.7 < 23.0.0",
7979
"prop-types": "^15.7.2",
8080
"react": "^16.9.0 || ^17.0.0",
8181
"react-dom": "^16.9.0 || ^17.0.0",

0 commit comments

Comments
 (0)