Skip to content

Commit

Permalink
Use depcheck to remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Nov 14, 2024
1 parent 1433542 commit 65b16bf
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 187 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,17 @@
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^48.0.0",
"husky": "^9.0.11",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-module": "^6.0.0",
"jest": "^29.6.2",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.2",
"react": "^18.2.0",
"semver": "^7.6.3",
"tslib": "^2.3.1",
"tsx": "^4.6.2",
Expand Down
1 change: 0 additions & 1 deletion packages/apollo-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"dependencies": {
"@apollo-annotation/schemas": "workspace:^",
"@gmod/gff": "1.2.0",
"@jbrowse/core": "^2.13.1",
"bson-objectid": "^2.0.4",
"tslib": "^2.3.1"
Expand Down
1 change: 0 additions & 1 deletion packages/apollo-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@nestjs/mongoose": "^10.0.0",
"mongoose": "^6.12.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "^0.13.9",
"rxjs": "^7.4.0",
"tslib": "^2.3.1"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/apollo-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,13 @@
"bson-objectid": "^2.0.4",
"generic-filehandle": "^3.0.0",
"jwt-decode": "^3.1.2",
"regenerator-runtime": "^0.13.9",
"socket.io-client": "^4.5.4",
"tslib": "^2.3.1"
},
"devDependencies": {
"@nestjs/common": "^10.1.0",
"@nestjs/core": "^10.1.0",
"@types/chai": "^4.3.19",
"@types/node": "^18.14.2",
"@types/rimraf": "^3",
"chai": "^5.1.1",
"chai-exclude": "^3.0.0",
"glob": "^11.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/jbrowse-plugin-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"idb": "^7.1.1",
"jsonpath": "^1.1.1",
"nanoid": "^4.0.2",
"regenerator-runtime": "^0.13.9",
"socket.io-client": "^4.5.4",
"tslib": "^2.3.1"
},
Expand Down
Loading

0 comments on commit 65b16bf

Please sign in to comment.