Skip to content

Commit

Permalink
fix: bumping frontend-base version to 4.0.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoy authored Oct 1, 2019
1 parent 886d3b5 commit 2f71971
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 @@ -39,7 +39,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 @@ -71,7 +71,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 @@ -11,7 +11,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 2f71971

Please sign in to comment.