Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
chore: update deps and remove graphql yoga masked errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlatorre committed Jul 1, 2022
1 parent ded1bfd commit d6b7357
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 207 deletions.
174 changes: 87 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fast-app",
"version": "0.3.2",
"version": "0.3.3",
"description": "A cli app to create a new project with a lot of templates",
"type": "module",
"main": "./lib/src/bin.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.1",
"@types/needle": "^2.5.3",
"@types/node": "^17.0.36",
"@types/node": "^18.0.0",
"@types/validate-npm-package-name": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"bob-ts": "^4.0.0",
"esbuild": "^0.14.48",
"eslint": "^8.18.0",
Expand Down
Loading

0 comments on commit d6b7357

Please sign in to comment.