mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-29 09:18:24 -06:00
PR-257071: updating packages and using only one workflow in github actions.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user