Skip to content

Commit

Permalink
chore: remove unused dependencies
Browse files Browse the repository at this point in the history
Also move `devDependencies` into `dependencies` for examples.

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Dec 16, 2024
1 parent 37102f7 commit 42e65eb
Show file tree
Hide file tree
Showing 27 changed files with 3,107 additions and 10,516 deletions.
776 changes: 255 additions & 521 deletions examples/e2e/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@pact-foundation/pact": "file:../../dist",
"@pact-foundation/pact-cli": "^15.0.2",
"absolute-version": "1.0.1",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chalk": "4.1.2",
"concurrently": "^7.3.0",
"mocha": "^10.8.2"
},
"dependencies": {
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-http-proxy": "^1.6.3",
"mocha": "^10.0.0",
"superagent": "^8.0.0"
}
}
Loading

0 comments on commit 42e65eb

Please sign in to comment.