Skip to content

Commit 6452e30

Browse files
authored
feat: support jest **27.0.0-next.6** (#2476)
1 parent fc3da9b commit 6452e30

File tree

24 files changed

+3819
-3827
lines changed

24 files changed

+3819
-3827
lines changed

e2e/__external-repos__/custom-typings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"test": "jest"
66
},
77
"devDependencies": {
8-
"@types/jest": "^26.0.20",
8+
"@types/jest": "^26.0.22",
99
"@types/jquery": "^3.5.5",
10-
"jest": "^27.0.0-next.5",
10+
"jest": "^27.0.0-next.6",
1111
"jquery": "^3.6.0",
1212
"typescript": "^4.2.3"
1313
},

e2e/__external-repos__/custom-typings/yarn.lock

Lines changed: 273 additions & 273 deletions
Large diffs are not rendered by default.

e2e/__external-repos__/memory-usage/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"weak-napi": "latest"
2525
},
2626
"devDependencies": {
27-
"@nestjs/common": "^7.6.14",
28-
"@nestjs/core": "^7.6.14",
29-
"@nestjs/platform-express": "^7.6.14",
30-
"@nestjs/testing": "^7.6.14",
31-
"@types/jest": "^26.0.20",
27+
"@nestjs/common": "^7.6.15",
28+
"@nestjs/core": "^7.6.15",
29+
"@nestjs/platform-express": "^7.6.15",
30+
"@nestjs/testing": "^7.6.15",
31+
"@types/jest": "^26.0.22",
3232
"@types/lodash": "^4.14.168",
33-
"jest": "^27.0.0-next.5",
33+
"jest": "^27.0.0-next.6",
3434
"lodash": "^4.17.21",
3535
"reflect-metadata": "^0.1.13",
3636
"rxjs": "^6.6.6",

e2e/__external-repos__/memory-usage/yarn.lock

Lines changed: 297 additions & 286 deletions
Large diffs are not rendered by default.

e2e/__external-repos__/path-mapping/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ts-jest-example",
33
"private": true,
44
"devDependencies": {
5-
"@types/jest": "^26.0.20",
6-
"jest": "^27.0.0-next.5",
5+
"@types/jest": "^26.0.22",
6+
"jest": "^27.0.0-next.6",
77
"typescript": "^4.2.3"
88
},
99
"wantedDependencies": {

e2e/__external-repos__/path-mapping/yarn.lock

Lines changed: 281 additions & 270 deletions
Large diffs are not rendered by default.

e2e/__external-repos__/simple-project-references/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"test": "jest"
66
},
77
"devDependencies": {
8-
"@types/jest": "^26.0.20",
8+
"@types/jest": "^26.0.22",
99
"@types/lodash": "^4.14.168",
10-
"jest": "^27.0.0-next.5",
10+
"jest": "^27.0.0-next.6",
1111
"typescript": "^4.2.3"
1212
},
1313
"wantedDependencies": {

e2e/__external-repos__/simple-project-references/yarn.lock

Lines changed: 273 additions & 273 deletions
Large diffs are not rendered by default.

e2e/__external-repos__/simple/with-dependency/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@types/jest": "^26.0.20",
39+
"@types/jest": "^26.0.22",
4040
"dependency": "file:../dependency",
41-
"jest": "^27.0.0-next.5",
41+
"jest": "^27.0.0-next.6",
4242
"typescript": "^4.2.3"
4343
},
4444
"wantedDependencies": {

0 commit comments

Comments
 (0)