Skip to content

Commit

Permalink
feat: adopt jest@27.0.0-next.5 (#2450)
Browse files Browse the repository at this point in the history
Closes #2459
  • Loading branch information
ahnpnl committed Mar 17, 2021
1 parent ced8bf9 commit b714da3
Show file tree
Hide file tree
Showing 33 changed files with 2,920 additions and 2,945 deletions.
2 changes: 1 addition & 1 deletion e2e/__external-repos__/custom-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jquery": "^3.5.5",
"jest": "^27.0.0-next.4",
"jest": "^27.0.0-next.5",
"jquery": "^3.6.0",
"typescript": "^4.2.3"
},
Expand Down
496 changes: 248 additions & 248 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions e2e/__external-repos__/memory-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"weak-napi": "latest"
},
"devDependencies": {
"@nestjs/common": "^7.6.13",
"@nestjs/core": "^7.6.13",
"@nestjs/platform-express": "^7.6.13",
"@nestjs/testing": "^7.6.13",
"@nestjs/common": "^7.6.14",
"@nestjs/core": "^7.6.14",
"@nestjs/platform-express": "^7.6.14",
"@nestjs/testing": "^7.6.14",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.4",
"jest": "^27.0.0-next.5",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.6",
Expand Down
528 changes: 264 additions & 264 deletions e2e/__external-repos__/memory-usage/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/__external-repos__/path-mapping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^27.0.0-next.4",
"jest": "^27.0.0-next.5",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
496 changes: 248 additions & 248 deletions e2e/__external-repos__/path-mapping/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.4",
"jest": "^27.0.0-next.5",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
496 changes: 248 additions & 248 deletions e2e/__external-repos__/simple-project-references/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/__external-repos__/simple/with-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/jest": "^26.0.20",
"dependency": "file:../dependency",
"jest": "^27.0.0-next.4",
"jest": "^27.0.0-next.5",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
496 changes: 248 additions & 248 deletions e2e/__external-repos__/simple/with-dependency/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^27.0.0-next.4",
"jest": "^27.0.0-next.5",
"typescript": "^4.2.3"
},
"wantedDependencies": {
Expand Down
Loading

0 comments on commit b714da3

Please sign in to comment.