feat: upgrade to frontend-platform (#31)

BREAKING CHANGE: This package now depends on frontend-platform instead of individual runway packages
This commit is contained in:
Adam Butterworth
2019-11-21 17:19:16 -05:00
committed by GitHub
parent 227c754c48
commit b503643603
8 changed files with 590 additions and 599 deletions

View File

@@ -38,12 +38,8 @@
"@commitlint/config-angular": "8.2.0",
"@commitlint/prompt": "8.2.0",
"@commitlint/prompt-cli": "8.2.0",
"@edx/frontend-analytics": "3.0.0",
"@edx/frontend-auth": "7.0.1",
"@edx/frontend-base": "^5.0.0",
"@edx/frontend-build": "^1.3.1",
"@edx/frontend-i18n": "3.0.3",
"@edx/frontend-logging": "3.0.1",
"@edx/frontend-build": "^2.0.1",
"@edx/frontend-platform": "git+https://github.com/edx/frontend-platform.git",
"@edx/paragon": "7.1.4",
"codecov": "3.6.1",
"enzyme": "3.10.0",
@@ -65,10 +61,7 @@
"react-transition-group": "4.3.0"
},
"peerDependencies": {
"@edx/frontend-analytics": "^3.0.0",
"@edx/frontend-base": "^4.0.0",
"@edx/frontend-i18n": "^3.0.3",
"@edx/frontend-logging": "^3.0.0",
"@edx/frontend-platform": "^1.0.0",
"@edx/paragon": "^7.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0",