Skip to content

Commit

Permalink
feat: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Nov 22, 2023
1 parent 7d51840 commit 4e024d8
Show file tree
Hide file tree
Showing 44 changed files with 187 additions and 506 deletions.
4 changes: 2 additions & 2 deletions examples/accounts-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/delegate": "10.0.3",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/schema": "10.0.1",
"@graphql-tools/stitch": "9.0.3",
"@graphql-tools/utils": "10.0.8",
"@graphql-tools/utils": "10.0.9",
"@graphql-tools/wrap": "10.0.1",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-mikro-orm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@envelop/core": "5.0.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/schema": "10.0.1",
"@mikro-orm/cli": "6.0.0-dev.195",
"@mikro-orm/core": "6.0.0-dev.195",
"@mikro-orm/entity-generator": "6.0.0-dev.195",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@apollo/server": "4.9.5",
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/schema": "10.0.1",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@accounts/password": "^0.32.2",
"@accounts/server": "^0.33.1",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/schema": "10.0.1",
"graphql": "16.8.1",
"graphql-http": "1.22.0",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@envelop/core": "5.0.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/schema": "10.0.1",
"express": "^4.18.2",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
Expand Down
20 changes: 8 additions & 12 deletions modules/module-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,16 @@
},
"homepage": "https://github.com/js-accounts/accounts",
"peerDependencies": {
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/types": "^0.32.0 || ^0.33.0",
"@graphql-tools/schema": "^10.0.0",
"graphql": "^16.0.0",
"graphql-modules": "^3.0.0",
"graphql-tag": "^2.10.0"
"@accounts/server": "^0.33.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^3.0.0"
},
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.8",
"request-ip": "3.3.0",
"tslib": "2.6.2"
"@graphql-tools/schema": "10.0.1",
"@graphql-tools/utils": "10.0.9",
"graphql-tag": "2.12.6",
"request-ip": "3.3.0"
},
"devDependencies": {
"@accounts/server": "^0.33.1",
Expand All @@ -56,11 +54,9 @@
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@graphql-tools/schema": "10.0.0",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
"graphql-http": "1.22.0",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6"
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
}
17 changes: 4 additions & 13 deletions modules/module-magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,33 +35,24 @@
"peerDependencies": {
"@accounts/magic-link": "^0.1.0",
"@accounts/module-core": "^0.34.0",
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/types": "^0.32.0 || ^0.33.0",
"graphql": "^16.0.0",
"graphql-modules": "^3.0.0",
"graphql-tag": "^2.10.0"
"@accounts/server": "^0.33.0",
"graphql-modules": "^3.0.0"
},
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.8",
"request-ip": "3.3.0",
"tslib": "2.6.2"
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@accounts/magic-link": "^0.1.1",
"@accounts/module-core": "^0.34.0",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6"
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
}
35 changes: 4 additions & 31 deletions modules/module-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,48 +32,21 @@
},
"homepage": "https://github.com/js-accounts/accounts",
"peerDependencies": {
"@accounts/magic-link": "^0.1.0",
"@accounts/mikro-orm": "^0.34.0",
"@accounts/module-core": "^0.34.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/types": "^0.32.0 || ^0.33.0",
"@accounts/server": "^0.33.0",
"@mikro-orm/core": "^6.0.0",
"graphql": "^16.0.0",
"graphql-modules": "^3.0.0",
"graphql-tag": "^2.10.0"
},
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.8",
"request-ip": "3.3.0",
"tslib": "2.6.2"
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^3.0.0"
},
"devDependencies": {
"@accounts/magic-link": "^0.1.1",
"@accounts/mikro-orm": "^0.34.0",
"@accounts/module-core": "^0.34.0",
"@accounts/password": "^0.32.1",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@mikro-orm/cli": "6.0.0-dev.195",
"@mikro-orm/core": "6.0.0-dev.195",
"@mikro-orm/entity-generator": "6.0.0-dev.195",
"@mikro-orm/knex": "6.0.0-dev.195",
"@mikro-orm/migrations": "6.0.0-dev.195",
"@mikro-orm/postgresql": "6.0.0-dev.195",
"@mikro-orm/reflection": "6.0.0-dev.195",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"reflect-metadata": "0.1.13"
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
}
30 changes: 5 additions & 25 deletions modules/module-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,39 +32,19 @@
},
"homepage": "https://github.com/js-accounts/accounts",
"peerDependencies": {
"@accounts/magic-link": "^0.1.0",
"@accounts/mongo": "^0.34.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/types": "^0.32.0 || ^0.33.0",
"graphql": "^16.0.0",
"@accounts/server": "^0.33.0",
"@accounts/types": "^0.33.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^3.0.0",
"graphql-tag": "^2.10.0"
},
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.8",
"request-ip": "3.3.0",
"tslib": "2.6.2"
"mongodb": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"devDependencies": {
"@accounts/magic-link": "^0.1.1",
"@accounts/mongo": "^0.34.0",
"@accounts/password": "^0.32.1",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"mongodb": "6.3.0",
"reflect-metadata": "0.1.13"
"mongodb": "6.3.0"
}
}
18 changes: 5 additions & 13 deletions modules/module-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,13 @@
},
"homepage": "https://github.com/js-accounts/accounts",
"peerDependencies": {
"@accounts/module-core": "^0.34.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/types": "^0.32.0 || ^0.33.0",
"graphql": "^16.0.0",
"graphql-modules": "^3.0.0",
"graphql-tag": "^2.10.0"
"@accounts/server": "^0.33.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^3.0.0"
},
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.8",
"request-ip": "3.3.0",
"tslib": "2.6.2"
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@accounts/module-core": "^0.34.0",
Expand All @@ -59,9 +53,7 @@
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6"
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
}
28 changes: 2 additions & 26 deletions modules/module-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,42 +32,18 @@
},
"homepage": "https://github.com/js-accounts/accounts",
"peerDependencies": {
"@accounts/magic-link": "^0.1.0",
"@accounts/module-core": "^0.34.0",
"@accounts/password": "^0.32.0",
"@accounts/server": "^0.32.0 || ^0.33.0",
"@accounts/server": "^0.33.0",
"@accounts/typeorm": "^0.33.1",
"@accounts/types": "^0.32.0 || ^0.33.0",
"graphql": "^16.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^3.0.0",
"graphql-tag": "^2.10.0",
"typeorm": "^0.3.0"
},
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.8",
"request-ip": "3.3.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@accounts/magic-link": "^0.1.1",
"@accounts/module-core": "^0.34.0",
"@accounts/password": "^0.32.1",
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.33.1",
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"reflect-metadata": "0.1.13",
"typeorm": "0.3.17"
}
}
9 changes: 3 additions & 6 deletions packages/apollo-link-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@
},
"license": "MIT",
"peerDependencies": {
"@apollo/client": "^3.0.0"
},
"dependencies": {
"tslib": "2.6.2"
"@apollo/client": "^3.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@accounts/client": "^0.33.1",
"@apollo/client": "3.8.7",
"graphql": "16.8.1",
"rimraf": "5.0.5"
"graphql": "16.8.1"
}
}
5 changes: 2 additions & 3 deletions packages/client-magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
},
"author": "Leo Pradel",
"license": "MIT",
"dependencies": {
"devDependencies": {
"@accounts/client": "^0.33.1",
"@accounts/types": "^0.33.1",
"tslib": "2.6.2"
"@accounts/types": "^0.33.1"
}
}
5 changes: 2 additions & 3 deletions packages/client-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
},
"author": "Leo Pradel",
"license": "MIT",
"dependencies": {
"devDependencies": {
"@accounts/client": "^0.33.1",
"@accounts/types": "^0.33.1",
"tslib": "2.6.2"
"@accounts/types": "^0.33.1"
}
}
12 changes: 4 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,11 @@
],
"author": "Tim Mikeladze",
"license": "MIT",
"devDependencies": {
"@types/jsonwebtoken": "9.0.5",
"jest-localstorage-mock": "2.4.26",
"jsonwebtoken": "9.0.2",
"localstorage-polyfill": "1.0.1"
},
"dependencies": {
"jwt-decode": "3.1.2"
},
"devDependencies": {
"@accounts/types": "^0.33.1",
"jwt-decode": "3.1.2",
"tslib": "2.6.2"
"jest-localstorage-mock": "2.4.26"
}
}
Loading

0 comments on commit 4e024d8

Please sign in to comment.