fix: bump ai translations component (#739)

This commit is contained in:
Jorg Are
2023-12-11 15:16:40 +01:00
committed by GitHub
parent 195c9e416c
commit 67cda575a5
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "AGPL-3.0",
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-ai-translations-edx": "^1.3.0",
"@edx/frontend-component-ai-translations-edx": "^1.4.1",
"@edx/frontend-component-footer": "^12.3.0",
"@edx/frontend-component-header": "^4.7.0",
"@edx/frontend-enterprise-hotjar": "^2.0.0",
@@ -2542,9 +2542,9 @@
}
},
"node_modules/@edx/frontend-component-ai-translations-edx": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-component-ai-translations-edx/-/frontend-component-ai-translations-edx-1.3.0.tgz",
"integrity": "sha512-QMq8k3+EErv/29G8EJuMdpG1+uj9K5unoRP2VrjPoOOrDsK2lCdC8de7hKz2/2lmHzkdF5IOBbKtCQuC+VwxpA==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-component-ai-translations-edx/-/frontend-component-ai-translations-edx-1.4.1.tgz",
"integrity": "sha512-uHRUv7LwIA+1gBWyTgETMMn6izpIUVxGl5ZicnCLRXnS/sbAMpA+0QWpN/S+7J9szz42KZADhxQEI1XuMnFL4g==",
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-platform": "5.6.1",
@@ -2556,8 +2556,8 @@
"peerDependencies": {
"@edx/frontend-platform": "^4.0.0 || ^5.0.0 || ^6.0.0",
"prop-types": "^15.5.10",
"react": "^16.14.0 || ^17.0.0",
"react-dom": "^16.14.0 || ^17.0.0"
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
}
},
"node_modules/@edx/frontend-component-ai-translations-edx/node_modules/react-responsive": {

View File

@@ -36,7 +36,7 @@
},
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-ai-translations-edx": "^1.3.0",
"@edx/frontend-component-ai-translations-edx": "^1.4.1",
"@edx/frontend-component-footer": "^12.3.0",
"@edx/frontend-component-header": "^4.7.0",
"@edx/frontend-enterprise-hotjar": "^2.0.0",