Skip to content

Commit f118eff

Browse files
committed
chore: remove unused dependencies
Also move `devDependencies` into `dependencies` for examples. Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent e43e141 commit f118eff

27 files changed

+3118
-10511
lines changed

examples/e2e/package-lock.json

Lines changed: 255 additions & 521 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"@pact-foundation/pact": "file:../../dist",
2222
"@pact-foundation/pact-cli": "^15.0.2",
2323
"absolute-version": "1.0.1",
24-
"body-parser": "^1.20.0",
2524
"chai": "^4.3.6",
2625
"chai-as-promised": "^7.1.1",
27-
"chalk": "4.1.2",
2826
"concurrently": "^7.3.0",
27+
"mocha": "^10.8.2"
28+
},
29+
"dependencies": {
30+
"body-parser": "^1.20.0",
2931
"cors": "^2.8.5",
3032
"express": "^4.18.1",
31-
"express-http-proxy": "^1.6.3",
32-
"mocha": "^10.0.0",
3333
"superagent": "^8.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)