mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-29 09:18:24 -06:00
PR-960099: updating packages.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aleleba/create-node-ts-graphql-server",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "Node with Typescript and GraphQL Server",
|
||||
"bin": "./bin/cli.js",
|
||||
"main": "index.js",
|
||||
@ -32,7 +32,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
|
||||
"dependencies": {
|
||||
"@graphql-tools/schema": "^8.5.1",
|
||||
"@graphql-tools/schema": "^9.0.0",
|
||||
"body-parser": "^1.20.0",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cors": "^2.8.5",
|
||||
@ -42,8 +42,8 @@
|
||||
"graphql": "^16.5.0",
|
||||
"graphql-playground-middleware-express": "^1.7.23",
|
||||
"graphql-subscriptions": "^2.0.0",
|
||||
"graphql-tools": "^8.3.1",
|
||||
"graphql-ws": "^5.9.1",
|
||||
"graphql-tools": "^8.3.2",
|
||||
"graphql-ws": "^5.10.0",
|
||||
"web-push": "^3.5.0",
|
||||
"ws": "^8.8.1"
|
||||
},
|
||||
|
Reference in New Issue
Block a user