Skip to content

Commit

Permalink
fix(deps): update patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2021
1 parent 183e8a3 commit 3cc9649
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@immutable-array/prototype": "^1.0.4",
"@types/classnames": "^2.3.0",
"@types/combokeys": "^2.4.6",
"@types/debug": "^4.1.5",
"@types/debug": "^4.1.6",
"@types/jest": "^23.3.14",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.groupby": "^4.6.6",
Expand All @@ -46,7 +46,7 @@
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^12.20.15",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.14.8",
"@types/react": "^16.14.10",
"@types/react-dom": "^16.9.13",
"@types/sanitize-html": "^1.27.2",
"@uifabric/icons": "^5.8.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1619,10 +1619,10 @@
dependencies:
"@types/node" "*"

"@types/debug@^4.1.5":
version "4.1.5"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd"
integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
"@types/debug@^4.1.6":
version "4.1.6"
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.6.tgz#0b7018723084918a865eff99249c490505df2163"
integrity sha512-7fDOJFA/x8B+sO1901BmHlf5dE1cxBU8mRXj8QOEDnn16hhGJv/IHxJtZhvsabZsIMn0eLIyeOKAeqSNJJYTpA==

"@types/eslint-visitor-keys@^1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -1776,10 +1776,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^16.14.8":
version "16.14.8"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.8.tgz#4aee3ab004cb98451917c9b7ada3c7d7e52db3fe"
integrity sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA==
"@types/react@^16.14.10":
version "16.14.10"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.10.tgz#76bc1c42ed5ab0d2ab13e5c58faaccaad3449477"
integrity sha512-QadBsMyF6ldjEAXEhsmEW/L0uBDJT8yw7Qoe5sRnEKVrzMkiYoJwqoL5TKJOlArsn/wvIJM/XdVzkdL6+AS64Q==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 3cc9649

Please sign in to comment.