feat: upgrade to 1.76.0 (#429)

This commit is contained in:
connorhaugh
2023-01-12 15:43:22 -05:00
committed by GitHub
parent 1c5ab42ea6
commit fe9a9a37e7
2 changed files with 8 additions and 8 deletions

14
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.74.0",
"@edx/frontend-lib-content-components": "^1.76.0",
"@edx/frontend-platform": "2.5.1",
"@edx/paragon": "^20.21.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",
@@ -2179,9 +2179,9 @@
}
},
"node_modules/@edx/frontend-lib-content-components": {
"version": "1.74.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.74.0.tgz",
"integrity": "sha512-Yuz5FkvXY4qwO+qOkkJL6QQp8sng2on2APYsi2OD/s7iq/yqpm5KmSNyqLibIyFEF0rW6cSNnIInufk+tACGlA==",
"version": "1.76.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.76.0.tgz",
"integrity": "sha512-HdIE7UuL3mSZwpWdJqFPzpV8tuDyso8qc9Cdc8SD5kMfnMdn7EhaerbbcVO9K77Y1UO+/m3DSvoi8pU/K3c0Sg==",
"dependencies": {
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
@@ -27132,9 +27132,9 @@
}
},
"@edx/frontend-lib-content-components": {
"version": "1.74.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.74.0.tgz",
"integrity": "sha512-Yuz5FkvXY4qwO+qOkkJL6QQp8sng2on2APYsi2OD/s7iq/yqpm5KmSNyqLibIyFEF0rW6cSNnIInufk+tACGlA==",
"version": "1.76.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.76.0.tgz",
"integrity": "sha512-HdIE7UuL3mSZwpWdJqFPzpV8tuDyso8qc9Cdc8SD5kMfnMdn7EhaerbbcVO9K77Y1UO+/m3DSvoi8pU/K3c0Sg==",
"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.74.0",
"@edx/frontend-lib-content-components": "^1.76.0",
"@edx/frontend-platform": "2.5.1",
"@edx/paragon": "^20.21.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",