Dependencies Update (#201)

* Updated packages
* Adjust package.json scripts quotes so they work well on Windows
This commit is contained in:
Giancarlo Buomprisco
2025-03-04 13:30:08 +07:00
committed by GitHub
parent 22f78b9a86
commit c41d88b2e6
21 changed files with 599 additions and 653 deletions

View File

@@ -17,10 +17,10 @@
"clean": "git clean -xdf node_modules dist .next",
"clean:workspaces": "turbo clean",
"dev": "cross-env FORCE_COLOR=1 turbo dev --parallel",
"format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
"format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
"lint": "turbo lint --cache-dir=.turbo --affected --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
"lint:fix": "turbo lint --cache-dir=.turbo --affected --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
"format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"./.gitignore\"",
"format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location=\"node_modules/.cache/.prettiercache\" --ignore-path=\"./gitignore\"",
"lint": "turbo lint --cache-dir=.turbo --affected --continue -- --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg check",
"lint:fix": "turbo lint --cache-dir=.turbo --affected --continue -- --fix --cache --cache-location \"node_modules/.cache/.eslintcache\" && manypkg fix",
"typecheck": "turbo typecheck --affected --cache-dir=.turbo",
"test": "turbo test --cache-dir=.turbo",
"update": "pnpm update -r",
@@ -47,7 +47,7 @@
"@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.4.4",
"cross-env": "^7.0.3",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"turbo": "2.4.4",
"typescript": "^5.8.2"
}