chore: upgrade la library version (#1424)

This commit is contained in:
Alison Langston
2024-07-23 08:57:54 -04:00
committed by GitHub
parent 76f98d5bb2
commit 263fe6d1a2
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.2.1",
"@edx/frontend-lib-learning-assistant": "^2.2.2",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",
@@ -3468,9 +3468,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.2.1.tgz",
"integrity": "sha512-GVvfFN6Xel6cS4BpIbh1uWwhEKEOGfmNOCJA6+URuMbpv3mzhq0X7SGzddXZfUN8Z/etTQcVaBPgBHq/eNGC0A==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-2.2.2.tgz",
"integrity": "sha512-Iy8W9Oz7k6kPp6wvhHgWQOne6I0tJY+/JMLlBhnrSsRZQfYV20IH9oXSDhzBAb4g/SDWvU/hu9fNWwd0l9lTkQ==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",

View File

@@ -32,7 +32,7 @@
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.2.1",
"@edx/frontend-lib-learning-assistant": "^2.2.2",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",