feat: upgrading deps, retheme with from @edx/brand, pull logo from config settings (#104)

* feat: upgrading deps, use logo from @edx/brand

* feat: upgrading peer deps

* feat: pr feedback

* update snapshots and example app

* pull config from AppContext

Co-authored-by: Adam Stankiewicz <agstanki@gmail.com>
This commit is contained in:
Jeff Chaves
2020-11-30 14:00:26 -05:00
committed by GitHub
parent 2e75cc95cb
commit e4d23d366b
14 changed files with 8936 additions and 5595 deletions

View File

@@ -38,9 +38,10 @@
"@commitlint/config-angular": "8.2.0",
"@commitlint/prompt": "8.2.0",
"@commitlint/prompt-cli": "8.2.0",
"@edx/frontend-build": "^2.0.4",
"@edx/frontend-platform": "1.1.6",
"@edx/paragon": "7.1.5",
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-build": "5.4.0",
"@edx/frontend-platform": "1.8.0",
"@edx/paragon": "12.0.5",
"codecov": "3.7.2",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
@@ -48,8 +49,11 @@
"prop-types": "15.7.2",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-test-renderer": "16.10.2",
"reactifex": "1.1.1"
"reactifex": "1.1.1",
"redux": "^4.0.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.30",
@@ -59,7 +63,7 @@
"@fortawesome/react-fontawesome": "0.1.11"
},
"peerDependencies": {
"@edx/frontend-platform": "^1.1.4",
"@edx/frontend-platform": "^1.8.0",
"@edx/paragon": "^7.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0",