Skip to content

Commit 8c05452

Browse files
committed
chore: update deps
1 parent ff251d0 commit 8c05452

File tree

29 files changed

+778
-1117
lines changed

29 files changed

+778
-1117
lines changed

examples/accounts-microservice/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@graphql-tools/delegate": "10.0.3",
2424
"@graphql-tools/merge": "9.0.0",
2525
"@graphql-tools/schema": "10.0.0",
26-
"@graphql-tools/stitch": "9.0.2",
26+
"@graphql-tools/stitch": "9.0.3",
2727
"@graphql-tools/utils": "10.0.6",
2828
"@graphql-tools/wrap": "10.0.1",
29-
"graphql": "16.8.0",
29+
"graphql": "16.8.1",
3030
"graphql-modules": "2.2.0",
3131
"lodash": "4.17.21",
3232
"node-fetch": "2.7.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@mikro-orm/migrations": "5.8.1",
3737
"@mikro-orm/postgresql": "5.8.1",
3838
"@mikro-orm/reflection": "5.8.1",
39-
"graphql": "16.8.0",
39+
"graphql": "16.8.1",
4040
"graphql-modules": "2.2.0",
4141
"tslib": "2.6.2"
4242
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
2323
"@graphql-tools/merge": "9.0.0",
2424
"dotenv": "16.3.1",
25-
"graphql": "16.8.0",
25+
"graphql": "16.8.1",
2626
"graphql-modules": "2.2.0",
2727
"pg": "8.11.3",
2828
"tslib": "2.6.2",

examples/graphql-server-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
2121
"@graphql-tools/merge": "9.0.0",
2222
"@graphql-tools/schema": "10.0.0",
23-
"graphql": "16.8.0",
23+
"graphql": "16.8.1",
2424
"graphql-modules": "2.2.0",
2525
"graphql-tag": "2.12.6",
26-
"mongoose": "7.5.1",
26+
"mongoose": "7.5.2",
2727
"tslib": "2.6.2"
2828
}
2929
}

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": "7.5.1",
16+
"mongoose": "7.5.2",
1717
"tslib": "2.6.2"
1818
}
1919
}

examples/react-graphql-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@accounts/client": "^0.33.1",
3232
"@accounts/client-password": "^0.32.2",
3333
"@accounts/graphql-client": "^0.33.1",
34-
"@apollo/client": "3.8.3",
34+
"@apollo/client": "3.8.4",
3535
"@emotion/react": "11.11.1",
3636
"@emotion/styled": "11.11.0",
37-
"@mui/material": "5.14.9",
38-
"@mui/styles": "5.14.9",
39-
"graphql": "16.8.0",
37+
"@mui/material": "5.14.10",
38+
"@mui/styles": "5.14.10",
39+
"graphql": "16.8.1",
4040
"graphql-tag": "2.12.6",
4141
"qrcode.react": "3.1.0",
4242
"react": "18.2.0",
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@types/qrcode.react": "1.0.3",
50-
"@types/react": "18.2.21",
50+
"@types/react": "18.2.22",
5151
"@types/react-dom": "18.2.7",
5252
"@types/react-router": "5.1.20",
5353
"@types/react-router-dom": "5.3.3",

examples/react-rest-typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@emotion/styled": "11.11.0",
3535
"@mui/icons-material": "5.14.9",
3636
"@mui/lab": "5.0.0-alpha.142",
37-
"@mui/material": "5.14.9",
38-
"@mui/styles": "5.14.9",
39-
"formik": "2.4.4",
37+
"@mui/material": "5.14.10",
38+
"@mui/styles": "5.14.10",
39+
"formik": "2.4.5",
4040
"qrcode.react": "3.1.0",
4141
"react": "18.2.0",
4242
"react-dom": "18.2.0",
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@accounts/types": "^0.33.2",
4949
"@types/qrcode.react": "1.0.3",
50-
"@types/react": "18.2.21",
50+
"@types/react": "18.2.22",
5151
"@types/react-dom": "18.2.7",
5252
"@types/react-router": "5.1.20",
5353
"@types/react-router-dom": "5.3.3",

examples/rest-express-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"body-parser": "1.20.2",
1818
"cors": "2.8.5",
1919
"express": "4.18.2",
20-
"mongoose": "7.5.1",
20+
"mongoose": "7.5.2",
2121
"tslib": "2.6.2"
2222
}
2323
}

modules/module-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@graphql-codegen/typescript-type-graphql": "2.3.6",
5959
"@graphql-tools/schema": "10.0.0",
6060
"@types/request-ip": "0.0.38",
61-
"graphql": "16.8.0",
61+
"graphql": "16.8.1",
6262
"graphql-modules": "2.2.0",
6363
"graphql-tag": "2.12.6"
6464
}

modules/module-magic-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@graphql-codegen/typescript-resolvers": "4.0.1",
6161
"@graphql-codegen/typescript-type-graphql": "2.3.6",
6262
"@types/request-ip": "0.0.38",
63-
"graphql": "16.8.0",
63+
"graphql": "16.8.1",
6464
"graphql-modules": "2.2.0",
6565
"graphql-tag": "2.12.6"
6666
}

0 commit comments

Comments
 (0)