feat: update frontend-lib-content-components (#310)

This commit is contained in:
Raymond Zhou
2022-06-10 07:59:57 -07:00
committed by GitHub
parent 6fa312f7b4
commit 9898a00c70
2 changed files with 9 additions and 8 deletions

15
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": "10.1.6",
"@edx/frontend-lib-content-components": "^1.20.1",
"@edx/frontend-lib-content-components": "^1.21.0",
"@edx/frontend-platform": "1.15.5",
"@edx/paragon": "19.9.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",
@@ -1921,9 +1921,10 @@
}
},
"node_modules/@edx/frontend-lib-content-components": {
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.20.1.tgz",
"integrity": "sha512-wWrKWIDJ/Gqg91yBUGn9m5KAAFJyCPaDZ6mxwAIe4b2Tj4IQ42WkMLrpuOK35vrQVfnUkeCnCyhB0QZdMhvwsw==",
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.21.0.tgz",
"integrity": "sha512-aNBEYjRF0jRi0EGCYqIZw93kH6bdPgFhCQ0QxPYRupEtyP013Jnt4QSY3BOVL5QGMu2683NroqvnsTSLjW+7QQ==",
"license": "AGPL-3.0",
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"@tinymce/tinymce-react": "^3.14.0",
@@ -24309,9 +24310,9 @@
}
},
"@edx/frontend-lib-content-components": {
"version": "1.20.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.20.1.tgz",
"integrity": "sha512-wWrKWIDJ/Gqg91yBUGn9m5KAAFJyCPaDZ6mxwAIe4b2Tj4IQ42WkMLrpuOK35vrQVfnUkeCnCyhB0QZdMhvwsw==",
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.21.0.tgz",
"integrity": "sha512-aNBEYjRF0jRi0EGCYqIZw93kH6bdPgFhCQ0QxPYRupEtyP013Jnt4QSY3BOVL5QGMu2683NroqvnsTSLjW+7QQ==",
"requires": {
"@reduxjs/toolkit": "^1.8.1",
"@tinymce/tinymce-react": "^3.14.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": "10.1.6",
"@edx/frontend-lib-content-components": "^1.20.1",
"@edx/frontend-lib-content-components": "^1.21.0",
"@edx/frontend-platform": "1.15.5",
"@edx/paragon": "19.9.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",