Skip to content

Commit

Permalink
chore!: update paragon peer dependency to use @openedx scope
Browse files Browse the repository at this point in the history
BREAKING CHANGE: consuming applications must now install paragon from the @openedx scope, paragon installed from the @edx scope will no longer satisfy the peer dependency
  • Loading branch information
brian-smith-tcril committed Jan 12, 2024
1 parent 7a28aec commit 9d252f4
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 88 deletions.
214 changes: 128 additions & 86 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.2.0",
"@edx/frontend-build": "13.0.14",
"@edx/paragon": "21.5.6",
"@openedx/paragon": "21.13.1",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"peerDependencies": {
"@edx/frontend-build": ">= 8.1.0 || ^12.9.0-alpha.1",
"@edx/paragon": ">= 10.0.0 < 22.0.0",
"@openedx/paragon": ">= 10.0.0 < 22.0.0",
"prop-types": "^15.7.2",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
Expand Down

0 comments on commit 9d252f4

Please sign in to comment.