feat: install new version of frontend-lib-learning-assistant to add UI tweaks (#1174)

This commit installs version 1.8.0 of @edx/frontend-lib-learning-assistant, which includes a various UI tweaks.
This commit is contained in:
Michael Roytman
2023-08-29 14:08:39 -04:00
committed by GitHub
parent 1dcde821b4
commit ce6771d7cc
2 changed files with 5 additions and 17 deletions

20
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-component-header": "4.0.0",
"@edx/frontend-lib-learning-assistant": "^1.7.0",
"@edx/frontend-lib-learning-assistant": "^1.8.0",
"@edx/frontend-lib-special-exams": "2.20.1",
"@edx/frontend-platform": "4.3.0",
"@edx/paragon": "20.46.0",
@@ -3433,9 +3433,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.7.0.tgz",
"integrity": "sha512-lRF5+bjd3M8f94dCFH8nddU5t3y7GabvoBbFRdw86o/2uQ0DAIquo1euKagS0exzUXkvrWWhv1556oqWAyKCbA==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.8.0.tgz",
"integrity": "sha512-PpDiV4TB99KD1TltQ7ADOVG5Rl1c4XTdhzYxUoWucporgUYSmWF7ycJIasmRbncP2LR5iNQJCDfsflDhmb0qIA==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
@@ -3445,7 +3445,6 @@
"@fortawesome/react-fontawesome": "0.2.0",
"core-js": "3.31.1",
"prop-types": "15.8.1",
"react-feather": "^2.0.10",
"react-markdown": "^8.0.5"
},
"peerDependencies": {
@@ -20059,17 +20058,6 @@
"resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
"integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ=="
},
"node_modules/react-feather": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/react-feather/-/react-feather-2.0.10.tgz",
"integrity": "sha512-BLhukwJ+Z92Nmdcs+EMw6dy1Z/VLiJTzEQACDUEnWMClhYnFykJCGWQx+NmwP/qQHGX/5CzQ+TGi8ofg2+HzVQ==",
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": ">=16.8.6"
}
},
"node_modules/react-focus-lock": {
"version": "2.9.5",
"resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.9.5.tgz",

View File

@@ -32,7 +32,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-component-header": "4.0.0",
"@edx/frontend-lib-learning-assistant": "^1.7.0",
"@edx/frontend-lib-learning-assistant": "^1.8.0",
"@edx/frontend-lib-special-exams": "2.20.1",
"@edx/frontend-platform": "4.3.0",
"@edx/paragon": "20.46.0",