Skip to content

Commit bdf65e6

Browse files
committed
Install redux deps
1 parent 710462c commit bdf65e6

File tree

2 files changed

+62
-2
lines changed

2 files changed

+62
-2
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"@types/node": "^12.0.0",
1313
"@types/react": "^16.9.0",
1414
"@types/react-dom": "^16.9.0",
15+
"@types/react-redux": "^7.1.5",
1516
"@types/react-router-dom": "^5.1.3",
17+
"@types/redux": "^3.6.0",
1618
"@typescript-eslint/eslint-plugin": "^2.16.0",
1719
"@typescript-eslint/parser": "^2.16.0",
1820
"enzyme": "^3.11.0",
@@ -28,8 +30,11 @@
2830
"prettier": "^1.19.1",
2931
"react": "^16.12.0",
3032
"react-dom": "^16.12.0",
33+
"react-redux": "^7.1.3",
3134
"react-router-dom": "^5.1.2",
3235
"react-scripts": "3.3.0",
36+
"redux": "^4.0.5",
37+
"redux-devtools-extension": "^2.13.8",
3338
"typescript": "~3.7.2"
3439
},
3540
"scripts": {

yarn.lock

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
dependencies:
924924
regenerator-runtime "^0.13.2"
925925

926-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.0", "@babel/runtime@^7.5.1", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6":
926+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.0", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6":
927927
version "7.8.3"
928928
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
929929
integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==
@@ -1435,6 +1435,14 @@
14351435
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.4.tgz#06cbceb0ace6a342a9aafcb655a688cf38f6150d"
14361436
integrity sha512-+o2igcuZA3xtOoFH56s+MCZVidwlJNcJID57DSCyawS2i910yG9vkwehCjJNZ6ImhCR5S9DbvIJKyYHcMyOfMw==
14371437

1438+
"@types/hoist-non-react-statics@^3.3.0":
1439+
version "3.3.1"
1440+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
1441+
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
1442+
dependencies:
1443+
"@types/react" "*"
1444+
hoist-non-react-statics "^3.3.0"
1445+
14381446
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
14391447
version "2.0.1"
14401448
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -1504,6 +1512,16 @@
15041512
dependencies:
15051513
"@types/react" "*"
15061514

1515+
"@types/react-redux@^7.1.5":
1516+
version "7.1.5"
1517+
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.5.tgz#c7a528d538969250347aa53c52241051cf886bd3"
1518+
integrity sha512-ZoNGQMDxh5ENY7PzU7MVonxDzS1l/EWiy8nUhDqxFqUZn4ovboCyvk4Djf68x6COb7vhGTKjyjxHxtFdAA5sUA==
1519+
dependencies:
1520+
"@types/hoist-non-react-statics" "^3.3.0"
1521+
"@types/react" "*"
1522+
hoist-non-react-statics "^3.3.0"
1523+
redux "^4.0.0"
1524+
15071525
"@types/react-router-dom@^5.1.3":
15081526
version "5.1.3"
15091527
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.3.tgz#b5d28e7850bd274d944c0fbbe5d57e6b30d71196"
@@ -1529,6 +1547,13 @@
15291547
"@types/prop-types" "*"
15301548
csstype "^2.2.0"
15311549

1550+
"@types/redux@^3.6.0":
1551+
version "3.6.0"
1552+
resolved "https://registry.yarnpkg.com/@types/redux/-/redux-3.6.0.tgz#f1ebe1e5411518072e4fdfca5c76e16e74c1399a"
1553+
integrity sha1-8evh5UEVGAcuT9/KXHbhbnTBOZo=
1554+
dependencies:
1555+
redux "*"
1556+
15321557
"@types/stack-utils@^1.0.1":
15331558
version "1.0.1"
15341559
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -5262,7 +5287,7 @@ hmac-drbg@^1.0.0:
52625287
minimalistic-assert "^1.0.0"
52635288
minimalistic-crypto-utils "^1.0.1"
52645289

5265-
hoist-non-react-statics@^3.1.0:
5290+
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
52665291
version "3.3.1"
52675292
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f"
52685293
integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw==
@@ -9096,6 +9121,18 @@ react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-i
90969121
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
90979122
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
90989123

9124+
react-redux@^7.1.3:
9125+
version "7.1.3"
9126+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.1.3.tgz#717a3d7bbe3a1b2d535c94885ce04cdc5a33fc79"
9127+
integrity sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w==
9128+
dependencies:
9129+
"@babel/runtime" "^7.5.5"
9130+
hoist-non-react-statics "^3.3.0"
9131+
invariant "^2.2.4"
9132+
loose-envify "^1.4.0"
9133+
prop-types "^15.7.2"
9134+
react-is "^16.9.0"
9135+
90999136
react-router-dom@^5.1.2:
91009137
version "5.1.2"
91019138
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.1.2.tgz#06701b834352f44d37fbb6311f870f84c76b9c18"
@@ -9291,6 +9328,19 @@ redent@^3.0.0:
92919328
indent-string "^4.0.0"
92929329
strip-indent "^3.0.0"
92939330

9331+
redux-devtools-extension@^2.13.8:
9332+
version "2.13.8"
9333+
resolved "https://registry.yarnpkg.com/redux-devtools-extension/-/redux-devtools-extension-2.13.8.tgz#37b982688626e5e4993ff87220c9bbb7cd2d96e1"
9334+
integrity sha512-8qlpooP2QqPtZHQZRhx3x3OP5skEV1py/zUdMY28WNAocbafxdG2tRD1MWE7sp8obGMNYuLWanhhQ7EQvT1FBg==
9335+
9336+
redux@*, redux@^4.0.0, redux@^4.0.5:
9337+
version "4.0.5"
9338+
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f"
9339+
integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==
9340+
dependencies:
9341+
loose-envify "^1.4.0"
9342+
symbol-observable "^1.2.0"
9343+
92949344
reflect.ownkeys@^0.2.0:
92959345
version "0.2.0"
92969346
resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
@@ -10418,6 +10468,11 @@ svgo@^1.0.0, svgo@^1.2.2:
1041810468
unquote "~1.1.1"
1041910469
util.promisify "~1.0.0"
1042010470

10471+
symbol-observable@^1.2.0:
10472+
version "1.2.0"
10473+
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
10474+
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
10475+
1042110476
symbol-tree@^3.2.2:
1042210477
version "3.2.4"
1042310478
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"

0 commit comments

Comments
 (0)