Skip to content

Commit

Permalink
Cleanup: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Mar 8, 2024
1 parent 3de1df8 commit c92549e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,17 @@
],
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.1",
"@types/nock": "^11.1.0",
"@types/node": "14.0.0",
"@types/sinon": "^17.0.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"jest": "^29.7.0",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.13",
"mocha": "^10.0.0",
"nock": "^13.0.0",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"sinon": "^17.0.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"license": "MIT",
Expand Down

0 comments on commit c92549e

Please sign in to comment.