Skip to content

Commit

Permalink
fix(create-app): add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Jan 18, 2024
1 parent 0f8efec commit f5f22ef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 25 deletions.
7 changes: 5 additions & 2 deletions libs/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@fal-ai/create-app",
"version": "0.1.0",
"version": "0.1.3",
"description": "The fal app generator.",
"type": "module",
"license": "MIT",
"main": "src/index.js",
"bin": "src/index.js",
"keywords": [
"fal",
"next",
Expand All @@ -20,8 +21,10 @@
"@inquirer/prompts": "^3.3.0",
"@inquirer/select": "^1.3.1",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"execa": "^8.0.1",
"open": "^10.0.3",
"ora": "^8.0.1"
"ora": "^8.0.1",
"tslib": "^2.3.0"
}
}
37 changes: 14 additions & 23 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"chalk": "^5.3.0",
"change-case": "^4.1.2",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
Expand Down

0 comments on commit f5f22ef

Please sign in to comment.