Skip to content

Commit

Permalink
removed useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora committed Dec 6, 2022
1 parent da5cde0 commit eb6f816
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@
"@types/lodash": "4.14.189",
"concurrently": "7.6.0",
"nodemon": "2.0.20",
"typescript": "4.9.3"
},
"dependencies": {
"typescript": "4.9.3",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.9",
"@types/prettier": "^2.7.1",
"@types/prettier": "^2.7.1"
},
"dependencies": {
"chalk": "3.0.0",
"inquirer": "8.0.0",
"lodash": "4.17.21",
"pocketbase-to-types": "^1.0.0",
"prettier": "^2.8.0"
}
}

0 comments on commit eb6f816

Please sign in to comment.