Skip to content

Commit

Permalink
Bump @types/react-dom from 16.8.0 to 16.8.1 in /frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Feb 14, 2019
1 parent df2657c commit 7bec48f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/jest": "23.3.10",
"@types/node": "^11.9.0",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.0",
"@types/react-dom": "^16.8.1",
"@types/react-router-dom": "^4.3.1",
"jest-fetch-mock": "^2.1.0",
"prettier": "^1.16.4",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,10 @@
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.1.tgz#48fd98c1561fe718b61733daed46ff115b496e18"
integrity sha512-eqz8c/0kwNi/OEHQfvIuJVLTst3in0e7uTKeuY+WL/zfKn0xVujOTp42bS/vUUokhK5P2BppLd9JXMOMHcgbjA==

"@types/react-dom@^16.8.0":
version "16.8.0"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.8.0.tgz#c565f43f9d2ec911f9e0b8f3b74e25e67879aa3f"
integrity sha512-Jp4ufcEEjVJEB0OHq2MCZcE1u3KYUKO6WnSuiU/tZeYeiZxUoQavfa/TZeiIT+1XoN6l0lQVNM30VINZFDeolQ==
"@types/react-dom@^16.8.1":
version "16.8.1"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.8.1.tgz#e43810a5e44b37854a9c7cd99e6c43e4f522c7c6"
integrity sha512-Vyo4LqUvpjNC9RMXV6kXcsvW6U/WKOuHbz+mtY43Fu8AslHjQ5/Yx+sj0agGLkbnqOlQgyIgosewcxdjMirVXA==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 7bec48f

Please sign in to comment.