Skip to content

Commit

Permalink
fix: add version name & solve peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed May 15, 2024
1 parent 1749cf3 commit 361a906
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-platform",
"version": "1.0.0-semantically-released",
"version": "7.1.2-alpha.1",
"description": "Foundational application framework for Open edX micro-frontend applications.",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"universal-cookie": "4.0.4"
},
"peerDependencies": {
"@openedx/frontend-build": ">= 13.0.15",
"@openedx/frontend-build": ">= 13.0.15 || >= 13.1.4-alpha.1",
"@openedx/paragon": ">= 21.5.7 < 23.0.0 || ^22.0.0-alpha.20",
"prop-types": "^15.7.2",
"react": "^16.9.0 || ^17.0.0",
Expand Down

0 comments on commit 361a906

Please sign in to comment.