Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
idolize committed Jul 21, 2019
1 parent 019747c commit a1c0bef
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 45 deletions.
99 changes: 63 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
},
"homepage": "https://github.com/di-ng/redux-saga-debounced-channel#readme",
"devDependencies": {
"@types/jest": "^24.0.12",
"@types/node": "^12.0.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"@types/redux-mock-store": "^1.0.1",
"husky": "^3.0.0",
"husky": "^3.0.1",
"immutable": "^4.0.0-rc.12",
"prettier": "^1.17.0",
"redux": "^4.0.1",
"prettier": "^1.18.2",
"redux": "^4.0.4",
"redux-mock-store": "^1.5.3",
"redux-saga": "^1.0.2",
"redux-saga-test-plan": "^4.0.0-beta.3",
"pretty-quick": "^1.10.0",
"pretty-quick": "^1.11.1",
"tsdx": "^0.7.2",
"tslib": "^1.9.3",
"tslint": "^5.16.0",
"tslib": "^1.10.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5"
"typescript": "^3.5.3"
},
"peerDependencies": {
"redux-saga": ">=0.16.0"
Expand Down

0 comments on commit a1c0bef

Please sign in to comment.