Skip to content

Commit

Permalink
deps upd
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jun 1, 2019
1 parent 0b72d54 commit 711cd3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@types/loadable__component": "^5.9.0",
"@types/prop-types": "^15.7.1",
"@types/qs": "^6.5.3",
"@types/react": "16.8.18",
"@types/react": "16.8.19",
"@types/react-router-dom": "^4.3.3",
"axios": "^0.18.0",
"axios": "^0.19.0",
"date-fns": "^2.0.0-alpha.27",
"date-fns-timezone": "^0.1.4",
"immutable": "4.0.0-rc.12",
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@
dependencies:
"@types/react" "*"

"@types/react@*":
"@types/react@*", "@types/[email protected]":
version "16.8.19"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.19.tgz#629154ef05e2e1985cdde94477deefd823ad9be3"
integrity sha512-QzEzjrd1zFzY9cDlbIiFvdr+YUmefuuRYrPxmkwG0UQv5XF35gFIi7a95m1bNVcFU0VimxSZ5QVGSiBmlggQXQ==
Expand All @@ -2342,14 +2342,6 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/[email protected]":
version "16.8.18"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.18.tgz#fe66fb748b0b6ca9709d38b87b2d1356d960a511"
integrity sha512-lUXdKzRqWR4FebR5tGHkLCqnvQJS4fdXKCBrNGGbglqZg2gpU+J82pMONevQODUotATs9fc9k66bx3/St8vReg==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/sharp@^0.21.0":
version "0.21.3"
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.21.3.tgz#82f89f99536557e397c0c46f5ea50dcc1529fe35"
Expand Down Expand Up @@ -3126,10 +3118,10 @@ [email protected]:
follow-redirects "^1.2.5"
is-buffer "^1.1.5"

axios@^0.18.0:
version "0.18.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
axios@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
dependencies:
follow-redirects "1.5.10"
is-buffer "^2.0.2"
Expand Down

0 comments on commit 711cd3e

Please sign in to comment.