Skip to content

Commit

Permalink
chore: update deps (#1273)
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] authored Mar 8, 2024
1 parent 9f474cc commit 67c77b0
Show file tree
Hide file tree
Showing 32 changed files with 1,394 additions and 1,165 deletions.
7 changes: 7 additions & 0 deletions .changeset/@accounts_module-core-1273-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@accounts/module-core': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/merge/v/9.0.3) (from `9.0.1`, in `dependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.3) (from `10.0.2`, in `dependencies`)
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.1.0) (from `10.0.13`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@accounts_rest-express-1273-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@accounts/rest-express': patch
---
dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/express/v/4.18.3) (from `4.18.2`, in `dependencies`)
12 changes: 6 additions & 6 deletions examples/accounts-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@accounts/server": "^0.33.1",
"@envelop/core": "5.0.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/delegate": "10.0.3",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/stitch": "9.0.3",
"@graphql-tools/utils": "10.0.13",
"@graphql-tools/wrap": "10.0.1",
"@graphql-tools/delegate": "10.0.4",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/stitch": "9.0.5",
"@graphql-tools/utils": "10.1.0",
"@graphql-tools/wrap": "10.0.2",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.1.1",
Expand Down
18 changes: 9 additions & 9 deletions examples/graphql-server-mikro-orm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@accounts/server": "^0.33.1",
"@envelop/core": "5.0.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@mikro-orm/cli": "6.1.0",
"@mikro-orm/core": "6.1.0",
"@mikro-orm/entity-generator": "6.1.0",
"@mikro-orm/knex": "6.1.0",
"@mikro-orm/migrations": "6.1.0",
"@mikro-orm/postgresql": "6.1.0",
"@mikro-orm/reflection": "6.1.0",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/schema": "10.0.3",
"@mikro-orm/cli": "6.1.8",
"@mikro-orm/core": "6.1.8",
"@mikro-orm/entity-generator": "6.1.8",
"@mikro-orm/knex": "6.1.8",
"@mikro-orm/migrations": "6.1.8",
"@mikro-orm/postgresql": "6.1.8",
"@mikro-orm/reflection": "6.1.8",
"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 @@ -20,8 +20,8 @@
"@accounts/typeorm": "^0.33.1",
"@envelop/core": "5.0.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"dotenv": "16.4.1",
"@graphql-tools/merge": "9.0.3",
"dotenv": "16.4.5",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/graphql-server-typescript-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@accounts/module-password": "^0.34.0",
"@accounts/password": "^0.32.2",
"@accounts/server": "^0.33.1",
"@apollo/server": "4.10.0",
"@apollo/server": "4.10.1",
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"mongoose": "8.1.1",
"mongoose": "8.2.1",
"tslib": "2.6.2"
}
}
6 changes: 3 additions & 3 deletions examples/graphql-server-typescript-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@accounts/module-password": "^0.34.0",
"@accounts/password": "^0.32.2",
"@accounts/server": "^0.33.1",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/schema": "10.0.3",
"graphql": "16.8.1",
"graphql-http": "1.22.0",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"mongoose": "8.1.1",
"mongoose": "8.2.1",
"tslib": "2.6.2"
}
}
8 changes: 4 additions & 4 deletions examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@accounts/server": "^0.33.1",
"@envelop/core": "5.0.0",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"express": "^4.18.2",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/schema": "10.0.3",
"express": "^4.18.3",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"graphql-yoga": "5.1.1",
"helmet": "^7.1.0",
"mongoose": "8.1.1",
"mongoose": "8.2.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.1.1",
"mongoose": "8.2.1",
"tslib": "2.6.2"
}
}
18 changes: 9 additions & 9 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.9.4",
"@emotion/react": "11.11.3",
"@apollo/client": "3.9.6",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/material": "5.15.8",
"@mui/styles": "5.15.8",
"@mui/material": "5.15.12",
"@mui/styles": "5.15.12",
"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.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"typescript": "~5.3.3",
"vite": "^5.1.5",
"web-vitals": "3.5.2"
}
}
20 changes: 10 additions & 10 deletions examples/react-rest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@accounts/client": "^0.33.1",
"@accounts/client-password": "^0.32.2",
"@accounts/rest-client": "^0.33.1",
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.8",
"@mui/lab": "5.0.0-alpha.164",
"@mui/material": "5.15.8",
"@mui/styles": "5.15.8",
"@mui/icons-material": "5.15.12",
"@mui/lab": "5.0.0-alpha.167",
"@mui/material": "5.15.12",
"@mui/styles": "5.15.12",
"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.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"typescript": "~5.3.3",
"vite": "^5.1.5",
"web-vitals": "3.5.2"
}
}
4 changes: 2 additions & 2 deletions examples/rest-express-typescript-without-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@accounts/server": "^0.33.1",
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.2",
"mongoose": "8.1.1",
"express": "4.18.3",
"mongoose": "8.2.1",
"tslib": "2.6.2"
}
}
4 changes: 2 additions & 2 deletions examples/rest-express-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@accounts/server": "^0.33.1",
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.2",
"mongoose": "8.1.1",
"express": "4.18.3",
"mongoose": "8.2.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 @@ -38,9 +38,9 @@
"graphql-modules": "^3.0.0"
},
"dependencies": {
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/utils": "10.0.13",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/utils": "10.1.0",
"graphql-tag": "2.12.6",
"request-ip": "3.3.0",
"tslib": "2.6.2"
Expand All @@ -50,10 +50,10 @@
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "5.0.2",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.2",
"@graphql-codegen/typescript": "4.0.4",
"@graphql-codegen/typescript-operations": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.0.4",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-resolvers": "4.0.6",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"@types/request-ip": "0.0.41",
"graphql": "16.8.1",
Expand Down
8 changes: 4 additions & 4 deletions modules/module-magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@accounts/server": "^0.33.1",
"@graphql-codegen/add": "5.0.2",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.2",
"@graphql-codegen/typescript": "4.0.4",
"@graphql-codegen/typescript-operations": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.0.4",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-resolvers": "4.0.6",
"@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.1.0",
"@mikro-orm/migrations": "6.1.0",
"@mikro-orm/core": "6.1.8",
"@mikro-orm/migrations": "6.1.8",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/module-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@accounts/types": "^0.33.2",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"mongodb": "6.3.0"
"mongodb": "6.4.0"
}
}
8 changes: 4 additions & 4 deletions modules/module-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"@accounts/types": "^0.33.2",
"@graphql-codegen/add": "5.0.2",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.2",
"@graphql-codegen/typescript": "4.0.4",
"@graphql-codegen/typescript-operations": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.0.4",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-resolvers": "4.0.6",
"@graphql-codegen/typescript-type-graphql": "3.0.0",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,24 @@
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.10",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lerna": "8.1.2",
"lint-staged": "15.2.2",
"nodemon": "3.0.3",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "~5.3.3"
},
"resolutions": {
"@types/express-serve-static-core": "4.17.38"
Expand All @@ -100,5 +100,5 @@
"node": ">= 16.0.0",
"yarn": ">=3.2.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
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.9.4",
"@apollo/client": "3.9.6",
"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.1.0",
"@mikro-orm/core": "6.1.8",
"@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-mongo-magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"devDependencies": {
"@accounts/mongo-password": "^0.33.0",
"@accounts/types": "^0.33.1",
"mongodb": "6.3.0"
"mongodb": "6.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/database-mongo-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"@accounts/types": "^0.33.2",
"mongodb": "6.3.0"
"mongodb": "6.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/database-mongo-sessions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"@accounts/types": "^0.33.1",
"mongodb": "6.3.0"
"mongodb": "6.4.0"
}
}
Loading

0 comments on commit 67c77b0

Please sign in to comment.