feat: upgrade to frontend-platform (#60)

BREAKING CHANGE: This package now relies upon frontend-platform instead of individual runway packages.
This commit is contained in:
Adam Butterworth
2019-11-21 17:18:26 -05:00
committed by GitHub
parent c64496dd08
commit d540aaa390
7 changed files with 1052 additions and 743 deletions

View File

@@ -38,10 +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-build": "1.1.0",
"@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",
@@ -61,9 +59,7 @@
"@fortawesome/react-fontawesome": "0.1.4"
},
"peerDependencies": {
"@edx/frontend-analytics": "^3.0.0",
"@edx/frontend-i18n": "^3.0.0",
"@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",