Skip to content

Commit

Permalink
Update dependency @types/reactstrap to v8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 6, 2020
1 parent eb0c84f commit 75cb3dc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "8.10.61",
"@types/reach__router": "1.3.6",
"@types/react-helmet": "6.1.0",
"@types/reactstrap": "8.5.2",
"@types/reactstrap": "8.7.1",
"gatsby-plugin-graphql-codegen": "2.7.1",
"prettier": "2.1.2",
"ts-node": "9.0.0"
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1583,13 +1583,12 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/reactstrap@8.5.2":
version "8.5.2"
resolved "https://registry.yarnpkg.com/@types/reactstrap/-/reactstrap-8.5.2.tgz#298680dd74886b12a0e2026ece873ef988cd4635"
integrity sha512-rmY0YTIivt8nbF9imjqTenuA7QtRwMKT+foETEs96LQhYhsVUeoUCnZiuTipdTa7dRGuXYFMQD7W3XWP3U1WTA==
"@types/reactstrap@8.7.1":
version "8.7.1"
resolved "https://registry.yarnpkg.com/@types/reactstrap/-/reactstrap-8.7.1.tgz#d97554f21c3aa4f55d40af4a791d442b6c57accf"
integrity sha512-IgJRzJUhkzCj/J714FSbLnGTfaSk7n7QPytaJeBgvlN6AEkIYJEPbEB0dPqCsQ4mChKySgUm0P3OWSuuK///+g==
dependencies:
"@types/react" "*"
popper.js "^1.14.1"
reactstrap "*"

"@types/rimraf@^2.0.2":
version "2.0.4"
Expand Down Expand Up @@ -9387,7 +9386,7 @@ pnp-webpack-plugin@^1.6.4:
dependencies:
ts-pnp "^1.1.6"

popper.js@^1.14.1, popper.js@^1.14.4:
popper.js@^1.14.4:
version "1.16.1"
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b"
integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==
Expand Down Expand Up @@ -10215,6 +10214,17 @@ react@^16.13.1, react@^16.8.0:
object-assign "^4.1.1"
prop-types "^15.6.2"

reactstrap@*:
version "8.7.1"
resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-8.7.1.tgz#9631db8460a83a4d40fbee61abdd577b4f1a7069"
integrity sha512-nZEUSxqqWJh0yGIvp4BgoHkXAcm2PqRLhpoOodMp5ce6njVpPd+GgUtbZscpu4jOi7GUFwpJ15tWZn59co4EQg==
dependencies:
"@babel/runtime" "^7.2.0"
classnames "^2.2.3"
prop-types "^15.5.8"
react-popper "^1.3.6"
react-transition-group "^2.3.1"

reactstrap@^8.4.1:
version "8.5.1"
resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-8.5.1.tgz#dde43539602117888a138042b53703b7621c4318"
Expand Down

0 comments on commit 75cb3dc

Please sign in to comment.