Prepare for next year

This commit is contained in:
2025-11-07 13:34:30 +01:00
parent f3c4b5b7d5
commit 837a43b4c2
3 changed files with 159 additions and 2 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
"format": "prettier --write .",
"check": "prettier --check .",
"test": "bun test",
"test:dev": "bun test --watch 2024",
"test:dev": "bun test --watch 2025",
"test:utils": "NODE_ENV=production bun test --watch --coverage utils/*"
},
"devDependencies": {
@@ -17,7 +17,7 @@
"@types/prompts": "^2.4.9",
"cli-progress": "^3.12.0",
"p-limit": "^6.1.0",
"prettier": "^3.4.0",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prompts": "^2.4.2",
"replace-in-file": "^8.2.0"