Skip to content

Commit 1f3679b

Browse files
committed
chore(jest): bump deps
1 parent f36a183 commit 1f3679b

File tree

4 files changed

+1257
-730
lines changed

4 files changed

+1257
-730
lines changed

packages/unit-jest/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@
2828
"npm": ">= 6.14.12",
2929
"yarn": ">= 1.17.3"
3030
},
31+
"dependenciesComments": {
32+
"esbuild": "We used the same version specified in ts-jest, which uses it https://github.com/kulshekhar/ts-jest/blob/e80594d5d57a4589526afc257d76a5c7bf7ddd9a/package.json#L120"
33+
},
3134
"dependencies": {
32-
"@vue/vue3-jest": "^29.0.0",
33-
"alias-hq": "^5.4.0",
34-
"babel-jest": "^29.2.2",
35-
"chai": "^4.3.6",
36-
"esbuild": "^0.15.12",
35+
"@vue/vue3-jest": "^29.2.6",
36+
"alias-hq": "^6.2.3",
37+
"babel-jest": "^29.7.0",
38+
"chai": "^4.4.1",
39+
"esbuild": "~0.21.5",
3740
"jest-environment-jsdom": "^29.2.2",
3841
"jest-transform-stub": "^2.0.0",
3942
"lodash-es": "^4.17.21",
40-
"ts-jest": "^29.0.3"
43+
"ts-jest": "^29.2.1"
4144
},
4245
"devDependencies": {
4346
"@types/lodash-es": "^4.17.12",

0 commit comments

Comments
 (0)