Remove uuid dependency
This commit is contained in:
parent
a61b423609
commit
2ae2d51629
2 changed files with 1 additions and 16 deletions
|
@ -32,8 +32,7 @@
|
|||
"react-dom": "18.2.0",
|
||||
"socket.io": "^4.6.0",
|
||||
"socket.io-client": "^4.6.0",
|
||||
"typescript": "4.9.4",
|
||||
"uuid": "^9.0.0"
|
||||
"typescript": "4.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcrypt": "^5.0.0",
|
||||
|
@ -41,7 +40,6 @@
|
|||
"@types/node": "^18.13.0",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"@types/web-bluetooth": "^0.0.16",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
|
|
13
leaky-ships/pnpm-lock.yaml
generated
13
leaky-ships/pnpm-lock.yaml
generated
|
@ -16,7 +16,6 @@ specifiers:
|
|||
'@types/node': ^18.13.0
|
||||
'@types/react': ^18.0.28
|
||||
'@types/react-dom': ^18.0.10
|
||||
'@types/uuid': ^9.0.0
|
||||
'@types/web-bluetooth': ^0.0.16
|
||||
autoprefixer: ^10.4.13
|
||||
bcrypt: ^5.1.0
|
||||
|
@ -39,7 +38,6 @@ specifiers:
|
|||
socket.io-client: ^4.6.0
|
||||
tailwindcss: ^3.2.6
|
||||
typescript: 4.9.4
|
||||
uuid: ^9.0.0
|
||||
|
||||
dependencies:
|
||||
'@fortawesome/fontawesome-svg-core': 6.3.0
|
||||
|
@ -66,7 +64,6 @@ dependencies:
|
|||
socket.io: 4.6.0
|
||||
socket.io-client: 4.6.0
|
||||
typescript: 4.9.4
|
||||
uuid: 9.0.0
|
||||
|
||||
devDependencies:
|
||||
'@types/bcrypt': 5.0.0
|
||||
|
@ -74,7 +71,6 @@ devDependencies:
|
|||
'@types/node': 18.13.0
|
||||
'@types/react': 18.0.28
|
||||
'@types/react-dom': 18.0.10
|
||||
'@types/uuid': 9.0.0
|
||||
'@types/web-bluetooth': 0.0.16
|
||||
autoprefixer: 10.4.13_postcss@8.4.21
|
||||
eslint-config-prettier: 8.6.0_eslint@8.31.0
|
||||
|
@ -470,10 +466,6 @@ packages:
|
|||
resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
|
||||
dev: true
|
||||
|
||||
/@types/uuid/9.0.0:
|
||||
resolution: {integrity: sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==}
|
||||
dev: true
|
||||
|
||||
/@types/web-bluetooth/0.0.16:
|
||||
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
|
||||
dev: true
|
||||
|
@ -2998,11 +2990,6 @@ packages:
|
|||
/util-deprecate/1.0.2:
|
||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||
|
||||
/uuid/9.0.0:
|
||||
resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/vary/1.1.2:
|
||||
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
||||
engines: {node: '>= 0.8'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue