fix: package.json out of sync with package-lock.json and upgrade (#1194)

This commit is contained in:
Kristin Aoki
2024-07-30 16:24:37 -04:00
committed by GitHub
parent 4f88948844
commit cc3bbfd9af
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"@edx/frontend-component-footer": "^14.0.3",
"@edx/frontend-component-header": "^5.3.3",
"@edx/frontend-enterprise-hotjar": "^2.0.0",
"@edx/frontend-lib-content-components": "^2.4.2",
"@edx/frontend-lib-content-components": "^2.6.0",
"@edx/frontend-platform": "^8.0.3",
"@edx/openedx-atlas": "^0.6.0",
"@openedx-plugins/course-app-calculator": "file:plugins/course-apps/calculator",
@@ -2713,10 +2713,9 @@
}
},
"node_modules/@edx/frontend-lib-content-components": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.5.2.tgz",
"integrity": "sha512-O7KMRBgZbrLeeUqQ4CF4Cp5xO/jFqxyh9Nj5rmSOMzpkxvaUOWkp6Wn2TW3C1Vohr8H1FJ2ytSbYeaoNN/6kRw==",
"license": "AGPL-3.0",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.6.0.tgz",
"integrity": "sha512-dqx94SSbaVSztkyInNH7GbBzMSyFvKdx1zFWa4itWeSf1cUlfvD7QBZfHC5US8kh+CHW7YvrQg6whaF2F2neNg==",
"dependencies": {
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",

View File

@@ -46,7 +46,7 @@
"@edx/frontend-component-footer": "^14.0.3",
"@edx/frontend-component-header": "^5.3.3",
"@edx/frontend-enterprise-hotjar": "^2.0.0",
"@edx/frontend-lib-content-components": "^2.4.2",
"@edx/frontend-lib-content-components": "^2.6.0",
"@edx/frontend-platform": "^8.0.3",
"@edx/openedx-atlas": "^0.6.0",
"@openedx-plugins/course-app-calculator": "file:plugins/course-apps/calculator",