Skip to content

Commit 2f71971

Browse files
authored
fix: bumping frontend-base version to 4.0.0 (#21)
1 parent 886d3b5 commit 2f71971

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

package-lock.json

Lines changed: 3 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/preset-react": "7.0.0",
4040
"@edx/frontend-analytics": "3.0.0",
4141
"@edx/frontend-auth": "7.0.1",
42-
"@edx/frontend-base": "3.0.0",
42+
"@edx/frontend-base": "4.0.0",
4343
"@edx/frontend-i18n": "3.0.3",
4444
"@edx/frontend-logging": "3.0.1",
4545
"@edx/paragon": "7.1.4",
@@ -71,7 +71,7 @@
7171
},
7272
"peerDependencies": {
7373
"@edx/frontend-analytics": "^3.0.0",
74-
"@edx/frontend-base": "^3.0.0",
74+
"@edx/frontend-base": "^4.0.0",
7575
"@edx/frontend-i18n": "^3.0.3",
7676
"prop-types": "^15.7.2",
7777
"react": "^16.9.0"

src/SiteHeader.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import LogoSVG from './logo.svg';
1111

1212
import messages from './SiteHeader.messages';
1313

14-
App.requireConfig([
14+
App.ensureConfig([
1515
'LMS_BASE_URL',
1616
'LOGOUT_URL',
1717
'LOGIN_URL',

0 commit comments

Comments
 (0)