Prepare for next year
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user