PR-377800: fix npx and updating packages.

This commit is contained in:
2022-08-06 01:31:57 +00:00
parent 45aa23cf91
commit 0738e01924
3 changed files with 74 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.1.1",
"version": "1.1.2",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -53,7 +53,7 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.3",
"@types/node": "^18.6.4",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",