We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b42d9 commit 1440ea9Copy full SHA for 1440ea9
.husky/.gitignore
package.json
@@ -16,18 +16,18 @@
16
"@types/chai": "^4.2.0",
17
"@types/common-tags": "^1.8.0",
18
"@types/eslint": "^7.0.0",
19
- "@types/mocha": "^8.0.0",
20
- "@types/node": "^14.0.0",
+ "@types/mocha": "^9.0.0",
+ "@types/node": "^16.0.0",
21
"@typescript-eslint/parser": "^4.0.0",
22
"chai": "^4.2.0",
23
"eslint": "^7.0.0",
24
- "husky": "^6.0.0",
25
- "lint-staged": "^10.1.1",
26
- "mocha": "^8.0.0",
+ "husky": "^7.0.0",
+ "lint-staged": "^11.0.0",
+ "mocha": "^9.0.0",
27
"prettier": "^2.0.0",
28
"rimraf": "^3.0.0",
29
- "ts-node": "^9.0.0",
30
- "typescript": "~4.2.2"
+ "ts-node": "^10.0.0",
+ "typescript": "~4.4.2"
31
},
32
"engines": {
33
"node": ">=12.0.0"
0 commit comments