Skip to content

Commit 67c77b0

Browse files
chore: update deps (#1273)
* chore: update deps * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f474cc commit 67c77b0

File tree

32 files changed

+1394
-1165
lines changed

32 files changed

+1394
-1165
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@accounts/module-core': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-tools/merge@9.0.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/merge/v/9.0.3) (from `9.0.1`, in `dependencies`)
6+
- Updated dependency [`@graphql-tools/schema@10.0.3` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.3) (from `10.0.2`, in `dependencies`)
7+
- Updated dependency [`@graphql-tools/utils@10.1.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.1.0) (from `10.0.13`, in `dependencies`)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/rest-express': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`express@4.18.3` ↗︎](https://www.npmjs.com/package/express/v/4.18.3) (from `4.18.2`, in `dependencies`)

examples/accounts-microservice/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@accounts/server": "^0.33.1",
2121
"@envelop/core": "5.0.0",
2222
"@envelop/graphql-modules": "6.0.0",
23-
"@graphql-tools/delegate": "10.0.3",
24-
"@graphql-tools/merge": "9.0.1",
25-
"@graphql-tools/schema": "10.0.2",
26-
"@graphql-tools/stitch": "9.0.3",
27-
"@graphql-tools/utils": "10.0.13",
28-
"@graphql-tools/wrap": "10.0.1",
23+
"@graphql-tools/delegate": "10.0.4",
24+
"@graphql-tools/merge": "9.0.3",
25+
"@graphql-tools/schema": "10.0.3",
26+
"@graphql-tools/stitch": "9.0.5",
27+
"@graphql-tools/utils": "10.1.0",
28+
"@graphql-tools/wrap": "10.0.2",
2929
"graphql": "16.8.1",
3030
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
3131
"graphql-yoga": "5.1.1",

examples/graphql-server-mikro-orm-postgres/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@accounts/server": "^0.33.1",
2828
"@envelop/core": "5.0.0",
2929
"@envelop/graphql-modules": "6.0.0",
30-
"@graphql-tools/merge": "9.0.1",
31-
"@graphql-tools/schema": "10.0.2",
32-
"@mikro-orm/cli": "6.1.0",
33-
"@mikro-orm/core": "6.1.0",
34-
"@mikro-orm/entity-generator": "6.1.0",
35-
"@mikro-orm/knex": "6.1.0",
36-
"@mikro-orm/migrations": "6.1.0",
37-
"@mikro-orm/postgresql": "6.1.0",
38-
"@mikro-orm/reflection": "6.1.0",
30+
"@graphql-tools/merge": "9.0.3",
31+
"@graphql-tools/schema": "10.0.3",
32+
"@mikro-orm/cli": "6.1.8",
33+
"@mikro-orm/core": "6.1.8",
34+
"@mikro-orm/entity-generator": "6.1.8",
35+
"@mikro-orm/knex": "6.1.8",
36+
"@mikro-orm/migrations": "6.1.8",
37+
"@mikro-orm/postgresql": "6.1.8",
38+
"@mikro-orm/reflection": "6.1.8",
3939
"graphql": "16.8.1",
4040
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
4141
"graphql-yoga": "5.1.1",

examples/graphql-server-typeorm-postgres/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@accounts/typeorm": "^0.33.1",
2121
"@envelop/core": "5.0.0",
2222
"@envelop/graphql-modules": "6.0.0",
23-
"@graphql-tools/merge": "9.0.1",
24-
"dotenv": "16.4.1",
23+
"@graphql-tools/merge": "9.0.3",
24+
"dotenv": "16.4.5",
2525
"graphql": "16.8.1",
2626
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2727
"graphql-yoga": "5.1.1",

examples/graphql-server-typescript-apollo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@accounts/module-password": "^0.34.0",
1616
"@accounts/password": "^0.32.2",
1717
"@accounts/server": "^0.33.1",
18-
"@apollo/server": "4.10.0",
18+
"@apollo/server": "4.10.1",
1919
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
20-
"@graphql-tools/merge": "9.0.1",
21-
"@graphql-tools/schema": "10.0.2",
20+
"@graphql-tools/merge": "9.0.3",
21+
"@graphql-tools/schema": "10.0.3",
2222
"graphql": "16.8.1",
2323
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2424
"graphql-tag": "2.12.6",
25-
"mongoose": "8.1.1",
25+
"mongoose": "8.2.1",
2626
"tslib": "2.6.2"
2727
}
2828
}

examples/graphql-server-typescript-basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@accounts/module-password": "^0.34.0",
1616
"@accounts/password": "^0.32.2",
1717
"@accounts/server": "^0.33.1",
18-
"@graphql-tools/merge": "9.0.1",
19-
"@graphql-tools/schema": "10.0.2",
18+
"@graphql-tools/merge": "9.0.3",
19+
"@graphql-tools/schema": "10.0.3",
2020
"graphql": "16.8.1",
2121
"graphql-http": "1.22.0",
2222
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2323
"graphql-tag": "2.12.6",
24-
"mongoose": "8.1.1",
24+
"mongoose": "8.2.1",
2525
"tslib": "2.6.2"
2626
}
2727
}

examples/graphql-server-typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@accounts/server": "^0.33.1",
1818
"@envelop/core": "5.0.0",
1919
"@envelop/graphql-modules": "6.0.0",
20-
"@graphql-tools/merge": "9.0.1",
21-
"@graphql-tools/schema": "10.0.2",
22-
"express": "^4.18.2",
20+
"@graphql-tools/merge": "9.0.3",
21+
"@graphql-tools/schema": "10.0.3",
22+
"express": "^4.18.3",
2323
"graphql": "16.8.1",
2424
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2525
"graphql-tag": "2.12.6",
2626
"graphql-yoga": "5.1.1",
2727
"helmet": "^7.1.0",
28-
"mongoose": "8.1.1",
28+
"mongoose": "8.2.1",
2929
"tslib": "2.6.2"
3030
},
3131
"devDependencies": {

examples/magic-link-server-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@accounts/magic-link": "^0.1.1",
1414
"@accounts/mongo": "^0.34.1",
1515
"@accounts/server": "^0.33.1",
16-
"mongoose": "8.1.1",
16+
"mongoose": "8.2.1",
1717
"tslib": "2.6.2"
1818
}
1919
}

examples/react-graphql-typescript/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@accounts/client": "^0.33.1",
1717
"@accounts/client-password": "^0.32.2",
1818
"@accounts/graphql-client": "^0.33.1",
19-
"@apollo/client": "3.9.4",
20-
"@emotion/react": "11.11.3",
19+
"@apollo/client": "3.9.6",
20+
"@emotion/react": "11.11.4",
2121
"@emotion/styled": "11.11.0",
22-
"@mui/material": "5.15.8",
23-
"@mui/styles": "5.15.8",
22+
"@mui/material": "5.15.12",
23+
"@mui/styles": "5.15.12",
2424
"graphql": "16.8.1",
2525
"graphql-tag": "2.12.6",
2626
"qrcode.react": "3.1.0",
@@ -32,18 +32,18 @@
3232
"devDependencies": {
3333
"@levminer/speakeasy": "1.4.2",
3434
"@types/qrcode.react": "1.0.5",
35-
"@types/react": "^18.2.55",
36-
"@types/react-dom": "^18.2.19",
35+
"@types/react": "^18.2.64",
36+
"@types/react-dom": "^18.2.21",
3737
"@types/react-router": "5.1.20",
3838
"@types/react-router-dom": "5.3.3",
3939
"@typescript-eslint/eslint-plugin": "^6.21.0",
4040
"@typescript-eslint/parser": "^6.21.0",
4141
"@vitejs/plugin-react": "^4.2.1",
42-
"eslint": "^8.56.0",
42+
"eslint": "^8.57.0",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"eslint-plugin-react-refresh": "^0.4.5",
45-
"typescript": "^5.3.3",
46-
"vite": "^5.1.0",
45+
"typescript": "~5.3.3",
46+
"vite": "^5.1.5",
4747
"web-vitals": "3.5.2"
4848
}
4949
}

0 commit comments

Comments
 (0)