Skip to content

Commit

Permalink
feat: adopt jest **27.0.0-next.4** (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Mar 9, 2021
1 parent 88c0e44 commit 1d411f2
Show file tree
Hide file tree
Showing 25 changed files with 3,417 additions and 43,707 deletions.
6 changes: 3 additions & 3 deletions e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -7,9 +7,9 @@
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jquery": "^3.5.5",
"jest": "^27.0.0-next.3",
"jquery": "^3.5.1",
"typescript": "^4.1.5"
"jest": "^27.0.0-next.4",
"jquery": "^3.6.0",
"typescript": "^4.2.3"
},
"wantedDependencies": {
"jquery": "latest",
Expand Down
306 changes: 153 additions & 153 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.6.12",
"@nestjs/core": "^7.6.12",
"@nestjs/platform-express": "^7.6.12",
"@nestjs/testing": "^7.6.12",
"@nestjs/common": "^7.6.13",
"@nestjs/core": "^7.6.13",
"@nestjs/platform-express": "^7.6.13",
"@nestjs/testing": "^7.6.13",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.3",
"lodash": "^4.17.20",
"jest": "^27.0.0-next.4",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"typescript": "^4.1.5",
"rxjs": "^6.6.6",
"typescript": "^4.2.3",
"weak-napi": "^2.0.2"
}
}
345 changes: 175 additions & 170 deletions e2e/__external-repos__/memory-usage/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__external-repos__/path-mapping/package.json
Expand Up @@ -3,8 +3,8 @@
"private": true,
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^27.0.0-next.3",
"typescript": "^4.1.5"
"jest": "^27.0.0-next.4",
"typescript": "^4.2.3"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down
298 changes: 149 additions & 149 deletions e2e/__external-repos__/path-mapping/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__external-repos__/simple-project-references/package.json
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"jest": "^27.0.0-next.3",
"typescript": "^4.1.5"
"jest": "^27.0.0-next.4",
"typescript": "^4.2.3"
},
"wantedDependencies": {
"@types/jest": "latest",
Expand Down

0 comments on commit 1d411f2

Please sign in to comment.