mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-03 05:02:01 -05:00
fix(deps): update dependency redux to v4.2.1
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
"react-tooltip": "4.5.1",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
"redux": "4.2.1",
|
||||
"redux-actions": "2.6.5",
|
||||
"redux-devtools-extension": "2.13.9",
|
||||
"redux-observable": "1.2.0",
|
||||
|
||||
13
package-lock.json
generated
13
package-lock.json
generated
@@ -506,7 +506,7 @@
|
||||
"react-tooltip": "4.5.1",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
"redux": "4.2.1",
|
||||
"redux-actions": "2.6.5",
|
||||
"redux-devtools-extension": "2.13.9",
|
||||
"redux-observable": "1.2.0",
|
||||
@@ -45021,8 +45021,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/redux": {
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
|
||||
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.9.2"
|
||||
}
|
||||
@@ -56686,7 +56687,7 @@
|
||||
"react-tooltip": "4.5.1",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
"redux": "4.2.1",
|
||||
"redux-actions": "2.6.5",
|
||||
"redux-devtools-extension": "2.13.9",
|
||||
"redux-mock-store": "1.5.4",
|
||||
@@ -85057,7 +85058,9 @@
|
||||
"version": "0.4.3"
|
||||
},
|
||||
"redux": {
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
|
||||
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user