We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f4a26 commit b2cc41aCopy full SHA for b2cc41a
integration-test/package.json
@@ -28,21 +28,21 @@
28
"@pollyjs/persister": "^6.0.6",
29
"@pollyjs/persister-fs": "^6.0.6",
30
"cross-env": "^7.0.3",
31
- "express": "^4.19.2",
+ "express": "^4.21.0",
32
"http-proxy-middleware": "^2.0.6",
33
"jest": "^29.7.0",
34
"strip-ansi": "^6.0.1",
35
- "tslib": "^2.6.3",
+ "tslib": "^2.7.0",
36
"which": "^4.0.0"
37
},
38
"devDependencies": {
39
"@types/express": "^4.17.21",
40
- "@types/jest": "^29.5.12",
41
- "@types/node": "^20.14.13",
+ "@types/jest": "^29.5.13",
+ "@types/node": "^20.16.10",
42
"@types/which": "^3.0.4",
43
"shx": "^0.3.4",
44
"ts-node": "^10.9.2",
45
- "typescript": "^5.5.4"
+ "typescript": "^5.6.2"
46
47
"scripts": {
48
"build": "shx rm -rf dist && tsc -b",
0 commit comments