Skip to content

Commit dfee83e

Browse files
committed
Remove types/uuid and use version 9
Version 14 was not working Some other packages were using 9 Upgrade types
1 parent 63a8f12 commit dfee83e

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"styled-components": "^4",
4242
"typesafe-actions": "^4.4.2",
4343
"typescript": "^4",
44-
"uuid": "~14.0",
44+
"uuid": "^9",
4545
"weak-map": "^1.0.8",
4646
"workbox-core": "^7.0.0",
4747
"workbox-expiration": "^7.0.0",
@@ -137,7 +137,7 @@
137137
"@types/serve-static": "~1.15",
138138
"@types/styled-components": "~4.1",
139139
"@types/tiny-async-pool": "~1.0",
140-
"@types/uuid": "~7.0",
140+
"@types/uuid": "^9",
141141
"@types/yargs": "~13.0",
142142
"codecov": "^3.8.3",
143143
"date-fns": "^2.30.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8966,10 +8966,10 @@
89668966
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
89678967
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
89688968

8969-
"@types/uuid@~7.0":
8970-
version "7.0.5"
8971-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.5.tgz#b1d2f772142a301538fae9bdf9cf15b9f2573a29"
8972-
integrity sha512-hKB88y3YHL8oPOs/CNlaXtjWn93+Bs48sDQR37ZUqG2tLeCS7EA1cmnkKsuQsub9OKEB/y/Rw9zqJqqNSbqVlQ==
8969+
"@types/uuid@^9":
8970+
version "9.0.8"
8971+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
8972+
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
89738973

89748974
"@types/webpack-sources@*":
89758975
version "2.1.0"
@@ -22641,16 +22641,11 @@ uuid@^8.0.0, uuid@^8.3.0, uuid@^8.3.2:
2264122641
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2264222642
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2264322643

22644-
uuid@^9.0.0, uuid@^9.0.1:
22644+
uuid@^9, uuid@^9.0.0, uuid@^9.0.1:
2264522645
version "9.0.1"
2264622646
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
2264722647
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
2264822648

22649-
uuid@~14.0:
22650-
version "14.0.0"
22651-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d"
22652-
integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==
22653-
2265422649
v8-compile-cache-lib@^3.0.1:
2265522650
version "3.0.1"
2265622651
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)