Skip to content

Commit

Permalink
chore(package): bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Mar 29, 2024
1 parent e4932b3 commit eb67e65
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 718 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
48 changes: 24 additions & 24 deletions package.json
Expand Up @@ -18,7 +18,7 @@
"build": "tsc --build",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "husky install",
"prepare": "husky",
"prepack": "yarn clean && yarn test && yarn build",
"spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'"
},
Expand Down Expand Up @@ -53,34 +53,34 @@
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@types/debug": "4.1.8",
"@types/express": "4.17.17",
"@types/is-glob": "4.0.2",
"@types/jest": "29.5.4",
"@types/micromatch": "4.0.2",
"@types/node": "20.5.9",
"@types/debug": "4.1.12",
"@types/express": "4.17.21",
"@types/is-glob": "4.0.4",
"@types/jest": "29.5.12",
"@types/micromatch": "4.0.6",
"@types/node": "20.11.30",
"@types/supertest": "2.0.12",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"body-parser": "1.20.2",
"browser-sync": "2.29.3",
"browser-sync": "3.0.2",
"connect": "3.7.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"express": "4.18.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"express": "4.19.2",
"get-port": "5.1.1",
"husky": "8.0.3",
"jest": "29.6.4",
"lint-staged": "14.0.1",
"mockttp": "3.9.2",
"husky": "9.0.11",
"jest": "29.7.0",
"lint-staged": "15.2.2",
"mockttp": "3.10.1",
"open": "8.4.2",
"prettier": "3.0.3",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"ws": "8.13.0"
"prettier": "3.2.5",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"typescript": "5.4.3",
"ws": "8.16.0"
},
"dependencies": {
"@types/http-proxy": "^1.17.10",
Expand Down

0 comments on commit eb67e65

Please sign in to comment.