Skip to content

Commit

Permalink
Merge pull request #65 from osstotalsoft/feature/UpgradePackagesToLTS
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
DCosti authored Jan 20, 2022
2 parents c59c63b + 034bed8 commit 65bc02c
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions generators/app/templates/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,53 +25,53 @@
"license": "ISC",
"dependencies": {
"@graphql-tools/graphql-file-loader": "^7.3.3",
"@graphql-tools/load": "^7.5.0",
"@graphql-tools/load": "^7.5.1",
"@graphql-tools/schema": "^8.3.1",
"@koa/router": "^10.1.1",
<%_ if(dataLayer === "prisma") {_%>
"@prisma/client": "^3.6.0",
"prisma": "^3.6.0",
"@prisma/client": "^3.8.1",
"prisma": "^3.8.1",
<%_} else if(dataLayer === "knex") { _%>
<%_ if(withMultiTenancy) {_%>
"@totalsoft/knex-filters": "^2.0.0",
"@totalsoft/knex-filters": "^2.4.0",
<%_}_%>
"dataloader": "^2.0.0",
"datasource-sql": "^1.4.1",
"knex": "^0.21.19",
"datasource-sql": "^1.6.0",
"knex": "^0.95.0",
"knex-tiny-logger": "^2.1.0",
"mssql": "^6.2.0",
"mssql": "^7.3.0",
<%_}_%>
<%_ if(addMessaging || (dataLayer === "knex" && withMultiTenancy && addSubscriptions)) {_%>
"@totalsoft/message-bus": "^2.1.0",
"@totalsoft/messaging-host": "^2.1.0",
"@totalsoft/message-bus": "^2.3.0",
"@totalsoft/messaging-host": "^2.3.0",
<%_}_%>
"apollo-datasource": "^3.3.0",
"apollo-datasource-rest": "^3.4.0",
"apollo-server": "3.5.0",
"apollo-server-koa": "3.5.0",
"apollo-datasource": "^3.3.1",
"apollo-datasource-rest": "^3.5.1",
"apollo-server": "3.6.2",
"apollo-server-koa": "3.6.2",
"async-mutex": "^0.3.2",
"bluebird": "3.7.2",
"bufferutil": "^4.0.5",
"bufferutil": "^4.0.6",
"colors": "^1.4.0",
"console-stamp": "^3.0.3",
"dotenv": "10.0.0",
"dotenv": "14.2.0",
"get-stream": "^6.0.1",
"graphql": "15.8.0",
"graphql-middleware": "^6.1.13",
<%_ if(addSubscriptions){ _%>
"graphql-redis-subscriptions": "^2.4.0",
"graphql-subscriptions": "^1.2.1",
"ioredis": "^4.27.6",
"subscriptions-transport-ws": "^0.9.19",
"graphql-redis-subscriptions": "^2.4.2",
"graphql-subscriptions": "^2.0.0",
"ioredis": "^4.28.3",
"subscriptions-transport-ws": "^0.11.0",
<%_}_%>
"graphql-shield": "^7.5.0",
"graphql-tools": "^8.2.0",
"graphql-upload": "^13.0.0",
"humps": "^2.0.1",
<%_ if(addTracing){ _%>
"jaeger-client": "^3.18.1",
"opentracing": "^0.14.5",
"apollo-opentracing": "^2.1.0",
"jaeger-client": "^3.19.0",
"opentracing": "^0.14.7",
"apollo-opentracing": "^2.1.72",
<%_}_%>
"jsonwebtoken": "8.5.1",
"jwks-rsa": "^2.0.5",
Expand All @@ -82,24 +82,24 @@
"mime-types": "^2.1.34",
"node-nats-streaming": "0.3.2",
"path": "^0.12.7",
"pino": "^7.5.1",
"ramda": "^0.27.1",
"pino": "^7.6.3",
"ramda": "^0.28.0",
"tedious": "^14.0.0",
"utf-8-validate": "^5.0.7",
"utf-8-validate": "^5.0.8",
"utf8-bytes": "0.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"cross-env": "7.0.3",
"easygraphql-tester": "^6.0.1",
"eslint": "^8.4.1",
"eslint-plugin-jest": "^25.3.0",
"eslint": "^8.7.0",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-node": "^11.1.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest": "^27.4.7",
"jest-extended": "^1.2.0",
"jest-junit": "^13.0.0",
"lint-staged": "^12.1.2",
"lint-staged": "^12.2.1",
"nodemon": "^2.0.15",
"prettier": "^2.5.1"
},
Expand Down

0 comments on commit 65bc02c

Please sign in to comment.