Skip to content

Commit d5dd32a

Browse files
chore: update deps (#1270)
* 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 da13d0d commit d5dd32a

File tree

28 files changed

+3673
-3580
lines changed

28 files changed

+3673
-3580
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-core': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.13) (from `10.0.12`, in `dependencies`)

examples/accounts-microservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@graphql-tools/merge": "9.0.1",
2525
"@graphql-tools/schema": "10.0.2",
2626
"@graphql-tools/stitch": "9.0.3",
27-
"@graphql-tools/utils": "10.0.12",
27+
"@graphql-tools/utils": "10.0.13",
2828
"@graphql-tools/wrap": "10.0.1",
2929
"graphql": "16.8.1",
3030
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"@envelop/graphql-modules": "6.0.0",
3030
"@graphql-tools/merge": "9.0.1",
3131
"@graphql-tools/schema": "10.0.2",
32-
"@mikro-orm/cli": "6.0.1",
33-
"@mikro-orm/core": "6.0.1",
34-
"@mikro-orm/entity-generator": "6.0.1",
35-
"@mikro-orm/knex": "6.0.1",
36-
"@mikro-orm/migrations": "6.0.1",
37-
"@mikro-orm/postgresql": "6.0.1",
38-
"@mikro-orm/reflection": "6.0.1",
32+
"@mikro-orm/cli": "6.0.7",
33+
"@mikro-orm/core": "6.0.7",
34+
"@mikro-orm/entity-generator": "6.0.7",
35+
"@mikro-orm/knex": "6.0.7",
36+
"@mikro-orm/migrations": "6.0.7",
37+
"@mikro-orm/postgresql": "6.0.7",
38+
"@mikro-orm/reflection": "6.0.7",
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
@@ -21,13 +21,13 @@
2121
"@envelop/core": "5.0.0",
2222
"@envelop/graphql-modules": "6.0.0",
2323
"@graphql-tools/merge": "9.0.1",
24-
"dotenv": "16.3.1",
24+
"dotenv": "16.4.1",
2525
"graphql": "16.8.1",
2626
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2727
"graphql-yoga": "5.1.1",
2828
"pg": "8.11.3",
2929
"tslib": "2.6.2",
30-
"typeorm": "0.3.19"
30+
"typeorm": "0.3.20"
3131
},
3232
"devDependencies": {
3333
"@accounts/types": "^0.33.2"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"graphql": "16.8.1",
2323
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2424
"graphql-tag": "2.12.6",
25-
"mongoose": "8.0.3",
25+
"mongoose": "8.1.1",
2626
"tslib": "2.6.2"
2727
}
2828
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"graphql-http": "1.22.0",
2222
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2323
"graphql-tag": "2.12.6",
24-
"mongoose": "8.0.3",
24+
"mongoose": "8.1.1",
2525
"tslib": "2.6.2"
2626
}
2727
}

examples/graphql-server-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"graphql-tag": "2.12.6",
2626
"graphql-yoga": "5.1.1",
2727
"helmet": "^7.1.0",
28-
"mongoose": "8.0.3",
28+
"mongoose": "8.1.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.0.3",
16+
"mongoose": "8.1.1",
1717
"tslib": "2.6.2"
1818
}
1919
}

examples/react-graphql-typescript/package.json

Lines changed: 8 additions & 8 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.8.8",
19+
"@apollo/client": "3.9.0",
2020
"@emotion/react": "11.11.3",
2121
"@emotion/styled": "11.11.0",
22-
"@mui/material": "5.15.3",
23-
"@mui/styles": "5.15.3",
22+
"@mui/material": "5.15.7",
23+
"@mui/styles": "5.15.7",
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.47",
35+
"@types/react": "^18.2.48",
3636
"@types/react-dom": "^18.2.18",
3737
"@types/react-router": "5.1.20",
3838
"@types/react-router-dom": "5.3.3",
39-
"@typescript-eslint/eslint-plugin": "^6.18.0",
40-
"@typescript-eslint/parser": "^6.18.0",
39+
"@typescript-eslint/eslint-plugin": "^6.20.0",
40+
"@typescript-eslint/parser": "^6.20.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"eslint": "^8.56.0",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"eslint-plugin-react-refresh": "^0.4.5",
4545
"typescript": "^5.3.3",
46-
"vite": "^5.0.11",
47-
"web-vitals": "3.5.1"
46+
"vite": "^5.0.12",
47+
"web-vitals": "3.5.2"
4848
}
4949
}

examples/react-rest-typescript/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@accounts/rest-client": "^0.33.1",
1818
"@emotion/react": "11.11.3",
1919
"@emotion/styled": "11.11.0",
20-
"@mui/icons-material": "5.15.3",
21-
"@mui/lab": "5.0.0-alpha.159",
22-
"@mui/material": "5.15.3",
23-
"@mui/styles": "5.15.3",
20+
"@mui/icons-material": "5.15.7",
21+
"@mui/lab": "5.0.0-alpha.163",
22+
"@mui/material": "5.15.7",
23+
"@mui/styles": "5.15.7",
2424
"formik": "2.4.5",
2525
"qrcode.react": "3.1.0",
2626
"react": "^18.2.0",
@@ -32,18 +32,18 @@
3232
"@accounts/types": "^0.33.2",
3333
"@levminer/speakeasy": "1.4.2",
3434
"@types/qrcode.react": "1.0.5",
35-
"@types/react": "^18.2.47",
35+
"@types/react": "^18.2.48",
3636
"@types/react-dom": "^18.2.18",
3737
"@types/react-router": "5.1.20",
3838
"@types/react-router-dom": "5.3.3",
39-
"@typescript-eslint/eslint-plugin": "^6.18.0",
40-
"@typescript-eslint/parser": "^6.18.0",
39+
"@typescript-eslint/eslint-plugin": "^6.20.0",
40+
"@typescript-eslint/parser": "^6.20.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"eslint": "^8.56.0",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"eslint-plugin-react-refresh": "^0.4.5",
4545
"typescript": "^5.3.3",
46-
"vite": "^5.0.11",
47-
"web-vitals": "3.5.1"
46+
"vite": "^5.0.12",
47+
"web-vitals": "3.5.2"
4848
}
4949
}

0 commit comments

Comments
 (0)