Skip to content

Commit

Permalink
chore(scaffolding): disable "packageManager" check, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Oct 1, 2024
1 parent 71c9d7d commit 88e03b5
Show file tree
Hide file tree
Showing 3 changed files with 877 additions and 766 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@biomejs/biome": "^1.9.3",
"@types/node": "20.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"rimraf": "^3.0.2",
"turbo": "^2.1.2",
"typescript": "^5.6.0",
"vitest": "^2.1.0"
"turbo": "^2.1.3",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"packageManager": "[email protected]",
"pre-commit": "lint-staged",
"lint-staged": {
"*.{js,ts,cjs,mjs,md,json,jsonc}": "biome ci --no-errors-on-unmatched"
Expand Down
Loading

0 comments on commit 88e03b5

Please sign in to comment.