Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions e2e/__external-repos__/custom-typings/package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading