Skip to content

Commit 9b9e163

Browse files
committed
fix: build failure, upgraded packages
1 parent 6b5c6f8 commit 9b9e163

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"@babel/core": "^7.9.0",
4141
"@babel/preset-env": "^7.9.5",
4242
"@babel/preset-typescript": "^7.9.0",
43-
"@types/jest": "^25.2.1",
44-
"babel-jest": "^25.3.0",
45-
"chalk": "^4.0.0",
43+
"@types/jest": "^29.5.1",
44+
"babel-jest": "^29.5.0",
45+
"chalk": "^5.2.0",
4646
"husky": "^4.2.5",
47-
"jest": "^25.3.0",
48-
"lint-staged": "^10.1.4",
47+
"jest": "^29.5.0",
48+
"lint-staged": "^13.2.2",
4949
"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"
50+
"rimraf": "^5.0.0",
51+
"ts-jest": "^29.1.0",
52+
"ts-node": "^10.9.1",
53+
"typescript": "^5.0.4"
5454
},
5555
"husky": {
5656
"hooks": {
@@ -66,4 +66,4 @@
6666
"engines": {
6767
"node": ">=8.0.0"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)