Skip to content

Commit

Permalink
build(devs-dep): update e2e dependencies (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Oct 16, 2021
1 parent d92869e commit 8aa903c
Show file tree
Hide file tree
Showing 21 changed files with 4,056 additions and 3,894 deletions.
8 changes: 4 additions & 4 deletions e2e/__external-repos__/custom-typings/package.json
Expand Up @@ -5,11 +5,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/jquery": "^3.5.6",
"jest": "^27.1.1",
"@types/jest": "^27.0.2",
"@types/jquery": "^3.5.7",
"jest": "^27.2.5",
"jquery": "^3.6.0",
"typescript": "^4.4.2"
"typescript": "^4.4.4"
},
"wantedDependencies": {
"jquery": "latest",
Expand Down
719 changes: 375 additions & 344 deletions e2e/__external-repos__/custom-typings/yarn.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions e2e/__external-repos__/memory-usage/package.json
Expand Up @@ -24,17 +24,17 @@
"weak-napi": "latest"
},
"devDependencies": {
"@nestjs/common": "^8.0.6",
"@nestjs/core": "^8.0.6",
"@nestjs/platform-express": "^8.0.6",
"@nestjs/testing": "^8.0.6",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.172",
"jest": "^27.1.1",
"@nestjs/common": "^8.1.1",
"@nestjs/core": "^8.1.1",
"@nestjs/platform-express": "^8.1.1",
"@nestjs/testing": "^8.1.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"jest": "^27.2.5",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.3.0",
"typescript": "^4.4.2",
"rxjs": "^7.4.0",
"typescript": "^4.4.4",
"weak-napi": "^2.0.2"
}
}

0 comments on commit 8aa903c

Please sign in to comment.