Skip to content

Commit

Permalink
chore: update deps (#1270)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
darkbasic and github-actions[bot] committed Jan 31, 2024
1 parent da13d0d commit d5dd32a
Show file tree
Hide file tree
Showing 28 changed files with 3,673 additions and 3,580 deletions.
5 changes: 5 additions & 0 deletions .changeset/@accounts_module-core-1270-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@accounts/module-core': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@10.0.13` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.13) (from `10.0.12`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/accounts-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/stitch": "9.0.3",
"@graphql-tools/utils": "10.0.12",
"@graphql-tools/utils": "10.0.13",
"@graphql-tools/wrap": "10.0.1",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
Expand Down
14 changes: 7 additions & 7 deletions examples/graphql-server-mikro-orm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@mikro-orm/cli": "6.0.1",
"@mikro-orm/core": "6.0.1",
"@mikro-orm/entity-generator": "6.0.1",
"@mikro-orm/knex": "6.0.1",
"@mikro-orm/migrations": "6.0.1",
"@mikro-orm/postgresql": "6.0.1",
"@mikro-orm/reflection": "6.0.1",
"@mikro-orm/cli": "6.0.7",
"@mikro-orm/core": "6.0.7",
"@mikro-orm/entity-generator": "6.0.7",
"@mikro-orm/knex": "6.0.7",
"@mikro-orm/migrations": "6.0.7",
"@mikro-orm/postgresql": "6.0.7",
"@mikro-orm/reflection": "6.0.7",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.1.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@envelop/core": "5.0.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"dotenv": "16.3.1",
"dotenv": "16.4.1",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.1.1",
"pg": "8.11.3",
"tslib": "2.6.2",
"typeorm": "0.3.19"
"typeorm": "0.3.20"
},
"devDependencies": {
"@accounts/types": "^0.33.2"
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 @@ -22,7 +22,7 @@
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"mongoose": "8.0.3",
"mongoose": "8.1.1",
"tslib": "2.6.2"
}
}
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 @@ -21,7 +21,7 @@
"graphql-http": "1.22.0",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"mongoose": "8.0.3",
"mongoose": "8.1.1",
"tslib": "2.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"graphql-tag": "2.12.6",
"graphql-yoga": "5.1.1",
"helmet": "^7.1.0",
"mongoose": "8.0.3",
"mongoose": "8.1.1",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/magic-link-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@accounts/magic-link": "^0.1.1",
"@accounts/mongo": "^0.34.1",
"@accounts/server": "^0.33.1",
"mongoose": "8.0.3",
"mongoose": "8.1.1",
"tslib": "2.6.2"
}
}
16 changes: 8 additions & 8 deletions examples/react-graphql-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@accounts/client": "^0.33.1",
"@accounts/client-password": "^0.32.2",
"@accounts/graphql-client": "^0.33.1",
"@apollo/client": "3.8.8",
"@apollo/client": "3.9.0",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/material": "5.15.3",
"@mui/styles": "5.15.3",
"@mui/material": "5.15.7",
"@mui/styles": "5.15.7",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"qrcode.react": "3.1.0",
Expand All @@ -32,18 +32,18 @@
"devDependencies": {
"@levminer/speakeasy": "1.4.2",
"@types/qrcode.react": "1.0.5",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"web-vitals": "3.5.1"
"vite": "^5.0.12",
"web-vitals": "3.5.2"
}
}
18 changes: 9 additions & 9 deletions examples/react-rest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@accounts/rest-client": "^0.33.1",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.3",
"@mui/lab": "5.0.0-alpha.159",
"@mui/material": "5.15.3",
"@mui/styles": "5.15.3",
"@mui/icons-material": "5.15.7",
"@mui/lab": "5.0.0-alpha.163",
"@mui/material": "5.15.7",
"@mui/styles": "5.15.7",
"formik": "2.4.5",
"qrcode.react": "3.1.0",
"react": "^18.2.0",
Expand All @@ -32,18 +32,18 @@
"@accounts/types": "^0.33.2",
"@levminer/speakeasy": "1.4.2",
"@types/qrcode.react": "1.0.5",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"web-vitals": "3.5.1"
"vite": "^5.0.12",
"web-vitals": "3.5.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.2",
"mongoose": "8.0.3",
"mongoose": "8.1.1",
"tslib": "2.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/rest-express-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.2",
"mongoose": "8.0.3",
"mongoose": "8.1.1",
"tslib": "2.6.2"
}
}
14 changes: 7 additions & 7 deletions modules/module-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"dependencies": {
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/utils": "10.0.12",
"@graphql-tools/utils": "10.0.13",
"graphql-tag": "2.12.6",
"request-ip": "3.3.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@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/add": "5.0.1",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/introspection": "4.0.1",
"@graphql-codegen/typescript": "4.0.2",
"@graphql-codegen/typescript-operations": "4.1.0",
"@graphql-codegen/typescript-resolvers": "4.0.2",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
Expand Down
12 changes: 6 additions & 6 deletions modules/module-magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@accounts/magic-link": "^0.1.1",
"@accounts/module-core": "^0.34.0",
"@accounts/server": "^0.33.1",
"@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/add": "5.0.1",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/introspection": "4.0.1",
"@graphql-codegen/typescript": "4.0.2",
"@graphql-codegen/typescript-operations": "4.1.0",
"@graphql-codegen/typescript-resolvers": "4.0.2",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
Expand Down
4 changes: 2 additions & 2 deletions modules/module-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@accounts/module-core": "^0.34.0",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.2",
"@mikro-orm/core": "6.0.1",
"@mikro-orm/migrations": "6.0.1",
"@mikro-orm/core": "6.0.7",
"@mikro-orm/migrations": "6.0.7",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
Expand Down
12 changes: 6 additions & 6 deletions modules/module-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@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/add": "5.0.1",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/introspection": "4.0.1",
"@graphql-codegen/typescript": "4.0.2",
"@graphql-codegen/typescript-operations": "4.1.0",
"@graphql-codegen/typescript-resolvers": "4.0.2",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
Expand Down
2 changes: 1 addition & 1 deletion modules/module-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@accounts/types": "^0.33.2",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"typeorm": "0.3.19"
"typeorm": "0.3.20"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.7",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@types/node": "20.11.13",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-prettier": "5.1.2",
"husky": "8.0.3",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lerna": "8.0.2",
"lint-staged": "15.2.0",
"nodemon": "3.0.2",
"prettier": "3.1.1",
"lint-staged": "15.2.1",
"nodemon": "3.0.3",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
Expand All @@ -100,5 +100,5 @@
"node": ">= 16.0.0",
"yarn": ">=3.2.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
2 changes: 1 addition & 1 deletion packages/apollo-link-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@accounts/client": "^0.33.1",
"@apollo/client": "3.8.8",
"@apollo/client": "3.9.0",
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/database-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@accounts/types": "^0.33.2",
"@mikro-orm/core": "6.0.1",
"@mikro-orm/core": "6.0.7",
"@types/lodash": "4.14.202",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
Expand Down
2 changes: 1 addition & 1 deletion packages/database-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@types/lodash": "4.14.202",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"typeorm": "0.3.19"
"typeorm": "0.3.20"
}
}
8 changes: 4 additions & 4 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"@accounts/server": "^0.33.1",
"@accounts/typeorm": "^0.33.1",
"@accounts/types": "^0.33.2",
"@apollo/client": "3.8.8",
"@apollo/client": "3.9.0",
"@apollo/server": "4.10.0",
"@types/body-parser": "1.19.5",
"@types/express": "4.17.21",
"@types/node-fetch": "2.6.10",
"@types/node-fetch": "2.6.11",
"body-parser": "1.20.2",
"express": "4.18.2",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"jest-localstorage-mock": "2.4.26",
"mongoose": "8.0.3",
"mongoose": "8.1.1",
"node-fetch": "2.7.0",
"reflect-metadata": "0.2.1",
"typeorm": "0.3.19"
"typeorm": "0.3.20"
}
}
2 changes: 1 addition & 1 deletion packages/express-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@types/lodash": "4.14.202",
"@types/request-ip": "0.0.41",
"express": "4.18.2",
"express-session": "1.17.3"
"express-session": "1.18.0"
}
}
10 changes: 5 additions & 5 deletions packages/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"devDependencies": {
"@accounts/client": "^0.33.1",
"@accounts/types": "^0.33.1",
"@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/add": "5.0.1",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/typed-document-node": "5.0.2",
"@graphql-codegen/typescript": "4.0.2",
"@graphql-codegen/typescript-operations": "4.1.0",
"@graphql-typed-document-node/core": "3.2.0",
"graphql": "16.8.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@accounts/client": "^0.33.1",
"@accounts/types": "^0.33.1",
"@types/node-fetch": "2.6.10",
"@types/node-fetch": "2.6.11",
"node-fetch": "2.7.0"
}
}
Loading

0 comments on commit d5dd32a

Please sign in to comment.