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:
13
package.json
13
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user