changes
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 13s

This commit is contained in:
Mylloon 2024-09-27 12:44:43 +02:00
parent 876e86a3b7
commit e9aff483b1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View file

@ -23,13 +23,13 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "~29.5.13",
"@typescript-eslint/eslint-plugin": "~8.6.0",
"@typescript-eslint/parser": "~8.6.0",
"dotenv": "~16.4.5",
"jest": "^29.7.0",
"jest": "~29.7.0",
"prettier-eslint": "~16.3.0",
"ts-jest": "^29.2.5",
"ts-jest": "~29.2.5",
"ts-node-dev": "~2.0.0"
}
},

View file

@ -32,13 +32,13 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/jest": "~29.5.13",
"@typescript-eslint/eslint-plugin": "~8.6.0",
"@typescript-eslint/parser": "~8.6.0",
"dotenv": "~16.4.5",
"jest": "^29.7.0",
"jest": "~29.7.0",
"prettier-eslint": "~16.3.0",
"ts-jest": "^29.2.5",
"ts-jest": "~29.2.5",
"ts-node-dev": "~2.0.0"
},
"jest": {