Skip to content

Commit ef2eaba

Browse files
committed
test(v7/e2e): Fix node-express test transitive dependency
It seems that `@types/qs` v 6.9.18 which was just released breaks this somehow...
1 parent 2c4ebb8 commit ef2eaba

File tree

1 file changed

+3
-0
lines changed
  • dev-packages/e2e-tests/test-applications/node-express-app

1 file changed

+3
-0
lines changed

dev-packages/e2e-tests/test-applications/node-express-app/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"@playwright/test": "^1.27.1",
2525
"ts-node": "10.9.1"
2626
},
27+
"resolutions": {
28+
"@types/qs": "6.9.17"
29+
},
2730
"volta": {
2831
"extends": "../../package.json"
2932
}

0 commit comments

Comments
 (0)