Skip to content

Commit cc7a388

Browse files
committed
Updated dev deps
1 parent 961516d commit cc7a388

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1806,8 +1806,8 @@ We have our own recommended config that you can easily add to your project thank
18061806
```tsx
18071807
{
18081808
"extends": [
1809-
"react-redux-typescript-scripts/tslint.json",
1810-
"react-redux-typescript-scripts/tslint-react.json"
1809+
"./node_modules/react-redux-typescript-scripts/tslint.json",
1810+
"./node_modules/react-redux-typescript-scripts/tslint-react.json"
18111811
],
18121812
"rules": {
18131813
// you can further customize options here

package-lock.json

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"devDependencies": {
3-
"@types/node": "12.12.5",
43
"all-contributors-cli": "6.9.3",
54
"doctoc": "1.4.0",
65
"husky": "3.0.9"

playground/package-lock.json

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"rxjs": "6.5.3",
4747
"tslib": "1.10.0",
4848
"tslint": "5.20.0",
49+
"tslint-react": "4.1.0",
4950
"typesafe-actions": "5.1.0",
5051
"typescript": "3.7.1-rc",
5152
"utility-types": "3.9.0"

playground/tslint.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
3-
"react-redux-typescript-scripts/tslint.json",
4-
"react-redux-typescript-scripts/tslint-react.json"
3+
"./node_modules/react-redux-typescript-scripts/tslint.json",
4+
"./node_modules/react-redux-typescript-scripts/tslint-react.json"
55
],
66
"rules": {
77
// you can further customize options here

0 commit comments

Comments
 (0)