Skip to content

Commit

Permalink
build(devs-dep): adopt jest 27.0.0-next.3 (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Feb 19, 2021
1 parent bd77ea1 commit 6b2d967
Show file tree
Hide file tree
Showing 33 changed files with 29,608 additions and 9,984 deletions.
8 changes: 4 additions & 4 deletions e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -5,11 +5,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.16",
"@types/jquery": "^3.5.4",
"jest": "^27.0.0-next.2",
"@types/jest": "^26.0.20",
"@types/jquery": "^3.5.5",
"jest": "^27.0.0-next.3",
"jquery": "^3.5.1",
"typescript": "^4.1.2"
"typescript": "^4.1.5"
},
"wantedDependencies": {
"jquery": "latest",
Expand Down
850 changes: 416 additions & 434 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions e2e/__external-repos__/memory-usage/package.json
Expand Up @@ -24,17 +24,17 @@
"weak-napi": "latest"
},
"devDependencies": {
"@nestjs/common": "^7.5.5",
"@nestjs/core": "^7.5.5",
"@nestjs/platform-express": "^7.5.5",
"@nestjs/testing": "^7.5.5",
"@types/jest": "^26.0.16",
"@types/lodash": "^4.14.165",
"jest": "^27.0.0-next.2",
"@nestjs/common": "^7.6.12",
"@nestjs/core": "^7.6.12",
"@nestjs/platform-express": "^7.6.12",
"@nestjs/testing": "^7.6.12",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.3",
"lodash": "^4.17.20",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"typescript": "^4.1.2",
"typescript": "^4.1.5",
"weak-napi": "^2.0.2"
}
}
917 changes: 462 additions & 455 deletions e2e/__external-repos__/memory-usage/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions e2e/__external-repos__/path-mapping/package.json
Expand Up @@ -2,9 +2,9 @@
"name": "ts-jest-example",
"private": true,
"devDependencies": {
"@types/jest": "^26.0.16",
"jest": "^27.0.0-next.2",
"typescript": "^4.1.2"
"@types/jest": "^26.0.20",
"jest": "^27.0.0-next.3",
"typescript": "^4.1.5"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down

0 comments on commit 6b2d967

Please sign in to comment.