Skip to content

Commit 8aa903c

Browse files
authored
build(devs-dep): update e2e dependencies (#2969)
1 parent d92869e commit 8aa903c

21 files changed

Lines changed: 4056 additions & 3894 deletions

File tree

e2e/__external-repos__/custom-typings/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"test": "jest"
66
},
77
"devDependencies": {
8-
"@types/jest": "^27.0.1",
9-
"@types/jquery": "^3.5.6",
10-
"jest": "^27.1.1",
8+
"@types/jest": "^27.0.2",
9+
"@types/jquery": "^3.5.7",
10+
"jest": "^27.2.5",
1111
"jquery": "^3.6.0",
12-
"typescript": "^4.4.2"
12+
"typescript": "^4.4.4"
1313
},
1414
"wantedDependencies": {
1515
"jquery": "latest",

e2e/__external-repos__/custom-typings/yarn.lock

Lines changed: 375 additions & 344 deletions
Large diffs are not rendered by default.

e2e/__external-repos__/memory-usage/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"weak-napi": "latest"
2525
},
2626
"devDependencies": {
27-
"@nestjs/common": "^8.0.6",
28-
"@nestjs/core": "^8.0.6",
29-
"@nestjs/platform-express": "^8.0.6",
30-
"@nestjs/testing": "^8.0.6",
31-
"@types/jest": "^27.0.1",
32-
"@types/lodash": "^4.14.172",
33-
"jest": "^27.1.1",
27+
"@nestjs/common": "^8.1.1",
28+
"@nestjs/core": "^8.1.1",
29+
"@nestjs/platform-express": "^8.1.1",
30+
"@nestjs/testing": "^8.1.1",
31+
"@types/jest": "^27.0.2",
32+
"@types/lodash": "^4.14.175",
33+
"jest": "^27.2.5",
3434
"lodash": "^4.17.21",
3535
"reflect-metadata": "^0.1.13",
36-
"rxjs": "^7.3.0",
37-
"typescript": "^4.4.2",
36+
"rxjs": "^7.4.0",
37+
"typescript": "^4.4.4",
3838
"weak-napi": "^2.0.2"
3939
}
4040
}

0 commit comments

Comments
 (0)