Skip to content

Commit

Permalink
build: update most dev dependencies (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 5, 2024
1 parent a728f36 commit 0dd58a4
Show file tree
Hide file tree
Showing 3 changed files with 1,068 additions and 642 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "prettier --check \"{src,spec}/**/*.ts\"",
"test": "jest --testPathIgnorePatterns=/working/ --testPathIgnorePatterns=/node_modules/",
"postinstall": "tsc",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"async-mutex": "^0.5.0",
Expand All @@ -27,23 +27,23 @@
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.11.8",
"@types/node-fetch": "^2.5.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node-fetch": "^2.6.11",
"@types/pino-std-serializers": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^6.0.0",
"jest": "^29.0.0",
"lint-staged": "^10.4.2",
"nock": "^13.2.9",
"prettier": "^3.0.0",
"smee-client": "^2.0.1",
"ts-jest": "^29.0.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"nock": "^13.5.5",
"prettier": "^3.3.3",
"smee-client": "^2.0.4",
"ts-jest": "^29.2.5",
"typescript": "*"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 0dd58a4

Please sign in to comment.