This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
ts-apollo-mongo-apache-kafka-backend
ts-apollo-mongodb-backend
ts-apollo-mongodb-datasync-backend
ts-apollo-postgres-backend
ts-fastify-mongodb-backend Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"devDependencies" : {
19
19
"@graphql-tools/graphql-file-loader" : " 6.2.6" ,
20
- "apollo-server" : " 2.19 .0" ,
21
- "apollo-server-testing" : " 2.19 .0" ,
20
+ "apollo-server" : " 2.24 .0" ,
21
+ "apollo-server-testing" : " 2.24 .0" ,
22
22
"graphql" : " 15.4.0" ,
23
23
"jest" : " 26.6.3" ,
24
24
"knex" : " 0.21.13" ,
Original file line number Diff line number Diff line change 52
52
"@graphback/runtime-mongo" : " 1.1.2" ,
53
53
"@graphql-tools/graphql-file-loader" : " 6.2.6" ,
54
54
"@graphql-tools/load" : " 6.2.5" ,
55
- "apollo-server-express" : " 2.19 .0" ,
55
+ "apollo-server-express" : " 2.24 .0" ,
56
56
"chalk" : " 4.1.0" ,
57
57
"cors" : " 2.8.5" ,
58
58
"express" : " 4.17.1" ,
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@graphback/runtime-mongo" : " 1.1.2" ,
17
17
"@aerogear/graphql-kafka-subscriptions" : " 0.4.1" ,
18
- "apollo-server-express" : " 2.19 .0" ,
18
+ "apollo-server-express" : " 2.24 .0" ,
19
19
"cors" : " 2.8.5" ,
20
20
"dotenv" : " 8.2.0" ,
21
21
"express" : " 4.17.1" ,
22
22
"graphback" : " 1.1.2" ,
23
23
"graphql" : " 15.4.0" ,
24
24
"graphql-config" : " 3.2.0" ,
25
25
"graphql-subscriptions" : " 1.1.2" ,
26
- "graphql-tag" : " 2.11.0 " ,
26
+ "graphql-tag" : " 2.12.4 " ,
27
27
"mongodb" : " 3.6.3"
28
28
},
29
29
"devDependencies" : {
Original file line number Diff line number Diff line change 14
14
"license" : " Apache 2.0" ,
15
15
"dependencies" : {
16
16
"@graphback/runtime-mongo" : " 1.1.2" ,
17
- "apollo-server-express" : " 2.19 .0" ,
17
+ "apollo-server-express" : " 2.24 .0" ,
18
18
"cors" : " 2.8.5" ,
19
19
"dotenv" : " 8.2.0" ,
20
20
"express" : " 4.17.1" ,
21
21
"graphback" : " 1.1.2" ,
22
22
"graphql" : " 15.4.0" ,
23
23
"graphql-config" : " 3.2.0" ,
24
24
"graphql-subscriptions" : " 1.1.0" ,
25
- "graphql-tag" : " 2.11.0 " ,
25
+ "graphql-tag" : " 2.12.4 " ,
26
26
"mongodb" : " 3.6.3"
27
27
},
28
28
"devDependencies" : {
Original file line number Diff line number Diff line change 14
14
"license" : " Apache 2.0" ,
15
15
"dependencies" : {
16
16
"@graphback/datasync" : " 1.1.2" ,
17
- "apollo-server-express" : " 2.19 .0" ,
17
+ "apollo-server-express" : " 2.24 .0" ,
18
18
"cors" : " 2.8.5" ,
19
19
"dotenv" : " 8.2.0" ,
20
20
"express" : " 4.17.1" ,
21
21
"graphback" : " 1.1.2" ,
22
22
"graphql" : " 15.4.0" ,
23
23
"graphql-config" : " 3.2.0" ,
24
24
"graphql-subscriptions" : " 1.1.0" ,
25
- "graphql-tag" : " 2.11.0 " ,
25
+ "graphql-tag" : " 2.12.4 " ,
26
26
"mongodb" : " 3.6.3"
27
27
},
28
28
"devDependencies" : {
Original file line number Diff line number Diff line change 14
14
"license" : " Apache 2.0" ,
15
15
"dependencies" : {
16
16
"@graphback/runtime-knex" : " 1.1.2" ,
17
- "apollo-server-express" : " 2.19 .0" ,
17
+ "apollo-server-express" : " 2.24 .0" ,
18
18
"cors" : " 2.8.5" ,
19
19
"dotenv" : " 8.2.0" ,
20
20
"express" : " 4.17.1" ,
23
23
"graphql-config" : " 3.2.0" ,
24
24
"graphql-migrations" : " 1.1.2" ,
25
25
"graphql-subscriptions" : " 1.1.0" ,
26
- "graphql-tag" : " 2.11.0 " ,
26
+ "graphql-tag" : " 2.12.4 " ,
27
27
"knex" : " 0.21.13" ,
28
28
"pg" : " 8.5.1"
29
29
},
Original file line number Diff line number Diff line change 22
22
"graphql" : " 15.4.0" ,
23
23
"graphql-config" : " 3.2.0" ,
24
24
"graphql-subscriptions" : " 1.1.0" ,
25
- "graphql-tag" : " 2.11.0 " ,
25
+ "graphql-tag" : " 2.12.4 " ,
26
26
"mercurius" : " 6.5.0" ,
27
27
"mongodb" : " 3.6.3"
28
28
},
Original file line number Diff line number Diff line change 15
15
"typescript" : " 4.1.3"
16
16
},
17
17
"dependencies" : {
18
- "@apollo/client" : " 3.3.4 " ,
18
+ "@apollo/client" : " 3.3.19 " ,
19
19
"@material-ui/core" : " 4.11.2" ,
20
20
"graphql" : " 15.4.0" ,
21
21
"react" : " 17.0.1" ,
You can’t perform that action at this time.
0 commit comments