Skip to content

Commit

Permalink
Merge pull request #143 from lifeomic/cleanUpDeps
Browse files Browse the repository at this point in the history
Clean up dependencies.  Some are not being used
  • Loading branch information
DavidTanner committed Jul 1, 2022
2 parents 61daa12 + 80724e5 commit 2da660c
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 1,337 deletions.
20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"postlint": "yarn tsc",
"lint:fix": "eslint --fix .",
"prepare": "yarn buildGrammar",
"pretest": "yarn buildGrammar && yarn lint",
"pretest": "yarn prepare && yarn lint",
"test": "jest",
"prepublishOnly": "yarn clean && yarn prepare && yarn tsc -p tsconfig.build.json",
"clean": "yarn tsc --build --clean"
Expand All @@ -38,38 +38,32 @@
"@types/lodash": "^4.14.181",
"@types/nearley": "^2.11.2",
"@types/node": "^14.14.25",
"@types/sinon": "^10.0.11",
"@types/url-parse": "^1.4.8",
"@types/uuid": "^8.3.4",
"aws-sdk-client-mock": "^1.0.0",
"axios": "^0.27.2",
"conventional-changelog-conventionalcommits": "^4.0.0",
"coveralls": "^3.1.0",
"docker-lambda": "^0.15.3",
"eslint": "^8.18.0",
"husky": "^4.3.8",
"jest": "^28.1.2",
"jest-mock-extended": "^2.0.6",
"nock": "^13.2.7",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"semantic-release": "^17.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
"nock": "^13.2.8",
"semantic-release": "^19.0.3",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@aws-sdk/abort-controller": "^3.110.0",
"@aws-sdk/client-lambda": "^3.118.1",
"@aws-sdk/node-http-handler": "^3.118.1",
"@types/aws-lambda": "^8.10.93",
"@types/aws-lambda": "^8.10.101",
"lodash": "^4.17.21",
"nearley": "2",
"url-parse": "^1.5.10",
"uuid": "^8.3.2"
},
"peerDependencies": {
"axios": "0.24.x || 0.25.x || 0.26.x || 0.27.x",
"docker-lambda": "^0.15.3"
"axios": "0.24.x || 0.25.x || 0.26.x || 0.27.x"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2da660c

Please sign in to comment.