Skip to content

Commit b97f777

Browse files
fix: update frontend-build to fix install issues (#1553)
Earlier versions of @openedx/frontend-build used on older version of 'sharp', which caused intermittent installation issues. The version of 'sharp' was updated in @openedx/frontend-build to fix these issues, so the frontend-build version can be updated here, to fix the issues in this project too. See openedx/frontend-build#664 and openedx/frontend-build#665 for more information. The frontend-build dependency was updated by: ``` npm install --package-lock-only @openedx/frontend-build ``` Private-ref: https://tasks.opencraft.com/browse/BB-9953
1 parent b2f7579 commit b97f777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"devDependencies": {
7070
"@edx/browserslist-config": "^1.1.1",
7171
"@edx/reactifex": "1.1.0",
72-
"@openedx/frontend-build": "^14.6.1",
72+
"@openedx/frontend-build": "^14.6.2",
7373
"babel-plugin-formatjs": "10.5.39",
7474
"eslint-plugin-import": "2.32.0",
7575
"glob": "7.2.3",

0 commit comments

Comments
 (0)