Skip to content

Commit 999ef60

Browse files
authored
feat: support jest **27.0.0-next.8** (#2512)
1 parent 7e87845 commit 999ef60

File tree

24 files changed

+4510
-4368
lines changed

24 files changed

+4510
-4368
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"devDependencies": {
88
"@types/jest": "^26.0.22",
99
"@types/jquery": "^3.5.5",
10-
"jest": "^27.0.0-next.7",
10+
"jest": "^27.0.0-next.8",
1111
"jquery": "^3.6.0",
12-
"typescript": "^4.2.3"
12+
"typescript": "^4.2.4"
1313
},
1414
"wantedDependencies": {
1515
"jquery": "latest",

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"@nestjs/testing": "^7.6.15",
3131
"@types/jest": "^26.0.22",
3232
"@types/lodash": "^4.14.168",
33-
"jest": "^27.0.0-next.7",
33+
"jest": "^27.0.0-next.8",
3434
"lodash": "^4.17.21",
3535
"reflect-metadata": "^0.1.13",
3636
"rxjs": "^6.6.7",
37-
"typescript": "^4.2.3",
37+
"typescript": "^4.2.4",
3838
"weak-napi": "^2.0.2"
3939
}
4040
}

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

Lines changed: 333 additions & 328 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
@@ -3,8 +3,8 @@
33
"private": true,
44
"devDependencies": {
55
"@types/jest": "^26.0.22",
6-
"jest": "^27.0.0-next.7",
7-
"typescript": "^4.2.3"
6+
"jest": "^27.0.0-next.8",
7+
"typescript": "^4.2.4"
88
},
99
"wantedDependencies": {
1010
"@types/jest": "latest",

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

Lines changed: 333 additions & 328 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
@@ -7,8 +7,8 @@
77
"devDependencies": {
88
"@types/jest": "^26.0.22",
99
"@types/lodash": "^4.14.168",
10-
"jest": "^27.0.0-next.7",
11-
"typescript": "^4.2.3"
10+
"jest": "^27.0.0-next.8",
11+
"typescript": "^4.2.4"
1212
},
1313
"wantedDependencies": {
1414
"@types/jest": "latest",

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

Lines changed: 333 additions & 328 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
@@ -38,8 +38,8 @@
3838
"devDependencies": {
3939
"@types/jest": "^26.0.22",
4040
"dependency": "file:../dependency",
41-
"jest": "^27.0.0-next.7",
42-
"typescript": "^4.2.3"
41+
"jest": "^27.0.0-next.8",
42+
"typescript": "^4.2.4"
4343
},
4444
"wantedDependencies": {
4545
"typescript": "latest",

0 commit comments

Comments
 (0)