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 6b5c6f8 commit 9b9e163Copy full SHA for 9b9e163
package.json
@@ -40,17 +40,17 @@
40
"@babel/core": "^7.9.0",
41
"@babel/preset-env": "^7.9.5",
42
"@babel/preset-typescript": "^7.9.0",
43
- "@types/jest": "^25.2.1",
44
- "babel-jest": "^25.3.0",
45
- "chalk": "^4.0.0",
+ "@types/jest": "^29.5.1",
+ "babel-jest": "^29.5.0",
+ "chalk": "^5.2.0",
46
"husky": "^4.2.5",
47
- "jest": "^25.3.0",
48
- "lint-staged": "^10.1.4",
+ "jest": "^29.5.0",
+ "lint-staged": "^13.2.2",
49
"prettier": "^2.0.4",
50
- "rimraf": "^3.0.2",
51
- "ts-jest": "^25.3.1",
52
- "ts-node": "^8.8.2",
53
- "typescript": "^3.8.3"
+ "rimraf": "^5.0.0",
+ "ts-jest": "^29.1.0",
+ "ts-node": "^10.9.1",
+ "typescript": "^5.0.4"
54
},
55
"husky": {
56
"hooks": {
@@ -66,4 +66,4 @@
66
"engines": {
67
"node": ">=8.0.0"
68
}
69
-}
+}
0 commit comments