Skip to content

Commit 08592ae

Browse files
fix: update paragon dep to support v22 (#460)
1 parent c1d143a commit 08592ae

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
@@ -38,7 +38,7 @@
3838
"@edx/frontend-platform": "6.2.0",
3939
"@edx/reactifex": "^2.1.1",
4040
"@openedx/frontend-build": "13.0.27",
41-
"@openedx/paragon": "21.13.1",
41+
"@openedx/paragon": "22.0.0",
4242
"@testing-library/dom": "9.3.4",
4343
"@testing-library/jest-dom": "5.17.0",
4444
"@testing-library/react": "10.4.9",
@@ -70,6 +70,6 @@
7070
"prop-types": "^15.5.10",
7171
"react": "^16.9.0 || ^17.0.0",
7272
"react-dom": "^16.9.0 || ^17.0.0",
73-
"@openedx/paragon": ">= 21.5.7 < 22.0.0"
73+
"@openedx/paragon": ">= 21.5.7 < 23.0.0"
7474
}
7575
}

0 commit comments

Comments
 (0)