Skip to content

Commit

Permalink
chore: bump uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed May 31, 2020
1 parent 2fbca64 commit a71fb2d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^12.6.2",
"@types/prettier": "^1.19.1",
"@types/react": "^16.8.23",
"@types/uuid": "^3.4.5",
"@types/uuid": "^8.0.0",
"glob": "^7.1.6",
"husky": "^4.2.3",
"jest": "^25.2.7",
Expand All @@ -54,7 +54,7 @@
"lodash": "^4.17.14",
"tslib": "^1.13.0",
"typescript": "3.5.2",
"uuid": "^3.3.2"
"uuid": "^8.1.0"
},
"dependenciesMeta": {
"core-js": {
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -828,12 +828,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^3.4.5":
version: 3.4.5
resolution: "@types/uuid@npm:3.4.5"
dependencies:
"@types/node": "*"
checksum: 2/d4ecc8717bd8e6232c15a41fc92186d2d1a4a129be73d2dc227c064503f749f79b995acf4960a49fa8230cb5fbf981dbce0f55c6f263f4d0c4f2b23095cfa840
"@types/uuid@npm:^8.0.0":
version: 8.0.0
resolution: "@types/uuid@npm:8.0.0"
checksum: 2/a1d953039620278f03198b2ad7574ba884d73338756fe1ce2628f44518140f1e1fc3ee676251713e212b9a5d2cbd5bd081e67afa439c8988619540076b627a86
languageName: node
linkType: hard

Expand Down Expand Up @@ -6326,7 +6324,7 @@ [email protected]:
"@types/node": ^12.6.2
"@types/prettier": ^1.19.1
"@types/react": ^16.8.23
"@types/uuid": ^3.4.5
"@types/uuid": ^8.0.0
doctrine: ^3.0.0
glob: ^7.1.6
husky: ^4.2.3
Expand All @@ -6339,7 +6337,7 @@ [email protected]:
ts-jest: ^25.3.1
tslib: ^1.13.0
typescript: 3.5.2
uuid: ^3.3.2
uuid: ^8.1.0
dependenciesMeta:
core-js:
built: false
Expand Down Expand Up @@ -6439,6 +6437,15 @@ [email protected]:
languageName: node
linkType: hard

"uuid@npm:^8.1.0":
version: 8.1.0
resolution: "uuid@npm:8.1.0"
bin:
uuid: dist/bin/uuid
checksum: 2/e212e1e9dcf38baf070b6a892653e3504cf6ec2baf9d830d844ba4e4411af28b0937e94c631fb093fa1d72dd85166856f0fb5e4bd79bbcfeca021b80fa18e9a8
languageName: node
linkType: hard

"v8-to-istanbul@npm:^4.0.1":
version: 4.1.3
resolution: "v8-to-istanbul@npm:4.1.3"
Expand Down

0 comments on commit a71fb2d

Please sign in to comment.