File tree 29 files changed +778
-1117
lines changed
graphql-server-mikro-orm-postgres
graphql-server-typeorm-postgres
graphql-server-typescript
magic-link-server-typescript
29 files changed +778
-1117
lines changed Original file line number Diff line number Diff line change 23
23
"@graphql-tools/delegate" : " 10.0.3" ,
24
24
"@graphql-tools/merge" : " 9.0.0" ,
25
25
"@graphql-tools/schema" : " 10.0.0" ,
26
- "@graphql-tools/stitch" : " 9.0.2 " ,
26
+ "@graphql-tools/stitch" : " 9.0.3 " ,
27
27
"@graphql-tools/utils" : " 10.0.6" ,
28
28
"@graphql-tools/wrap" : " 10.0.1" ,
29
- "graphql" : " 16.8.0 " ,
29
+ "graphql" : " 16.8.1 " ,
30
30
"graphql-modules" : " 2.2.0" ,
31
31
"lodash" : " 4.17.21" ,
32
32
"node-fetch" : " 2.7.0" ,
Original file line number Diff line number Diff line change 36
36
"@mikro-orm/migrations" : " 5.8.1" ,
37
37
"@mikro-orm/postgresql" : " 5.8.1" ,
38
38
"@mikro-orm/reflection" : " 5.8.1" ,
39
- "graphql" : " 16.8.0 " ,
39
+ "graphql" : " 16.8.1 " ,
40
40
"graphql-modules" : " 2.2.0" ,
41
41
"tslib" : " 2.6.2"
42
42
},
Original file line number Diff line number Diff line change 22
22
"@apollo/server-plugin-landing-page-graphql-playground" : " 4.0.1" ,
23
23
"@graphql-tools/merge" : " 9.0.0" ,
24
24
"dotenv" : " 16.3.1" ,
25
- "graphql" : " 16.8.0 " ,
25
+ "graphql" : " 16.8.1 " ,
26
26
"graphql-modules" : " 2.2.0" ,
27
27
"pg" : " 8.11.3" ,
28
28
"tslib" : " 2.6.2" ,
Original file line number Diff line number Diff line change 20
20
"@apollo/server-plugin-landing-page-graphql-playground" : " 4.0.1" ,
21
21
"@graphql-tools/merge" : " 9.0.0" ,
22
22
"@graphql-tools/schema" : " 10.0.0" ,
23
- "graphql" : " 16.8.0 " ,
23
+ "graphql" : " 16.8.1 " ,
24
24
"graphql-modules" : " 2.2.0" ,
25
25
"graphql-tag" : " 2.12.6" ,
26
- "mongoose" : " 7.5.1 " ,
26
+ "mongoose" : " 7.5.2 " ,
27
27
"tslib" : " 2.6.2"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 13
13
"@accounts/magic-link" : " ^0.1.1" ,
14
14
"@accounts/mongo" : " ^0.34.1" ,
15
15
"@accounts/server" : " ^0.33.1" ,
16
- "mongoose" : " 7.5.1 " ,
16
+ "mongoose" : " 7.5.2 " ,
17
17
"tslib" : " 2.6.2"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 31
31
"@accounts/client" : " ^0.33.1" ,
32
32
"@accounts/client-password" : " ^0.32.2" ,
33
33
"@accounts/graphql-client" : " ^0.33.1" ,
34
- "@apollo/client" : " 3.8.3 " ,
34
+ "@apollo/client" : " 3.8.4 " ,
35
35
"@emotion/react" : " 11.11.1" ,
36
36
"@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 " ,
40
40
"graphql-tag" : " 2.12.6" ,
41
41
"qrcode.react" : " 3.1.0" ,
42
42
"react" : " 18.2.0" ,
47
47
},
48
48
"devDependencies" : {
49
49
"@types/qrcode.react" : " 1.0.3" ,
50
- "@types/react" : " 18.2.21 " ,
50
+ "@types/react" : " 18.2.22 " ,
51
51
"@types/react-dom" : " 18.2.7" ,
52
52
"@types/react-router" : " 5.1.20" ,
53
53
"@types/react-router-dom" : " 5.3.3" ,
Original file line number Diff line number Diff line change 34
34
"@emotion/styled" : " 11.11.0" ,
35
35
"@mui/icons-material" : " 5.14.9" ,
36
36
"@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 " ,
40
40
"qrcode.react" : " 3.1.0" ,
41
41
"react" : " 18.2.0" ,
42
42
"react-dom" : " 18.2.0" ,
47
47
"devDependencies" : {
48
48
"@accounts/types" : " ^0.33.2" ,
49
49
"@types/qrcode.react" : " 1.0.3" ,
50
- "@types/react" : " 18.2.21 " ,
50
+ "@types/react" : " 18.2.22 " ,
51
51
"@types/react-dom" : " 18.2.7" ,
52
52
"@types/react-router" : " 5.1.20" ,
53
53
"@types/react-router-dom" : " 5.3.3" ,
Original file line number Diff line number Diff line change 17
17
"body-parser" : " 1.20.2" ,
18
18
"cors" : " 2.8.5" ,
19
19
"express" : " 4.18.2" ,
20
- "mongoose" : " 7.5.1 " ,
20
+ "mongoose" : " 7.5.2 " ,
21
21
"tslib" : " 2.6.2"
22
22
}
23
23
}
Original file line number Diff line number Diff line change 58
58
"@graphql-codegen/typescript-type-graphql" : " 2.3.6" ,
59
59
"@graphql-tools/schema" : " 10.0.0" ,
60
60
"@types/request-ip" : " 0.0.38" ,
61
- "graphql" : " 16.8.0 " ,
61
+ "graphql" : " 16.8.1 " ,
62
62
"graphql-modules" : " 2.2.0" ,
63
63
"graphql-tag" : " 2.12.6"
64
64
}
Original file line number Diff line number Diff line change 60
60
"@graphql-codegen/typescript-resolvers" : " 4.0.1" ,
61
61
"@graphql-codegen/typescript-type-graphql" : " 2.3.6" ,
62
62
"@types/request-ip" : " 0.0.38" ,
63
- "graphql" : " 16.8.0 " ,
63
+ "graphql" : " 16.8.1 " ,
64
64
"graphql-modules" : " 2.2.0" ,
65
65
"graphql-tag" : " 2.12.6"
66
66
}
Original file line number Diff line number Diff line change 71
71
"@mikro-orm/postgresql" : " 5.8.1" ,
72
72
"@mikro-orm/reflection" : " 5.8.1" ,
73
73
"@types/request-ip" : " 0.0.38" ,
74
- "graphql" : " 16.8.0 " ,
74
+ "graphql" : " 16.8.1 " ,
75
75
"graphql-modules" : " 2.2.0" ,
76
76
"graphql-tag" : " 2.12.6" ,
77
77
"reflect-metadata" : " 0.1.13"
Original file line number Diff line number Diff line change 71
71
"@mikro-orm/postgresql" : " 5.8.1" ,
72
72
"@mikro-orm/reflection" : " 5.8.1" ,
73
73
"@types/request-ip" : " 0.0.38" ,
74
- "graphql" : " 16.8.0 " ,
74
+ "graphql" : " 16.8.1 " ,
75
75
"graphql-modules" : " 2.2.0" ,
76
76
"graphql-tag" : " 2.12.6" ,
77
77
"mongodb" : " 5.9.0" ,
Original file line number Diff line number Diff line change 60
60
"@graphql-codegen/typescript-resolvers" : " 4.0.1" ,
61
61
"@graphql-codegen/typescript-type-graphql" : " 2.3.6" ,
62
62
"@types/request-ip" : " 0.0.38" ,
63
- "graphql" : " 16.8.0 " ,
63
+ "graphql" : " 16.8.1 " ,
64
64
"graphql-modules" : " 2.2.0" ,
65
65
"graphql-tag" : " 2.12.6"
66
66
}
Original file line number Diff line number Diff line change 64
64
"@graphql-codegen/typescript-resolvers" : " 4.0.1" ,
65
65
"@graphql-codegen/typescript-type-graphql" : " 2.3.6" ,
66
66
"@types/request-ip" : " 0.0.38" ,
67
- "graphql" : " 16.8.0 " ,
67
+ "graphql" : " 16.8.1 " ,
68
68
"graphql-modules" : " 2.2.0" ,
69
69
"graphql-tag" : " 2.12.6" ,
70
70
"reflect-metadata" : " 0.1.13" ,
Original file line number Diff line number Diff line change 56
56
"devDependencies" : {
57
57
"@changesets/changelog-github" : " 0.4.8" ,
58
58
"@changesets/cli" : " 2.26.2" ,
59
- "@types/jest" : " 29.5.4 " ,
60
- "@types/node" : " 20.6.1 " ,
61
- "@typescript-eslint/eslint-plugin" : " 6.7.0 " ,
62
- "@typescript-eslint/parser" : " 6.7.0 " ,
59
+ "@types/jest" : " 29.5.5 " ,
60
+ "@types/node" : " 20.6.3 " ,
61
+ "@typescript-eslint/eslint-plugin" : " 6.7.2 " ,
62
+ "@typescript-eslint/parser" : " 6.7.2 " ,
63
63
"eslint" : " 8.49.0" ,
64
64
"eslint-config-prettier" : " 9.0.0" ,
65
- "eslint-plugin-jest" : " 27.2.3 " ,
65
+ "eslint-plugin-jest" : " 27.4.0 " ,
66
66
"eslint-plugin-prettier" : " 5.0.0" ,
67
67
"husky" : " 8.0.3" ,
68
68
"jest" : " 29.7.0" ,
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"@accounts/client" : " ^0.33.1" ,
34
- "@apollo/client" : " 3.8.3 " ,
35
- "graphql" : " 16.8.0 " ,
34
+ "@apollo/client" : " 3.8.4 " ,
35
+ "graphql" : " 16.8.1 " ,
36
36
"rimraf" : " 5.0.1"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 47
47
"author" : " Tim Mikeladze" ,
48
48
"license" : " MIT" ,
49
49
"devDependencies" : {
50
- "@types/jsonwebtoken" : " 9.0.2 " ,
50
+ "@types/jsonwebtoken" : " 9.0.3 " ,
51
51
"jest-localstorage-mock" : " 2.4.26" ,
52
52
"jsonwebtoken" : " 9.0.2" ,
53
53
"localstorage-polyfill" : " 1.0.1"
Original file line number Diff line number Diff line change 35
35
"@mikro-orm/migrations" : " 5.8.1" ,
36
36
"@mikro-orm/postgresql" : " 5.8.1" ,
37
37
"@mikro-orm/reflection" : " 5.8.1" ,
38
- "graphql" : " 16.8.0 " ,
38
+ "graphql" : " 16.8.1 " ,
39
39
"graphql-modules" : " 2.2.0"
40
40
},
41
41
"dependencies" : {
Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"@accounts/database-tests" : " ^0.32.2" ,
41
- "graphql" : " 16.8.0 " ,
41
+ "graphql" : " 16.8.1 " ,
42
42
"graphql-modules" : " 2.2.0"
43
43
},
44
44
"peerDependencies" : {
Original file line number Diff line number Diff line change 31
31
"devDependencies" : {
32
32
"@accounts/database-tests" : " ^0.32.2" ,
33
33
"@types/lodash" : " 4.14.198" ,
34
- "graphql" : " 16.8.0 " ,
34
+ "graphql" : " 16.8.1 " ,
35
35
"graphql-modules" : " 2.2.0" ,
36
36
"pg" : " 8.11.3" ,
37
37
"typeorm" : " 0.3.17"
Original file line number Diff line number Diff line change 25
25
"author" : " Leo Pradel" ,
26
26
"license" : " MIT" ,
27
27
"devDependencies" : {
28
- "@types/body-parser" : " 1.19.2 " ,
28
+ "@types/body-parser" : " 1.19.3 " ,
29
29
"@types/express" : " 4.17.17" ,
30
30
"@types/node-fetch" : " 2.6.5" ,
31
31
"jest-localstorage-mock" : " 2.4.26" ,
46
46
"@accounts/server" : " ^0.33.1" ,
47
47
"@accounts/typeorm" : " ^0.33.1" ,
48
48
"@accounts/types" : " ^0.33.2" ,
49
- "@apollo/client" : " 3.8.3 " ,
49
+ "@apollo/client" : " 3.8.4 " ,
50
50
"@apollo/server" : " 4.9.3" ,
51
51
"body-parser" : " 1.20.2" ,
52
52
"core-js" : " 3.32.2" ,
53
53
"express" : " 4.18.2" ,
54
- "graphql" : " 16.8.0 " ,
54
+ "graphql" : " 16.8.1 " ,
55
55
"graphql-modules" : " 2.2.0" ,
56
- "mongoose" : " 7.5.1 " ,
56
+ "mongoose" : " 7.5.2 " ,
57
57
"node-fetch" : " 2.7.0" ,
58
58
"tslib" : " 2.6.2" ,
59
59
"typeorm" : " 0.3.17"
Original file line number Diff line number Diff line change 44
44
"@graphql-codegen/typed-document-node" : " 5.0.1" ,
45
45
"@graphql-codegen/typescript" : " 4.0.1" ,
46
46
"@graphql-codegen/typescript-operations" : " 4.0.1" ,
47
- "graphql" : " 16.8.0 "
47
+ "graphql" : " 16.8.1 "
48
48
}
49
49
}
Original file line number Diff line number Diff line change 31
31
"devDependencies" : {
32
32
"@accounts/server" : " ^0.33.1" ,
33
33
"@accounts/types" : " ^0.33.1" ,
34
- "@types/bcryptjs" : " 2.4.3 " ,
34
+ "@types/bcryptjs" : " 2.4.4 " ,
35
35
"@types/lodash.set" : " 4.3.7" ,
36
- "graphql" : " 16.8.0 " ,
36
+ "graphql" : " 16.8.1 " ,
37
37
"graphql-modules" : " 2.2.0" ,
38
38
"lodash.set" : " 4.3.2" ,
39
39
"reflect-metadata" : " 0.1.13"
Original file line number Diff line number Diff line change 27
27
},
28
28
"devDependencies" : {
29
29
"@accounts/server" : " ^0.33.1" ,
30
- "graphql" : " 16.8.0 " ,
30
+ "graphql" : " 16.8.1 " ,
31
31
"graphql-modules" : " 2.2.0" ,
32
32
"reflect-metadata" : " 0.1.13"
33
33
},
Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"@accounts/server" : " ^0.33.1" ,
31
31
"@accounts/types" : " ^0.33.1" ,
32
- "@types/bcryptjs" : " 2.4.3 " ,
32
+ "@types/bcryptjs" : " 2.4.4 " ,
33
33
"@types/lodash.set" : " 4.3.7" ,
34
- "graphql" : " 16.8.0 " ,
34
+ "graphql" : " 16.8.1 " ,
35
35
"graphql-modules" : " 2.2.0" ,
36
36
"lodash.set" : " 4.3.2" ,
37
37
"reflect-metadata" : " 0.1.13"
Original file line number Diff line number Diff line change 49
49
},
50
50
"dependencies" : {
51
51
"@accounts/types" : " ^0.33.1" ,
52
- "@types/jsonwebtoken" : " 9.0.2 " ,
52
+ "@types/jsonwebtoken" : " 9.0.3 " ,
53
53
"emittery" : " 0.13.1" ,
54
54
"jsonwebtoken" : " 9.0.2" ,
55
55
"jwt-decode" : " 3.1.2" ,
58
58
},
59
59
"devDependencies" : {
60
60
"@types/lodash.merge" : " 4.6.7" ,
61
- "graphql" : " 16.8.0 " ,
61
+ "graphql" : " 16.8.1 " ,
62
62
"graphql-modules" : " 2.2.0" ,
63
63
"reflect-metadata" : " 0.1.13"
64
64
}
Original file line number Diff line number Diff line change 47
47
"tslib" : " 2.6.2"
48
48
},
49
49
"devDependencies" : {
50
- "graphql" : " 16.8.0 " ,
50
+ "graphql" : " 16.8.1 " ,
51
51
"graphql-modules" : " 2.2.0"
52
52
}
53
53
}
Original file line number Diff line number Diff line change 14
14
"write-heading-ids" : " docusaurus write-heading-ids"
15
15
},
16
16
"dependencies" : {
17
- "@docusaurus/core" : " 2.4.1 " ,
18
- "@docusaurus/preset-classic" : " 2.4.1 " ,
17
+ "@docusaurus/core" : " 2.4.3 " ,
18
+ "@docusaurus/preset-classic" : " 2.4.3 " ,
19
19
"docusaurus-plugin-fathom" : " 1.1.0" ,
20
20
"docusaurus-plugin-typedoc-api" : " 3.0.0" ,
21
21
"react" : " 18.2.0" ,
34
34
]
35
35
},
36
36
"devDependencies" : {
37
- "@types/react" : " 18.2.21 " ,
37
+ "@types/react" : " 18.2.22 " ,
38
38
"typescript" : " 5.0.4"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments