Skip to content

Commit 1d411f2

Browse files
authored
feat: adopt jest **27.0.0-next.4** (#2435)
1 parent 88c0e44 commit 1d411f2

File tree

25 files changed

+3417
-43707
lines changed

25 files changed

+3417
-43707
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"devDependencies": {
88
"@types/jest": "^26.0.20",
99
"@types/jquery": "^3.5.5",
10-
"jest": "^27.0.0-next.3",
11-
"jquery": "^3.5.1",
12-
"typescript": "^4.1.5"
10+
"jest": "^27.0.0-next.4",
11+
"jquery": "^3.6.0",
12+
"typescript": "^4.2.3"
1313
},
1414
"wantedDependencies": {
1515
"jquery": "latest",

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

+153-153
Large diffs are not rendered by default.

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"weak-napi": "latest"
2525
},
2626
"devDependencies": {
27-
"@nestjs/common": "^7.6.12",
28-
"@nestjs/core": "^7.6.12",
29-
"@nestjs/platform-express": "^7.6.12",
30-
"@nestjs/testing": "^7.6.12",
27+
"@nestjs/common": "^7.6.13",
28+
"@nestjs/core": "^7.6.13",
29+
"@nestjs/platform-express": "^7.6.13",
30+
"@nestjs/testing": "^7.6.13",
3131
"@types/jest": "^26.0.20",
3232
"@types/lodash": "^4.14.168",
33-
"jest": "^27.0.0-next.3",
34-
"lodash": "^4.17.20",
33+
"jest": "^27.0.0-next.4",
34+
"lodash": "^4.17.21",
3535
"reflect-metadata": "^0.1.13",
36-
"rxjs": "^6.6.3",
37-
"typescript": "^4.1.5",
36+
"rxjs": "^6.6.6",
37+
"typescript": "^4.2.3",
3838
"weak-napi": "^2.0.2"
3939
}
4040
}

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

+175-170
Large diffs are not rendered by default.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"devDependencies": {
55
"@types/jest": "^26.0.20",
6-
"jest": "^27.0.0-next.3",
7-
"typescript": "^4.1.5"
6+
"jest": "^27.0.0-next.4",
7+
"typescript": "^4.2.3"
88
},
99
"wantedDependencies": {
1010
"@types/jest": "latest",

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

+149-149
Large diffs are not rendered by default.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"devDependencies": {
88
"@types/jest": "^26.0.20",
99
"@types/lodash": "^4.14.168",
10-
"jest": "^27.0.0-next.3",
11-
"typescript": "^4.1.5"
10+
"jest": "^27.0.0-next.4",
11+
"typescript": "^4.2.3"
1212
},
1313
"wantedDependencies": {
1414
"@types/jest": "latest",

0 commit comments

Comments
 (0)