Skip to content

Commit

Permalink
Bump @types/react-redux from 6.0.8 to 6.0.9 (#80)
Browse files Browse the repository at this point in the history
Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped) from 6.0.8 to 6.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and vnglst committed Sep 16, 2018
1 parent 9595e58 commit 31c4b8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^10.9.4",
"@types/react": "^16.4.13",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.8",
"@types/react-redux": "^6.0.9",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"cypress": "^3.1.0",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,20 +323,14 @@
"@types/node" "*"
"@types/react" "*"

"@types/react-redux@^6.0.8":
version "6.0.8"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-6.0.8.tgz#29c884174516f0cfab6638d2236fd7d53f45640e"
"@types/react-redux@^6.0.9":
version "6.0.9"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-6.0.9.tgz#96aa7f5b0716bcc3bfb36ceaa1223118d509f79a"
dependencies:
"@types/react" "*"
redux "^4.0.0"

"@types/react@*":
version "16.4.7"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.7.tgz#f33f6d759a7e1833befa15224d68942d178a5a3f"
dependencies:
csstype "^2.2.0"

"@types/react@^16.4.13":
"@types/react@*", "@types/react@^16.4.13":
version "16.4.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.13.tgz#1385f5dc3486aa493849a32ccce626a817543e28"
dependencies:
Expand Down

0 comments on commit 31c4b8d

Please sign in to comment.