Skip to content

Commit 0d6eed6

Browse files
committed
chore: update deps
1 parent 8aa2b48 commit 0d6eed6

File tree

18 files changed

+996
-1126
lines changed

18 files changed

+996
-1126
lines changed

examples/accounts-microservice/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
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.11",
27+
"@graphql-tools/utils": "10.0.12",
2828
"@graphql-tools/wrap": "10.0.1",
2929
"graphql": "16.8.1",
3030
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
31-
"graphql-yoga": "5.0.2",
31+
"graphql-yoga": "5.1.1",
3232
"lodash": "4.17.21",
3333
"node-fetch": "2.7.0",
3434
"tslib": "2.6.2"

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
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.0-dev.283",
33-
"@mikro-orm/core": "6.0.0-dev.283",
34-
"@mikro-orm/entity-generator": "6.0.0-dev.283",
35-
"@mikro-orm/knex": "6.0.0-dev.283",
36-
"@mikro-orm/migrations": "6.0.0-dev.283",
37-
"@mikro-orm/postgresql": "6.0.0-dev.283",
38-
"@mikro-orm/reflection": "6.0.0-dev.283",
32+
"@mikro-orm/cli": "6.0.0-dev.320",
33+
"@mikro-orm/core": "6.0.0-dev.320",
34+
"@mikro-orm/entity-generator": "6.0.0-dev.320",
35+
"@mikro-orm/knex": "6.0.0-dev.320",
36+
"@mikro-orm/migrations": "6.0.0-dev.320",
37+
"@mikro-orm/postgresql": "6.0.0-dev.320",
38+
"@mikro-orm/reflection": "6.0.0-dev.320",
3939
"graphql": "16.8.1",
4040
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
41-
"graphql-yoga": "5.0.2",
41+
"graphql-yoga": "5.1.1",
4242
"tslib": "2.6.2"
4343
},
4444
"devDependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"dotenv": "16.3.1",
2525
"graphql": "16.8.1",
2626
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
27-
"graphql-yoga": "5.0.2",
27+
"graphql-yoga": "5.1.1",
2828
"pg": "8.11.3",
2929
"tslib": "2.6.2",
30-
"typeorm": "0.3.17"
30+
"typeorm": "0.3.19"
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
@@ -15,7 +15,7 @@
1515
"@accounts/module-password": "^0.34.0",
1616
"@accounts/password": "^0.32.2",
1717
"@accounts/server": "^0.33.1",
18-
"@apollo/server": "4.9.5",
18+
"@apollo/server": "4.10.0",
1919
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
2020
"@graphql-tools/merge": "9.0.1",
2121
"@graphql-tools/schema": "10.0.2",

examples/graphql-server-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"graphql": "16.8.1",
2424
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2525
"graphql-tag": "2.12.6",
26-
"graphql-yoga": "5.0.2",
26+
"graphql-yoga": "5.1.1",
2727
"helmet": "^7.1.0",
2828
"mongoose": "8.0.3",
2929
"tslib": "2.6.2"

examples/react-graphql-typescript/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@accounts/client-password": "^0.32.2",
1818
"@accounts/graphql-client": "^0.33.1",
1919
"@apollo/client": "3.8.8",
20-
"@emotion/react": "11.11.1",
20+
"@emotion/react": "11.11.3",
2121
"@emotion/styled": "11.11.0",
22-
"@mui/material": "5.15.1",
23-
"@mui/styles": "5.15.1",
22+
"@mui/material": "5.15.3",
23+
"@mui/styles": "5.15.3",
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.45",
35+
"@types/react": "^18.2.47",
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.15.0",
40-
"@typescript-eslint/parser": "^6.15.0",
39+
"@typescript-eslint/eslint-plugin": "^6.18.0",
40+
"@typescript-eslint/parser": "^6.18.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.10",
47-
"web-vitals": "3.5.0"
46+
"vite": "^5.0.11",
47+
"web-vitals": "3.5.1"
4848
}
4949
}

examples/react-rest-typescript/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"@accounts/client": "^0.33.1",
1616
"@accounts/client-password": "^0.32.2",
1717
"@accounts/rest-client": "^0.33.1",
18-
"@emotion/react": "11.11.1",
18+
"@emotion/react": "11.11.3",
1919
"@emotion/styled": "11.11.0",
20-
"@mui/icons-material": "5.15.1",
21-
"@mui/lab": "5.0.0-alpha.157",
22-
"@mui/material": "5.15.1",
23-
"@mui/styles": "5.15.1",
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",
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.45",
35+
"@types/react": "^18.2.47",
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.15.0",
40-
"@typescript-eslint/parser": "^6.15.0",
39+
"@typescript-eslint/eslint-plugin": "^6.18.0",
40+
"@typescript-eslint/parser": "^6.18.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.10",
47-
"web-vitals": "3.5.0"
46+
"vite": "^5.0.11",
47+
"web-vitals": "3.5.1"
4848
}
4949
}

modules/module-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@graphql-tools/merge": "9.0.1",
4242
"@graphql-tools/schema": "10.0.2",
43-
"@graphql-tools/utils": "10.0.11",
43+
"@graphql-tools/utils": "10.0.12",
4444
"graphql-tag": "2.12.6",
4545
"request-ip": "3.3.0",
4646
"tslib": "2.6.2"

modules/module-mikro-orm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@accounts/module-core": "^0.34.0",
4848
"@accounts/server": "^0.33.1",
4949
"@accounts/types": "^0.33.2",
50-
"@mikro-orm/core": "6.0.0-dev.283",
51-
"@mikro-orm/migrations": "6.0.0-dev.283",
50+
"@mikro-orm/core": "6.0.0-dev.320",
51+
"@mikro-orm/migrations": "6.0.0-dev.320",
5252
"graphql": "16.8.1",
5353
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
5454
}

modules/module-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"@accounts/types": "^0.33.2",
4848
"graphql": "16.8.1",
4949
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
50-
"typeorm": "0.3.17"
50+
"typeorm": "0.3.19"
5151
}
5252
}

0 commit comments

Comments
 (0)