Skip to content

Commit 19a3f00

Browse files
authoredMar 29, 2024··
chore(package): bump dev dependencies (#977)
1 parent e4932b3 commit 19a3f00

File tree

4 files changed

+748
-718
lines changed

4 files changed

+748
-718
lines changed
 

‎.husky/commit-msg

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
yarn commitlint --edit $1

‎.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
yarn lint-staged

‎package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "tsc --build",
1919
"test": "jest",
2020
"coverage": "jest --coverage",
21-
"prepare": "husky install",
21+
"prepare": "husky",
2222
"prepack": "yarn clean && yarn test && yarn build",
2323
"spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'"
2424
},
@@ -53,34 +53,34 @@
5353
"devDependencies": {
5454
"@commitlint/cli": "17.7.1",
5555
"@commitlint/config-conventional": "17.7.0",
56-
"@types/debug": "4.1.8",
57-
"@types/express": "4.17.17",
58-
"@types/is-glob": "4.0.2",
59-
"@types/jest": "29.5.4",
60-
"@types/micromatch": "4.0.2",
61-
"@types/node": "20.5.9",
56+
"@types/debug": "4.1.12",
57+
"@types/express": "4.17.21",
58+
"@types/is-glob": "4.0.4",
59+
"@types/jest": "29.5.12",
60+
"@types/micromatch": "4.0.6",
61+
"@types/node": "20.11.30",
6262
"@types/supertest": "2.0.12",
63-
"@types/ws": "8.5.5",
64-
"@typescript-eslint/eslint-plugin": "6.5.0",
65-
"@typescript-eslint/parser": "6.5.0",
63+
"@types/ws": "8.5.10",
64+
"@typescript-eslint/eslint-plugin": "7.4.0",
65+
"@typescript-eslint/parser": "7.4.0",
6666
"body-parser": "1.20.2",
67-
"browser-sync": "2.29.3",
67+
"browser-sync": "3.0.2",
6868
"connect": "3.7.0",
69-
"eslint": "8.48.0",
70-
"eslint-config-prettier": "9.0.0",
71-
"eslint-plugin-prettier": "5.0.0",
72-
"express": "4.18.2",
69+
"eslint": "8.57.0",
70+
"eslint-config-prettier": "9.1.0",
71+
"eslint-plugin-prettier": "5.1.3",
72+
"express": "4.19.2",
7373
"get-port": "5.1.1",
74-
"husky": "8.0.3",
75-
"jest": "29.6.4",
76-
"lint-staged": "14.0.1",
77-
"mockttp": "3.9.2",
74+
"husky": "9.0.11",
75+
"jest": "29.7.0",
76+
"lint-staged": "15.2.2",
77+
"mockttp": "3.10.1",
7878
"open": "8.4.2",
79-
"prettier": "3.0.3",
80-
"supertest": "6.3.3",
81-
"ts-jest": "29.1.1",
82-
"typescript": "5.2.2",
83-
"ws": "8.13.0"
79+
"prettier": "3.2.5",
80+
"supertest": "6.3.4",
81+
"ts-jest": "29.1.2",
82+
"typescript": "5.4.3",
83+
"ws": "8.16.0"
8484
},
8585
"dependencies": {
8686
"@types/http-proxy": "^1.17.10",

‎yarn.lock

+724-688
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.