Skip to content

Commit

Permalink
chore: updated depdencies and linted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Nov 21, 2023
1 parent ae1c76e commit 50c31c5
Show file tree
Hide file tree
Showing 11 changed files with 984 additions and 1,112 deletions.
27 changes: 16 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"dist/"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "rimraf dist",
"clean:nodemodules": "rimraf node_modules",
"build": "rimraf dist && tsc -p ./tsconfig.build.json",
Expand All @@ -38,23 +37,29 @@
"test:watch": "vitest"
},
"devDependencies": {
"@tool-belt/eslint-config": "^3.0.5",
"@types/node": "^20.6.1",
"@vitest/coverage-v8": "^0.34.4",
"eslint": "^8.49.0",
"@tool-belt/eslint-config": "^4.0.2",
"@types/node": "^20.9.3",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.54.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"lint-staged": {
"*.ts": "eslint --fix",
"*.{js,md,json,yaml,yml}": "prettier --write"
},
"dependencies": {
"@tool-belt/type-predicates": "^1.2.2"
"@tool-belt/type-predicates": "^1.3.0"
},
"engines": {
"yarn": "please-use-pnpm",
"npm": "please-use-pnpm",
"pnpm": ">=8.0.0",
"node": ">=21.0.0"
}
}
Loading

0 comments on commit 50c31c5

Please sign in to comment.