Skip to content

Commit 9a3a82f

Browse files
committed
chore(deps): remove ts-jest dependencies
1 parent d409559 commit 9a3a82f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

packages/vue2-jest/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"conventional-changelog": "^1.1.5",
3333
"jest": "^28.0.2",
3434
"semantic-release": "^15.13.2",
35-
"ts-jest": "^28.0.1",
3635
"typescript": "^4.6.4",
3736
"vue": "^2.4.2",
3837
"vue-template-compiler": "^2.4.2"
@@ -41,12 +40,12 @@
4140
"@babel/core": "7.x",
4241
"babel-jest": ">= 28 < 29",
4342
"jest": "28.x",
44-
"ts-jest": ">= 28 < 29",
43+
"typescript": ">= 4.3",
4544
"vue": "^2.x",
4645
"vue-template-compiler": "^2.x"
4746
},
4847
"peerDependenciesMeta": {
49-
"ts-jest": {
48+
"typescript": {
5049
"optional": true
5150
}
5251
},

packages/vue3-jest/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,17 @@
3131
"jest": "^28.0.2",
3232
"jest-cli": "^28.0.2",
3333
"semantic-release": "^15.13.2",
34-
"ts-jest": "^28.0.1",
3534
"typescript": "^4.6.4",
3635
"vue": "^3.2.22"
3736
},
3837
"peerDependencies": {
3938
"@babel/core": "7.x",
4039
"babel-jest": "28.x",
4140
"jest": "28.x",
42-
"ts-jest": "28.x",
4341
"typescript": ">= 4.3",
4442
"vue": "^3.0.0-0"
4543
},
4644
"peerDependenciesMeta": {
47-
"ts-jest": {
48-
"optional": true
49-
},
5045
"typescript": {
5146
"optional": true
5247
}

0 commit comments

Comments
 (0)