chore: merge dev to main #181

Merged
Anri merged 40 commits from dev into main 2024-09-27 20:49:36 +02:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit e9aff483b1 - Show all commits

6
package-lock.json generated
View file

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

View file

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