Skip to content

Commit 00e7cf5

Browse files
authored
Merge branch 'master' into mfrank/sync-local-translations
2 parents a502c9d + c277150 commit 00e7cf5

File tree

17 files changed

+33
-344
lines changed

17 files changed

+33
-344
lines changed

.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ HOTJAR_VERSION='6'
3737
HOTJAR_DEBUG=''
3838
ACCOUNT_SETTINGS_URL=''
3939
ACCOUNT_PROFILE_URL=''
40-
ENABLE_NOTICES=''
4140
CAREER_LINK_URL=''
4241
ENABLE_EDX_PERSONAL_DASHBOARD=false
4342
ENABLE_PROGRAMS=false

.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ HOTJAR_VERSION='6'
4343
HOTJAR_DEBUG=''
4444
ACCOUNT_SETTINGS_URL='http://localhost:1997'
4545
ACCOUNT_PROFILE_URL='http://localhost:1995'
46-
ENABLE_NOTICES=''
4746
CAREER_LINK_URL=''
4847
ENABLE_EDX_PERSONAL_DASHBOARD=false
4948
ENABLE_PROGRAMS=false

.env.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ HOTJAR_VERSION='6'
4242
HOTJAR_DEBUG=''
4343
ACCOUNT_SETTINGS_URL='http://account-settings-url.test'
4444
ACCOUNT_PROFILE_URL='http://account-profile-url.test'
45-
ENABLE_NOTICES=''
4645
CAREER_LINK_URL=''
4746
ENABLE_EDX_PERSONAL_DASHBOARD=true
4847
ENABLE_PROGRAMS=false

example.env.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ module.exports = {
6767
NEW_RELIC_LICENSE_KEY: '',
6868
ACCOUNT_SETTINGS_URL: 'http://localhost:1997',
6969
ACCOUNT_PROFILE_URL: 'http://localhost:1995',
70-
ENABLE_NOTICES: '',
7170
CAREER_LINK_URL: '',
7271
EXPERIMENT_08_23_VAN_PAINTED_DOOR: true,
7372
};

package-lock.json

Lines changed: 27 additions & 27 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
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
3333
"@edx/frontend-component-footer": "^14.6.0",
34-
"@edx/frontend-component-header": "^6.6.0",
34+
"@edx/frontend-component-header": "^8.0.0",
3535
"@edx/frontend-enterprise-hotjar": "7.2.0",
3636
"@edx/frontend-platform": "^8.3.1",
3737
"@edx/openedx-atlas": "^0.7.0",
@@ -56,7 +56,7 @@
5656
"react-helmet": "^6.1.0",
5757
"react-intl": "6.8.9",
5858
"react-redux": "^7.2.4",
59-
"react-router-dom": "6.30.1",
59+
"react-router-dom": "6.30.2",
6060
"react-share": "^4.4.0",
6161
"redux": "4.2.1",
6262
"redux-logger": "3.0.6",

src/components/NoticesWrapper/api.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/components/NoticesWrapper/api.test.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/components/NoticesWrapper/hooks.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)