Skip to content

Commit 5d77fab

Browse files
authored
fix: bumping frontend-base version (#15)
1 parent 2a8793d commit 5d77fab

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
@@ -37,7 +37,7 @@
3737
"@babel/preset-react": "7.0.0",
3838
"@edx/frontend-analytics": "3.0.0",
3939
"@edx/frontend-auth": "7.0.1",
40-
"@edx/frontend-base": "3.0.0",
40+
"@edx/frontend-base": "4.0.0",
4141
"@edx/frontend-i18n": "3.0.3",
4242
"@edx/frontend-logging": "3.0.1",
4343
"@edx/paragon": "7.1.4",
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"@edx/frontend-analytics": "^3.0.0",
72-
"@edx/frontend-base": "^3.0.0",
72+
"@edx/frontend-base": "^4.0.0",
7373
"@edx/frontend-i18n": "^3.0.3",
7474
"prop-types": "^15.7.2",
7575
"react": "^16.9.0"

src/SiteHeader.jsx

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

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

13-
App.requireConfig([
13+
App.ensureConfig([
1414
'LMS_BASE_URL',
1515
'LOGOUT_URL',
1616
'LOGIN_URL',

0 commit comments

Comments
 (0)