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

Commit

Permalink
chore: update @types/node dep
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlatorre committed May 15, 2022
1 parent dc21445 commit 5924a8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fast-app",
"version": "0.2.0",
"version": "0.2.1",
"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,7 +33,7 @@
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.1",
"@types/needle": "^2.5.3",
"@types/node": "^17.0.31",
"@types/node": "^17.0.33",
"@types/validate-npm-package-name": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
Expand Down

0 comments on commit 5924a8a

Please sign in to comment.