Updating packages and Readme file.

This commit is contained in:
2022-05-26 13:15:12 +00:00
parent 45ca8c6aa4
commit 45763ff6e6
4 changed files with 19 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -39,7 +39,7 @@
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-graphql": "^0.12.0",
"graphql": "^15.8.0",
"graphql": "^16.5.0",
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^8.2.11",
"graphql-ws": "^5.8.2",