Skip to content

Commit

Permalink
fix: bumping frontend-base version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoy authored Oct 1, 2019
1 parent 2a8793d commit 5d77fab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
13 changes: 3 additions & 10 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
Expand Up @@ -37,7 +37,7 @@
"@babel/preset-react": "7.0.0",
"@edx/frontend-analytics": "3.0.0",
"@edx/frontend-auth": "7.0.1",
"@edx/frontend-base": "3.0.0",
"@edx/frontend-base": "4.0.0",
"@edx/frontend-i18n": "3.0.3",
"@edx/frontend-logging": "3.0.1",
"@edx/paragon": "7.1.4",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"@edx/frontend-analytics": "^3.0.0",
"@edx/frontend-base": "^3.0.0",
"@edx/frontend-base": "^4.0.0",
"@edx/frontend-i18n": "^3.0.3",
"prop-types": "^15.7.2",
"react": "^16.9.0"
Expand Down
2 changes: 1 addition & 1 deletion src/SiteHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import LogoSVG from './logo.svg';

import messages from './SiteHeader.messages';

App.requireConfig([
App.ensureConfig([
'LMS_BASE_URL',
'LOGOUT_URL',
'LOGIN_URL',
Expand Down

0 comments on commit 5d77fab

Please sign in to comment.