PR-257071: updating packages and using only one workflow in github actions.

This commit is contained in:
2023-11-10 17:53:17 +00:00
parent 7de0026c4d
commit 95174fd166
5 changed files with 695 additions and 672 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.5.9",
"version": "1.5.10",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -53,9 +53,9 @@
"ws": "^8.14.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.6",