|
1309 | 1309 | resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
|
1310 | 1310 | integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
|
1311 | 1311 |
|
| 1312 | +"@reduxjs/toolkit@^1.4.0": |
| 1313 | + version "1.4.0" |
| 1314 | + resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.4.0.tgz#ee2e2384cc3d1d76780d844b9c2da3580d32710d" |
| 1315 | + integrity sha512-hkxQwVx4BNVRsYdxjNF6cAseRmtrkpSlcgJRr3kLUcHPIAMZAmMJkXmHh/eUEGTMqPzsYpJLM7NN2w9fxQDuGw== |
| 1316 | + dependencies: |
| 1317 | + immer "^7.0.3" |
| 1318 | + redux "^4.0.0" |
| 1319 | + redux-thunk "^2.3.0" |
| 1320 | + reselect "^4.0.0" |
| 1321 | + |
1312 | 1322 | "@sheerun/mutationobserver-shim@^0.3.2":
|
1313 | 1323 | version "0.3.3"
|
1314 | 1324 | resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz#5405ee8e444ed212db44e79351f0c70a582aae25"
|
@@ -5246,6 +5256,11 @@ immer@1.10.0:
|
5246 | 5256 | resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d"
|
5247 | 5257 | integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==
|
5248 | 5258 |
|
| 5259 | +immer@^7.0.3: |
| 5260 | + version "7.0.8" |
| 5261 | + resolved "https://registry.yarnpkg.com/immer/-/immer-7.0.8.tgz#41dcbc5669a76500d017bef3ad0d03ce0a1d7c1e" |
| 5262 | + integrity sha512-XnpIN8PXBBaOD43U8Z17qg6RQiKQYGDGGCIbz1ixmLGwBkSWwmrmx5X7d+hTtXDM8ur7m5OdLE0PiO+y5RB3pw== |
| 5263 | + |
5249 | 5264 | import-cwd@^2.0.0:
|
5250 | 5265 | version "2.1.0"
|
5251 | 5266 | resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
|
@@ -8848,7 +8863,12 @@ redent@^3.0.0:
|
8848 | 8863 | indent-string "^4.0.0"
|
8849 | 8864 | strip-indent "^3.0.0"
|
8850 | 8865 |
|
8851 |
| -redux@^4.0.5: |
| 8866 | +redux-thunk@^2.3.0: |
| 8867 | + version "2.3.0" |
| 8868 | + resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622" |
| 8869 | + integrity sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw== |
| 8870 | + |
| 8871 | +redux@^4.0.0, redux@^4.0.5: |
8852 | 8872 | version "4.0.5"
|
8853 | 8873 | resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f"
|
8854 | 8874 | integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==
|
@@ -9029,6 +9049,11 @@ requires-port@^1.0.0:
|
9029 | 9049 | resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
|
9030 | 9050 | integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
|
9031 | 9051 |
|
| 9052 | +reselect@^4.0.0: |
| 9053 | + version "4.0.0" |
| 9054 | + resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.0.0.tgz#f2529830e5d3d0e021408b246a206ef4ea4437f7" |
| 9055 | + integrity sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA== |
| 9056 | + |
9032 | 9057 | resolve-cwd@^2.0.0:
|
9033 | 9058 | version "2.0.0"
|
9034 | 9059 | resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
|
|
0 commit comments