Skip to content

Commit

Permalink
Update dependency @types/uuid to v8 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 19, 2020
1 parent d71a255 commit 8d8d1c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/example_webpack/package.json
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "^16.8.3",
"@types/sinon": "^9.0.0",
"@types/terser-webpack-plugin": "^2.0.0",
"@types/uuid": "^7.0.0",
"@types/uuid": "^8.0.0",
"@types/webpack-dev-server": "^3.1.1",
"ava": "^2.4.0",
"cross-env": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1503,10 +1503,10 @@
dependencies:
source-map "^0.6.1"

"@types/uuid@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.0.tgz#9f6993ccc8210efa90bda7e1afabbb06a9f860cd"
integrity sha512-RiX1I0lK9WFLFqy2xOxke396f0wKIzk5sAll0tL4J4XDYJXURI7JOs96XQb3nP+2gEpQ/LutBb66jgiT5oQshQ==
"@types/uuid@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.0.tgz#165aae4819ad2174a17476dbe66feebd549556c0"
integrity sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==

"@types/webpack-dev-server@^3.1.1":
version "3.1.5"
Expand Down

0 comments on commit 8d8d1c1

Please sign in to comment.