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

feat: adopt jest **27.0.0-next.4** #2435

Merged
merged 1 commit into from Mar 9, 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
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