feat: upgrade frontend-lib-content-components (#436)

This commit is contained in:
Kristin Aoki
2023-01-24 13:51:06 -05:00
committed by GitHub
parent b2981318b0
commit a99eb8a44a
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-build": "^11.0.0",
"@edx/frontend-component-footer": "11.1.1",
"@edx/frontend-lib-content-components": "^1.85.0",
"@edx/frontend-lib-content-components": "^1.87.0",
"@edx/frontend-platform": "2.5.1",
"@edx/paragon": "^20.27.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",
@@ -2179,9 +2179,9 @@
}
},
"node_modules/@edx/frontend-lib-content-components": {
"version": "1.85.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.85.0.tgz",
"integrity": "sha512-tzdEXUGiof/ce7cb9eMsTiuhmUUz8aFnKgPMMzRQVjP6bT7V2XYp9J5O02dUJhJkIZk9TZmIEYQeCTcsqV2teQ==",
"version": "1.87.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.87.0.tgz",
"integrity": "sha512-GzsmX+Bg0z2I1FeplXUXJzMYwF8XWOt6THDNIh2kwQVEOAt/fM/DxkkdPkrSqXOrLN9H8buI6Uen2/E8AKbt8A==",
"dependencies": {
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
@@ -2209,7 +2209,7 @@
},
"peerDependencies": {
"@edx/frontend-platform": ">1.15.0",
"@edx/paragon": "^20.21.0",
"@edx/paragon": "^20.27.0",
"prop-types": "^15.5.10",
"react": "^16.14.0",
"react-dom": "^16.14.0"
@@ -27132,9 +27132,9 @@
}
},
"@edx/frontend-lib-content-components": {
"version": "1.85.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.85.0.tgz",
"integrity": "sha512-tzdEXUGiof/ce7cb9eMsTiuhmUUz8aFnKgPMMzRQVjP6bT7V2XYp9J5O02dUJhJkIZk9TZmIEYQeCTcsqV2teQ==",
"version": "1.87.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.87.0.tgz",
"integrity": "sha512-GzsmX+Bg0z2I1FeplXUXJzMYwF8XWOt6THDNIh2kwQVEOAt/fM/DxkkdPkrSqXOrLN9H8buI6Uen2/E8AKbt8A==",
"requires": {
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",

View File

@@ -36,7 +36,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-build": "^11.0.0",
"@edx/frontend-component-footer": "11.1.1",
"@edx/frontend-lib-content-components": "^1.85.0",
"@edx/frontend-lib-content-components": "^1.87.0",
"@edx/frontend-platform": "2.5.1",
"@edx/paragon": "^20.27.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",