Skip to content

Commit

Permalink
feat: allow Paragon v21 in catalog-search
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Sep 7, 2023
1 parent bb8ce43 commit 14cc27d
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 8 deletions.
156 changes: 151 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/catalog-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-enterprise-catalog-search",
"version": "4.6.0",
"version": "4.7.0",
"description": "Components related to Enterprise catalog search.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@edx/browserslist-config": "1.1.0",
"@edx/frontend-build": "12.7.0",
"@edx/frontend-platform": "4.6.0",
"@edx/paragon": "20.45.0",
"@edx/paragon": "21.1.6",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "3.4.2",
Expand All @@ -59,7 +59,7 @@
},
"peerDependencies": {
"@edx/frontend-platform": "^4.0.1",
"@edx/paragon": "^19.15.0 || ^20.0.0",
"@edx/paragon": "^19.15.0 || ^20.0.0 || ^21.0.0",
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0",
"react-instantsearch-dom": "^6.8.3",
Expand Down

0 comments on commit 14cc27d

Please sign in to comment.