Skip to content

Commit 6b2d967

Browse files
authored
build(devs-dep): adopt jest 27.0.0-next.3 (#2382)
1 parent bd77ea1 commit 6b2d967

33 files changed

+29608
-9984
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"test": "jest"
66
},
77
"devDependencies": {
8-
"@types/jest": "^26.0.16",
9-
"@types/jquery": "^3.5.4",
10-
"jest": "^27.0.0-next.2",
8+
"@types/jest": "^26.0.20",
9+
"@types/jquery": "^3.5.5",
10+
"jest": "^27.0.0-next.3",
1111
"jquery": "^3.5.1",
12-
"typescript": "^4.1.2"
12+
"typescript": "^4.1.5"
1313
},
1414
"wantedDependencies": {
1515
"jquery": "latest",

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

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"weak-napi": "latest"
2525
},
2626
"devDependencies": {
27-
"@nestjs/common": "^7.5.5",
28-
"@nestjs/core": "^7.5.5",
29-
"@nestjs/platform-express": "^7.5.5",
30-
"@nestjs/testing": "^7.5.5",
31-
"@types/jest": "^26.0.16",
32-
"@types/lodash": "^4.14.165",
33-
"jest": "^27.0.0-next.2",
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",
31+
"@types/jest": "^26.0.20",
32+
"@types/lodash": "^4.14.168",
33+
"jest": "^27.0.0-next.3",
3434
"lodash": "^4.17.20",
3535
"reflect-metadata": "^0.1.13",
3636
"rxjs": "^6.6.3",
37-
"typescript": "^4.1.2",
37+
"typescript": "^4.1.5",
3838
"weak-napi": "^2.0.2"
3939
}
4040
}

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "ts-jest-example",
33
"private": true,
44
"devDependencies": {
5-
"@types/jest": "^26.0.16",
6-
"jest": "^27.0.0-next.2",
7-
"typescript": "^4.1.2"
5+
"@types/jest": "^26.0.20",
6+
"jest": "^27.0.0-next.3",
7+
"typescript": "^4.1.5"
88
},
99
"wantedDependencies": {
1010
"@types/jest": "latest",

0 commit comments

Comments
 (0)