Skip to content

Commit

Permalink
Merge pull request #4 from ghostdevv/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored Dec 7, 2022
2 parents 749616b + 5df980a commit 98b5ccd
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 365 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-routify",
"version": "1.3.1",
"version": "1.3.2",
"description": "A powerful cli for super-powering your routify development experience",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -32,15 +32,15 @@
"url": "https://github.com/roxiness/create-routify/issues"
},
"dependencies": {
"kleur": "^4.1.4",
"kleur": "^4.1.5",
"log-symbols": "^5.1.0",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"prompts": "^2.4.2",
"simple-git": "^3.7.1",
"update-notifier": "^5.1.0"
"simple-git": "^3.15.1",
"update-notifier": "^6.0.2"
},
"devDependencies": {
"@types/prompts": "^2.0.14",
"@types/update-notifier": "^5.1.0"
"@types/prompts": "^2.4.2",
"@types/update-notifier": "^6.0.1"
}
}
Loading

0 comments on commit 98b5ccd

Please sign in to comment.