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 4646 timeout-minutes : 60
4747 services :
4848 mongodb :
49- image : mongo:4.2.9
49+ image : mongo:4.4.20
5050 env :
5151 MONGO_INITDB_DATABASE : users
5252 MONGO_INITDB_ROOT_USERNAME : mongodb
Original file line number Diff line number Diff line change 1919 "@graphql-tools/graphql-file-loader" : " 6.2.6" ,
2020 "apollo-server" : " 2.19.0" ,
2121 "apollo-server-testing" : " 2.19.0" ,
22- "graphql" : " 15.4 .0" ,
22+ "graphql" : " 15.8 .0" ,
2323 "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 " ,
2727 "rimraf" : " 3.0.2" ,
2828 "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 "
3131 },
3232 "license" : " Apache-2.0"
3333}
Original file line number Diff line number Diff line change 1111 "@typescript-eslint/eslint-plugin-tslint" : " 4.9.1" ,
1212 "@typescript-eslint/parser" : " 4.9.1" ,
1313 "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" ,
1818 "eslint-plugin-no-null" : " 1.0.2" ,
19- "eslint-plugin-react" : " 7.21.5 " ,
19+ "eslint-plugin-react" : " 7.32.2 " ,
2020 "eslint-plugin-react-hooks" : " 4.2.0" ,
2121 "eslint-plugin-unused-imports" : " 0.1.3" ,
22- "husky" : " 4.3.6 " ,
22+ "husky" : " 4.3.8 " ,
2323 "jest" : " 26.6.3" ,
2424 "lerna" : " 3.22.1" ,
2525 "lerna-changelog" : " 1.0.1" ,
2626 "npm-run-all" : " 4.1.5" ,
2727 "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 " ,
3030 "ts-node" : " 9.1.1" ,
3131 "tslint" : " 6.1.3" ,
3232 "tslint-config-prettier" : " 1.18.0" ,
3333 "tslint-microsoft-contrib" : " 6.2.0" ,
34- "typedoc" : " 0.19.2 " ,
34+ "typedoc" : " 0.24.4 " ,
3535 "typedoc-plugin-markdown" : " 2.4.2" ,
36- "typescript" : " 4.1.3 "
36+ "typescript" : " 4.9.5 "
3737 },
3838 "scripts" : {
3939 "bench" : " cd performance && yarn start" ,
Original file line number Diff line number Diff line change 3333 "license" : " Apache-2.0" ,
3434 "devDependencies" : {
3535 "@types/chalk" : " 0.4.31" ,
36- "@types/inquirer" : " 7.3.1 " ,
36+ "@types/inquirer" : " 7.3.3 " ,
3737 "@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 " ,
4040 "@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 " ,
4444 "jest" : " 26.6.3" ,
4545 "rimraf" : " 3.0.2" ,
46- "ts-jest" : " 26.4.4 " ,
46+ "ts-jest" : " 26.5.6 " ,
4747 "ts-node" : " 9.1.1" ,
48- "typescript" : " 4.1.3 " ,
48+ "typescript" : " 4.9.5 " ,
4949 "typescript-eslint-parser" : " 21.0.2"
5050 },
5151 "dependencies" : {
5252 "chalk" : " 2.4.2" ,
53- "figlet" : " 1.5 .0" ,
53+ "figlet" : " 1.6 .0" ,
5454 "inquirer" : " 7.3.3" ,
55- "node-emoji" : " 1.10 .0" ,
55+ "node-emoji" : " 1.11 .0" ,
5656 "ora" : " 3.4.0" ,
5757 "parse-github-url" : " 1.0.2" ,
5858 "request" : " 2.88.2" ,
59- "tar" : " 6.0.5 " ,
59+ "tar" : " 6.1.13 " ,
6060 "tmp" : " 0.2.1" ,
6161 "yargs" : " 16.2.0"
6262 },
Original file line number Diff line number Diff line change 3232 "devDependencies" : {
3333 "@types/chalk" : " 0.4.31" ,
3434 "@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 " ,
3838 "jest" : " 26.6.3" ,
39- "lint-staged" : " 10.5.3 " ,
39+ "lint-staged" : " 10.5.4 " ,
4040 "rimraf" : " 3.0.2" ,
41- "ts-jest" : " 26.4.4 " ,
41+ "ts-jest" : " 26.5.6 " ,
4242 "ts-node" : " 9.1.1" ,
43- "typescript" : " 4.1.3 " ,
43+ "typescript" : " 4.9.5 " ,
4444 "typescript-eslint-parser" : " 21.0.2"
4545 },
4646 "dependencies" : {
4747 "@graphql-tools/graphql-file-loader" : " 6.2.6" ,
4848 "chalk" : " 2.4.2" ,
49- "chokidar" : " 3.4 .3" ,
50- "debounce" : " 1.2.0 " ,
49+ "chokidar" : " 3.5 .3" ,
50+ "debounce" : " 1.2.1 " ,
5151 "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" ,
5454 "yargs" : " 16.2.0"
5555 },
5656 "jest" : {
Original file line number Diff line number Diff line change 3232 },
3333 "devDependencies" : {
3434 "@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" ,
3737 "jest" : " 26.6.3" ,
3838 "rimraf" : " 3.0.2" ,
39- "ts-jest" : " 26.4.4 " ,
39+ "ts-jest" : " 26.5.6 " ,
4040 "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 "
4343 },
4444 "dependencies" : {
4545 "@graphback/core" : " 1.1.2" ,
Original file line number Diff line number Diff line change 3232 },
3333 "devDependencies" : {
3434 "@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" ,
3838 "jest" : " 26.6.3" ,
3939 "rimraf" : " 3.0.2" ,
40- "ts-jest" : " 26.4.4 " ,
40+ "ts-jest" : " 26.5.6 " ,
4141 "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 "
4444 },
4545 "dependencies" : {
4646 "@graphback/core" : " 1.1.2" ,
4747 "@graphql-tools/utils" : " 7.1.4" ,
48- "graphql-compose" : " 7.23.0 " ,
48+ "graphql-compose" : " 7.25.1 " ,
4949 "graphql-metadata" : " 0.7.6" ,
5050 "pluralize" : " 8.0.0"
5151 },
Original file line number Diff line number Diff line change 2929 },
3030 "devDependencies" : {
3131 "@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" ,
3535 "jest" : " 26.6.3" ,
3636 "rimraf" : " 3.0.2" ,
37- "ts-jest" : " 26.4.4 " ,
37+ "ts-jest" : " 26.5.6 " ,
3838 "ts-node" : " 9.1.1" ,
3939 "tslint" : " 6.1.3" ,
40- "typescript" : " 4.1.3 "
40+ "typescript" : " 4.9.5 "
4141 },
4242 "license" : " Apache-2.0" ,
4343 "publishConfig" : {
4646 "dependencies" : {
4747 "@graphql-tools/merge" : " 6.2.6" ,
4848 "@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 " ,
5555 "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" ,
5959 "pluralize" : " 8.0.0"
6060 },
6161 "peerDependencies" : {
Original file line number Diff line number Diff line change 3232 },
3333 "devDependencies" : {
3434 "@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" ,
3737 "jest" : " 26.6.3" ,
3838 "jest-date-mock" : " 1.0.8" ,
39- "mongodb-memory-server" : " 6.9.2 " ,
39+ "mongodb-memory-server" : " 6.9.6 " ,
4040 "rimraf" : " 3.0.2" ,
41- "ts-jest" : " 26.4.4 " ,
41+ "ts-jest" : " 26.5.6 " ,
4242 "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 "
4545 },
4646 "dependencies" : {
4747 "@graphback/codegen-schema" : " 1.1.2" ,
4848 "@graphback/core" : " 1.1.2" ,
4949 "@graphback/runtime-mongo" : " 1.1.2" ,
5050 "@graphql-tools/utils" : " 7.1.4" ,
5151 "graphback" : " 1.1.2" ,
52- "graphql-compose" : " 7.23.0 " ,
52+ "graphql-compose" : " 7.25.1 " ,
5353 "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" ,
5656 "pluralize" : " 8.0.0"
5757 },
5858 "peerDependencies" : {
Original file line number Diff line number Diff line change 3131 },
3232 "devDependencies" : {
3333 "@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" ,
3636 "jest" : " 26.6.3" ,
3737 "keycloak-connect" : " 11.0.3" ,
38- "keycloak-connect-graphql" : " 0.6.4 " ,
38+ "keycloak-connect-graphql" : " 0.7.0 " ,
3939 "rimraf" : " 3.0.2" ,
40- "ts-jest" : " 26.4.4 " ,
40+ "ts-jest" : " 26.5.6 " ,
4141 "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 "
4444 },
4545 "dependencies" : {
4646 "@graphback/core" : " 1.1.2" ,
47- "graphql-subscriptions" : " 1.1.0 "
47+ "graphql-subscriptions" : " 1.2.1 "
4848 },
4949 "peerDependencies" : {
5050 "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 "
5252 }
5353}
You can’t perform that action at this time.
0 commit comments