chore(deps): update dependency @edx/reactifex to v1.1.0

This commit is contained in:
Renovate Bot
2022-05-02 12:52:59 +00:00
committed by renovate[bot]
parent cf9bd36eb4
commit bfcfe35530
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -44,7 +44,7 @@
"@commitlint/cli": "13.2.1",
"@commitlint/config-angular": "13.2.0",
"@edx/frontend-build": "9.2.2",
"@edx/reactifex": "1.0.3",
"@edx/reactifex": "1.1.0",
"codecov": "3.8.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
@@ -2446,16 +2446,16 @@
}
},
"node_modules/@edx/reactifex": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@edx/reactifex/-/reactifex-1.0.3.tgz",
"integrity": "sha512-zJjD3ym4KOQ2sa+lwR08jgospMyiRTSRqK6Mxi1VMQ+sqxZxWFCGymV+mqLRPHPAJ/z+qhblsVuWeb0N9qI5ww==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@edx/reactifex/-/reactifex-1.1.0.tgz",
"integrity": "sha512-tXIB+lxTKNsWeMrlJ+NXAiBgvuJ7OVLxzdGMPVYPOL8Xh3BJ/S7CC1/foV8iKl0859UwshLPTAUCOn4NhgGDvw==",
"dev": true,
"dependencies": {
"axios": "^0.21.1",
"yargs": "^17.1.1"
},
"bin": {
"reactifex": "main.js"
"edx_reactifex": "main.js"
}
},
"node_modules/@endemolshinegroup/cosmiconfig-typescript-loader": {
@@ -24924,9 +24924,9 @@
}
},
"@edx/reactifex": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@edx/reactifex/-/reactifex-1.0.3.tgz",
"integrity": "sha512-zJjD3ym4KOQ2sa+lwR08jgospMyiRTSRqK6Mxi1VMQ+sqxZxWFCGymV+mqLRPHPAJ/z+qhblsVuWeb0N9qI5ww==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@edx/reactifex/-/reactifex-1.1.0.tgz",
"integrity": "sha512-tXIB+lxTKNsWeMrlJ+NXAiBgvuJ7OVLxzdGMPVYPOL8Xh3BJ/S7CC1/foV8iKl0859UwshLPTAUCOn4NhgGDvw==",
"dev": true,
"requires": {
"axios": "^0.21.1",

View File

@@ -63,7 +63,7 @@
"devDependencies": {
"@commitlint/cli": "13.2.1",
"@commitlint/config-angular": "13.2.0",
"@edx/reactifex": "1.0.3",
"@edx/reactifex": "1.1.0",
"@edx/frontend-build": "9.2.2",
"codecov": "3.8.3",
"enzyme": "3.11.0",