Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(devs-dep): adopt jest 27.0.0-next.3 #2382

Merged
merged 1 commit into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions e2e/__external-repos__/custom-typings/package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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