This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 23 files changed +189
-189
lines changed
graphback-runtime-mongodb
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 23 files changed +189
-189
lines changed Original file line number Diff line number Diff line change 46
46
timeout-minutes : 60
47
47
services :
48
48
mongodb :
49
- image : mongo:4.2.9
49
+ image : mongo:4.4.19
50
50
env :
51
51
MONGO_INITDB_DATABASE : users
52
52
MONGO_INITDB_ROOT_USERNAME : mongodb
Original file line number Diff line number Diff line change 19
19
"@graphql-tools/graphql-file-loader" : " 6.2.6" ,
20
20
"apollo-server" : " 2.19.0" ,
21
21
"apollo-server-testing" : " 2.19.0" ,
22
- "graphql" : " 15.4 .0" ,
22
+ "graphql" : " 15.8 .0" ,
23
23
"jest" : " 26.6.3" ,
24
- "knex" : " 0.21.13 " ,
25
- "mongodb" : " 3.6 .3" ,
26
- "node-fetch" : " 2.6.1 " ,
24
+ "knex" : " 0.95.15 " ,
25
+ "mongodb" : " 3.7 .3" ,
26
+ "node-fetch" : " 2.6.9 " ,
27
27
"rimraf" : " 3.0.2" ,
28
28
"ts-node" : " 9.1.1" ,
29
- "tsutils" : " 3.17.1 " ,
30
- "typescript" : " 4.1.3 "
29
+ "tsutils" : " 3.21.0 " ,
30
+ "typescript" : " 4.9.5 "
31
31
},
32
32
"license" : " Apache-2.0"
33
33
}
Original file line number Diff line number Diff line change 11
11
"@typescript-eslint/eslint-plugin-tslint" : " 4.9.1" ,
12
12
"@typescript-eslint/parser" : " 4.9.1" ,
13
13
"del-cli" : " 3.0.1" ,
14
- "eslint" : " 7.15 .0" ,
15
- "eslint-plugin-flowtype" : " 5.2 .0" ,
16
- "eslint-plugin-import" : " 2.22.1 " ,
17
- "eslint-plugin-jsx-a11y" : " 6.4 .1" ,
14
+ "eslint" : " 7.32 .0" ,
15
+ "eslint-plugin-flowtype" : " 5.10 .0" ,
16
+ "eslint-plugin-import" : " 2.27.5 " ,
17
+ "eslint-plugin-jsx-a11y" : " 6.7 .1" ,
18
18
"eslint-plugin-no-null" : " 1.0.2" ,
19
- "eslint-plugin-react" : " 7.21.5 " ,
19
+ "eslint-plugin-react" : " 7.32.2 " ,
20
20
"eslint-plugin-react-hooks" : " 4.2.0" ,
21
21
"eslint-plugin-unused-imports" : " 0.1.3" ,
22
- "husky" : " 4.3.6 " ,
22
+ "husky" : " 4.3.8 " ,
23
23
"jest" : " 26.6.3" ,
24
24
"lerna" : " 3.22.1" ,
25
25
"lerna-changelog" : " 1.0.1" ,
26
26
"npm-run-all" : " 4.1.5" ,
27
27
"nyc" : " 15.1.0" ,
28
- "replace" : " 1.2.0 " ,
29
- "ts-jest" : " 26.4.4 " ,
28
+ "replace" : " 1.2.2 " ,
29
+ "ts-jest" : " 26.5.6 " ,
30
30
"ts-node" : " 9.1.1" ,
31
31
"tslint" : " 6.1.3" ,
32
32
"tslint-config-prettier" : " 1.18.0" ,
33
33
"tslint-microsoft-contrib" : " 6.2.0" ,
34
- "typedoc" : " 0.19.2 " ,
34
+ "typedoc" : " 0.23.28 " ,
35
35
"typedoc-plugin-markdown" : " 2.4.2" ,
36
- "typescript" : " 4.1.3 "
36
+ "typescript" : " 4.9.5 "
37
37
},
38
38
"scripts" : {
39
39
"bench" : " cd performance && yarn start" ,
Original file line number Diff line number Diff line change 33
33
"license" : " Apache-2.0" ,
34
34
"devDependencies" : {
35
35
"@types/chalk" : " 0.4.31" ,
36
- "@types/inquirer" : " 7.3.1 " ,
36
+ "@types/inquirer" : " 7.3.3 " ,
37
37
"@types/jest" : " 26.0.19" ,
38
- "@types/node" : " 12.19.9 " ,
39
- "@types/node-emoji" : " 1.8.1 " ,
38
+ "@types/node" : " 12.20.55 " ,
39
+ "@types/node-emoji" : " 1.8.2 " ,
40
40
"@types/parse-github-url" : " 1.0.0" ,
41
- "@types/request" : " 2.48.5 " ,
42
- "@types/tar" : " 4.0.4 " ,
43
- "@types/yargs" : " 15.0.12 " ,
41
+ "@types/request" : " 2.48.8 " ,
42
+ "@types/tar" : " 4.0.5 " ,
43
+ "@types/yargs" : " 15.0.15 " ,
44
44
"jest" : " 26.6.3" ,
45
45
"rimraf" : " 3.0.2" ,
46
- "ts-jest" : " 26.4.4 " ,
46
+ "ts-jest" : " 26.5.6 " ,
47
47
"ts-node" : " 9.1.1" ,
48
- "typescript" : " 4.1.3 " ,
48
+ "typescript" : " 4.9.5 " ,
49
49
"typescript-eslint-parser" : " 21.0.2"
50
50
},
51
51
"dependencies" : {
52
52
"chalk" : " 2.4.2" ,
53
- "figlet" : " 1.5.0 " ,
53
+ "figlet" : " 1.5.2 " ,
54
54
"inquirer" : " 7.3.3" ,
55
- "node-emoji" : " 1.10 .0" ,
55
+ "node-emoji" : " 1.11 .0" ,
56
56
"ora" : " 3.4.0" ,
57
57
"parse-github-url" : " 1.0.2" ,
58
58
"request" : " 2.88.2" ,
59
- "tar" : " 6.0.5 " ,
59
+ "tar" : " 6.1.13 " ,
60
60
"tmp" : " 0.2.1" ,
61
61
"yargs" : " 16.2.0"
62
62
},
Original file line number Diff line number Diff line change 32
32
"devDependencies" : {
33
33
"@types/chalk" : " 0.4.31" ,
34
34
"@types/jest" : " 26.0.19" ,
35
- "@types/node" : " 12.19.9 " ,
36
- "@types/node-emoji" : " 1.8.1 " ,
37
- "@types/yargs" : " 15.0.12 " ,
35
+ "@types/node" : " 12.20.55 " ,
36
+ "@types/node-emoji" : " 1.8.2 " ,
37
+ "@types/yargs" : " 15.0.15 " ,
38
38
"jest" : " 26.6.3" ,
39
- "lint-staged" : " 10.5.3 " ,
39
+ "lint-staged" : " 10.5.4 " ,
40
40
"rimraf" : " 3.0.2" ,
41
- "ts-jest" : " 26.4.4 " ,
41
+ "ts-jest" : " 26.5.6 " ,
42
42
"ts-node" : " 9.1.1" ,
43
- "typescript" : " 4.1.3 " ,
43
+ "typescript" : " 4.9.5 " ,
44
44
"typescript-eslint-parser" : " 21.0.2"
45
45
},
46
46
"dependencies" : {
47
47
"@graphql-tools/graphql-file-loader" : " 6.2.6" ,
48
48
"chalk" : " 2.4.2" ,
49
- "chokidar" : " 3.4 .3" ,
50
- "debounce" : " 1.2.0 " ,
49
+ "chokidar" : " 3.5 .3" ,
50
+ "debounce" : " 1.2.1 " ,
51
51
"graphback" : " 1.1.2" ,
52
- "graphql-config" : " 3.2.0 " ,
53
- "node-emoji" : " 1.10 .0" ,
52
+ "graphql-config" : " 3.4.1 " ,
53
+ "node-emoji" : " 1.11 .0" ,
54
54
"yargs" : " 16.2.0"
55
55
},
56
56
"jest" : {
Original file line number Diff line number Diff line change 32
32
},
33
33
"devDependencies" : {
34
34
"@types/jest" : " 26.0.19" ,
35
- "@types/node" : " 12.19.9 " ,
36
- "graphql" : " 15.4 .0" ,
35
+ "@types/node" : " 12.20.55 " ,
36
+ "graphql" : " 15.8 .0" ,
37
37
"jest" : " 26.6.3" ,
38
38
"rimraf" : " 3.0.2" ,
39
- "ts-jest" : " 26.4.4 " ,
39
+ "ts-jest" : " 26.5.6 " ,
40
40
"ts-node" : " 9.1.1" ,
41
- "tsutils" : " 3.17.1 " ,
42
- "typescript" : " 4.1.3 "
41
+ "tsutils" : " 3.21.0 " ,
42
+ "typescript" : " 4.9.5 "
43
43
},
44
44
"dependencies" : {
45
45
"@graphback/core" : " 1.1.2" ,
Original file line number Diff line number Diff line change 32
32
},
33
33
"devDependencies" : {
34
34
"@types/jest" : " 26.0.19" ,
35
- "@types/node" : " 12.19.9 " ,
36
- "dataloader" : " 2.0.0 " ,
37
- "graphql" : " 15.4 .0" ,
35
+ "@types/node" : " 12.20.55 " ,
36
+ "dataloader" : " 2.2.2 " ,
37
+ "graphql" : " 15.8 .0" ,
38
38
"jest" : " 26.6.3" ,
39
39
"rimraf" : " 3.0.2" ,
40
- "ts-jest" : " 26.4.4 " ,
40
+ "ts-jest" : " 26.5.6 " ,
41
41
"ts-node" : " 9.1.1" ,
42
- "tsutils" : " 3.17.1 " ,
43
- "typescript" : " 4.1.3 "
42
+ "tsutils" : " 3.21.0 " ,
43
+ "typescript" : " 4.9.5 "
44
44
},
45
45
"dependencies" : {
46
46
"@graphback/core" : " 1.1.2" ,
47
47
"@graphql-tools/utils" : " 7.1.4" ,
48
- "graphql-compose" : " 7.23.0 " ,
48
+ "graphql-compose" : " 7.25.1 " ,
49
49
"graphql-metadata" : " 0.7.6" ,
50
50
"pluralize" : " 8.0.0"
51
51
},
Original file line number Diff line number Diff line change 29
29
},
30
30
"devDependencies" : {
31
31
"@types/jest" : " 26.0.19" ,
32
- "@types/node" : " 12.19.9 " ,
33
- "@types/pino" : " 6.3.4 " ,
34
- "graphql" : " 15.4 .0" ,
32
+ "@types/node" : " 12.20.55 " ,
33
+ "@types/pino" : " 6.3.12 " ,
34
+ "graphql" : " 15.8 .0" ,
35
35
"jest" : " 26.6.3" ,
36
36
"rimraf" : " 3.0.2" ,
37
- "ts-jest" : " 26.4.4 " ,
37
+ "ts-jest" : " 26.5.6 " ,
38
38
"ts-node" : " 9.1.1" ,
39
39
"tslint" : " 6.1.3" ,
40
- "typescript" : " 4.1.3 "
40
+ "typescript" : " 4.9.5 "
41
41
},
42
42
"license" : " Apache-2.0" ,
43
43
"publishConfig" : {
46
46
"dependencies" : {
47
47
"@graphql-tools/merge" : " 6.2.6" ,
48
48
"@graphql-tools/utils" : " 7.1.4" ,
49
- "@types/bson" : " 4.0.3 " ,
50
- "bson" : " 4.2 .2" ,
51
- "dataloader" : " 2.0.0 " ,
52
- "glob" : " 7.1.6 " ,
53
- "graphql-compose" : " 7.23.0 " ,
54
- "graphql-fields-list" : " 2.2.1 " ,
49
+ "@types/bson" : " 4.0.5 " ,
50
+ "bson" : " 4.7 .2" ,
51
+ "dataloader" : " 2.2.2 " ,
52
+ "glob" : " 7.2.3 " ,
53
+ "graphql-compose" : " 7.25.1 " ,
54
+ "graphql-fields-list" : " 2.2.4 " ,
55
55
"graphql-metadata" : " 0.7.6" ,
56
- "graphql-scalars" : " 1.6.1 " ,
57
- "graphql-subscriptions" : " 1.1.0 " ,
58
- "pino" : " 6.8 .0" ,
56
+ "graphql-scalars" : " 1.21.3 " ,
57
+ "graphql-subscriptions" : " 1.2.1 " ,
58
+ "pino" : " 6.14 .0" ,
59
59
"pluralize" : " 8.0.0"
60
60
},
61
61
"peerDependencies" : {
Original file line number Diff line number Diff line change 32
32
},
33
33
"devDependencies" : {
34
34
"@types/jest" : " 26.0.19" ,
35
- "@types/node" : " 12.19.9 " ,
36
- "graphql" : " 15.4 .0" ,
35
+ "@types/node" : " 12.20.55 " ,
36
+ "graphql" : " 15.8 .0" ,
37
37
"jest" : " 26.6.3" ,
38
38
"jest-date-mock" : " 1.0.8" ,
39
- "mongodb-memory-server" : " 6.9.2 " ,
39
+ "mongodb-memory-server" : " 6.9.6 " ,
40
40
"rimraf" : " 3.0.2" ,
41
- "ts-jest" : " 26.4.4 " ,
41
+ "ts-jest" : " 26.5.6 " ,
42
42
"ts-node" : " 9.1.1" ,
43
- "tsutils" : " 3.17.1 " ,
44
- "typescript" : " 4.1.3 "
43
+ "tsutils" : " 3.21.0 " ,
44
+ "typescript" : " 4.9.5 "
45
45
},
46
46
"dependencies" : {
47
47
"@graphback/codegen-schema" : " 1.1.2" ,
48
48
"@graphback/core" : " 1.1.2" ,
49
49
"@graphback/runtime-mongo" : " 1.1.2" ,
50
50
"@graphql-tools/utils" : " 7.1.4" ,
51
51
"graphback" : " 1.1.2" ,
52
- "graphql-compose" : " 7.23.0 " ,
52
+ "graphql-compose" : " 7.25.1 " ,
53
53
"graphql-metadata" : " 0.7.6" ,
54
- "graphql-subscriptions" : " 1.1.0 " ,
55
- "mongodb" : " 3.6 .3" ,
54
+ "graphql-subscriptions" : " 1.2.1 " ,
55
+ "mongodb" : " 3.7 .3" ,
56
56
"pluralize" : " 8.0.0"
57
57
},
58
58
"peerDependencies" : {
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"@types/jest" : " 26.0.19" ,
34
- "@types/node" : " 12.19.9 " ,
35
- "graphql" : " 15.4 .0" ,
34
+ "@types/node" : " 12.20.55 " ,
35
+ "graphql" : " 15.8 .0" ,
36
36
"jest" : " 26.6.3" ,
37
37
"keycloak-connect" : " 11.0.3" ,
38
- "keycloak-connect-graphql" : " 0.6.4 " ,
38
+ "keycloak-connect-graphql" : " 0.7.0 " ,
39
39
"rimraf" : " 3.0.2" ,
40
- "ts-jest" : " 26.4.4 " ,
40
+ "ts-jest" : " 26.5.6 " ,
41
41
"ts-node" : " 9.1.1" ,
42
- "tsutils" : " 3.17.1 " ,
43
- "typescript" : " 4.1.3 "
42
+ "tsutils" : " 3.21.0 " ,
43
+ "typescript" : " 4.9.5 "
44
44
},
45
45
"dependencies" : {
46
46
"@graphback/core" : " 1.1.2" ,
47
- "graphql-subscriptions" : " 1.1.0 "
47
+ "graphql-subscriptions" : " 1.2.1 "
48
48
},
49
49
"peerDependencies" : {
50
50
"graphql" : " ^14.0.0 || ^15.0.0" ,
51
- "keycloak-connect-graphql" : " ^0.5.0 || ^0.6.0"
51
+ "keycloak-connect-graphql" : " ^0.5.0 || ^0.6.0 || ^0.7.0 "
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments