Skip to content

Commit 8bf91b4

Browse files
committed
chore: fixed pkg lock for tests
1 parent bfdedb2 commit 8bf91b4

File tree

2 files changed

+134
-193
lines changed

2 files changed

+134
-193
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@babel/plugin-transform-runtime": "^7.18.5",
3838
"@babel/preset-env": "^7.18.2",
3939
"@babel/runtime": "^7.18.3",
40-
"@commitlint/cli": "^17.0.2",
41-
"@commitlint/config-conventional": "^17.0.2",
40+
"@commitlint/cli": "16",
41+
"@commitlint/config-conventional": "16",
4242
"Base64": "^1.1.0",
4343
"babelify": "^10.0.0",
4444
"basic-auth-connect": "^1.0.0",
@@ -55,8 +55,8 @@
5555
"express-session": "^1.17.3",
5656
"fixpack": "^4.0.0",
5757
"get-port": "4.2.0",
58-
"husky": "^8.0.1",
59-
"lint-staged": "^13.0.2",
58+
"husky": "7",
59+
"lint-staged": "12",
6060
"marked": "^2.0.0",
6161
"mocha": "6.2.2",
6262
"multer": "^1.4.4",

0 commit comments

Comments
 (0)