Skip to content

Commit

Permalink
build(devs-dep): upgrade deps to be compatible to jest 27 (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored May 25, 2021
1 parent 2a6e9f9 commit 6406c6a
Show file tree
Hide file tree
Showing 24 changed files with 5,351 additions and 6,697 deletions.
4 changes: 2 additions & 2 deletions e2e/__external-repos__/custom-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/jquery": "^3.5.5",
"jest": "^27.0.0-next.11",
"jest": "^27.0.1",
"jquery": "^3.6.0",
"typescript": "^4.2.4"
},
"wantedDependencies": {
"jquery": "latest",
"@types/jest": "latest",
"@types/jquery": "latest",
"jest": "next",
"jest": "latest",
"typescript": "latest"
}
}
1,211 changes: 498 additions & 713 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions e2e/__external-repos__/memory-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nestjs/testing": "latest",
"@types/jest": "latest",
"@types/lodash": "latest",
"jest": "next",
"jest": "latest",
"lodash": "latest",
"reflect-metadata": "latest",
"rxjs": "latest",
Expand All @@ -30,7 +30,7 @@
"@nestjs/testing": "^7.6.17",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.170",
"jest": "^27.0.0-next.11",
"jest": "^27.0.1",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.1.0",
Expand Down
1,194 changes: 487 additions & 707 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
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"private": true,
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^27.0.0-next.11",
"jest": "^27.0.1",
"typescript": "^4.2.4"
},
"wantedDependencies": {
"@types/jest": "latest",
"jest": "next",
"jest": "latest",
"typescript": "latest"
},
"scripts": {
Expand Down
Loading

0 comments on commit 6406c6a

Please sign in to comment.