Skip to content

Commit

Permalink
refactor: moving the Paragon in peer and dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Aug 9, 2023
1 parent 3dafd1c commit 597881e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 42 deletions.
60 changes: 19 additions & 41 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -33,8 +33,11 @@
},
"homepage": "https://github.com/edx/frontend-component-header-edx#readme",
"devDependencies": {
"@edx/paragon": "21.0.0-alpha.38",
"@edx/brand": "npm:@edx/brand-edx.org@2.1.2",
"@edx/browserslist-config": "1.1.1",
"@edx/frontend-build": "12.9.4",
"@edx/frontend-platform": "4.5.1",
"@edx/reactifex": "2.2.0",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
Expand All @@ -54,7 +57,6 @@
"@edx/brand": "npm:@edx/brand-edx.org@2.1.2",
"@edx/frontend-platform": "4.6.1",
"@edx/frontend-enterprise-utils": "3.4.0",
"@edx/paragon": "21.0.0-alpha.38",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"@fortawesome/free-regular-svg-icons": "6.4.0",
Expand All @@ -78,6 +80,7 @@
"prop-types": "15.8.1"
},
"peerDependencies": {
"@edx/paragon": "21.0.0-alpha.38",
"@edx/frontend-platform": "^4.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0",
Expand Down

0 comments on commit 597881e

Please sign in to comment.