fix: upgrade frontend -lib-content-componets package (#1060)

This commit is contained in:
Kristin Aoki
2024-05-31 09:56:03 -04:00
committed by GitHub
parent a585a13e97
commit a340320e8f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"@edx/frontend-component-footer": "^13.0.2",
"@edx/frontend-component-header": "^5.1.0",
"@edx/frontend-enterprise-hotjar": "^2.0.0",
"@edx/frontend-lib-content-components": "^2.1.9",
"@edx/frontend-lib-content-components": "^2.1.10",
"@edx/frontend-platform": "7.0.1",
"@edx/openedx-atlas": "^0.6.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
@@ -2580,9 +2580,9 @@
}
},
"node_modules/@edx/frontend-lib-content-components": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.1.9.tgz",
"integrity": "sha512-ACnW0w1bWBvzkC+EY83/SZHlNJ5bWpzAxMYlUSZV2CfOMQfZss48zOcCwo5WbDSw4I3q62u9qRiLLusB4Xynkw==",
"version": "2.1.10",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.1.10.tgz",
"integrity": "sha512-HCyb/W+vuaZ7LInBBYP2Xi77vJ3vqNn5d3GeKGX49+uu7nt/qJI8f3vtnSO2FjPbFuASD+uvEO6Cm/o0Dxe+Ug==",
"dependencies": {
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",

View File

@@ -45,7 +45,7 @@
"@edx/frontend-component-footer": "^13.0.2",
"@edx/frontend-component-header": "^5.1.0",
"@edx/frontend-enterprise-hotjar": "^2.0.0",
"@edx/frontend-lib-content-components": "^2.1.9",
"@edx/frontend-lib-content-components": "^2.1.10",
"@edx/frontend-platform": "7.0.1",
"@edx/openedx-atlas": "^0.6.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",