Update deps

This commit is contained in:
Kalle (Sendou) 2021-12-06 02:02:43 +02:00
parent 0554b1dcda
commit 291da9e7bc
3 changed files with 9 additions and 9 deletions

View File

@ -21,9 +21,9 @@
.tournament__manage-roster__actions__section {
display: flex;
width: 18rem;
flex-direction: column;
align-items: flex-start;
width: 18rem;
}
.tournament__manage-roster__input {

14
package-lock.json generated
View File

@ -37,7 +37,7 @@
"@types/react-dom": "^17.0.11",
"concurrently": "^6.4.0",
"cypress": "^9.1.1",
"prettier": "2.5.0",
"prettier": "2.5.1",
"prisma": "^3.6.0",
"stylelint": "^14.1.0",
"stylelint-config-idiomatic-order": "^8.1.0",
@ -6007,9 +6007,9 @@
"dev": true
},
"node_modules/prettier": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.0.tgz",
"integrity": "sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
@ -12525,9 +12525,9 @@
"dev": true
},
"prettier": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.0.tgz",
"integrity": "sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
"dev": true
},
"pretty-bytes": {

View File

@ -52,7 +52,7 @@
"@types/react-dom": "^17.0.11",
"concurrently": "^6.4.0",
"cypress": "^9.1.1",
"prettier": "2.5.0",
"prettier": "2.5.1",
"prisma": "^3.6.0",
"stylelint": "^14.1.0",
"stylelint-config-idiomatic-order": "^8.1.0",