chore(deps): update dependency @openedx/frontend-build to v14.0.10

This commit is contained in:
renovate[bot]
2024-07-01 07:39:45 +00:00
parent 3b25d04752
commit f6af646b80
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -65,7 +65,7 @@
},
"devDependencies": {
"@edx/reactifex": "^2.1.1",
"@openedx/frontend-build": "14.0.9",
"@openedx/frontend-build": "14.0.10",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"axios-mock-adapter": "^1.20.0",
@@ -2238,9 +2238,10 @@
"integrity": "sha512-T1+6P52Yx7SMkmoIr4O0Q3m/DyRdrLTJbv1xVijdRLFEq1hqdafEs+Ln1423U5LSkTePb9AOkEtL1G0RZLFl1w=="
},
"node_modules/@edx/eslint-config": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.0.0.tgz",
"integrity": "sha512-KApsfwmgdH2dbs7ZuxaSumUNTheo4bvvijvda1rkhCYDN0u4HMxsM8zOUq+BF6AjBb67odHut7WYbgc4gRPPGA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.1.0.tgz",
"integrity": "sha512-PHXQFI8yFJ15wLni2KUsejcZlyY41zcNQNLVw8gtOBW4+1XrLAat1p+d7/tBp2qrPzulh+NDVO4DWiPgRJ4Y2Q==",
"license": "MIT",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
@@ -4191,9 +4192,9 @@
}
},
"node_modules/@openedx/frontend-build": {
"version": "14.0.9",
"resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.0.9.tgz",
"integrity": "sha512-6Yxz/9EcComj/g34bjKSo6wNtqSQ6hvHfcLMkOkLMjJc5HUelpnlFofb2fke8lH+HX+QQ1iXeJ/hu4PnyRFpqw==",
"version": "14.0.10",
"resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.0.10.tgz",
"integrity": "sha512-yTn8C+WV7tsDBQWz4PYKHQPNLtSj3KqT4qjuo13CUFk5hqUMZRNBZqw2ihT2cI9jBMPufra34TqYRtdK/xNqlQ==",
"license": "AGPL-3.0",
"dependencies": {
"@babel/cli": "7.24.7",
@@ -4204,7 +4205,7 @@
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@edx/eslint-config": "4.0.0",
"@edx/eslint-config": "4.1.0",
"@edx/new-relic-source-map-webpack-plugin": "2.1.0",
"@edx/typescript-config": "1.0.1",
"@formatjs/cli": "^6.0.3",

View File

@@ -82,7 +82,7 @@
},
"devDependencies": {
"@edx/reactifex": "^2.1.1",
"@openedx/frontend-build": "14.0.9",
"@openedx/frontend-build": "14.0.10",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"axios-mock-adapter": "^1.20.0",