Skip to content

Commit

Permalink
feat(custom): add feature to autodetect package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur-arch committed Dec 26, 2024
1 parent 5b68a3a commit 524dba9
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 211 deletions.
237 changes: 179 additions & 58 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
"dependencies": {
"@nuxt/devtools-kit": "^1.3.3",
"@nuxt/kit": "^3.11.2",
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.1.0",
"chalk": "^5.3.0",
"defu": "^6.1.4",
"execa": "^8.0.1",
"nypm": "^0.4.1",
"pathe": "^1.1.2",
"prompts": "^2.4.2"
},
Expand All @@ -65,7 +66,7 @@
"inquirer": "^9.3.7",
"nuxt": "^3.11.2",
"prettier": "3.2.5",
"prisma": "^5.22.0",
"prisma": "^6.1.0",
"semantic-release": "^24.2.0",
"vitest": "^1.2.2"
},
Expand Down
Loading

0 comments on commit 524dba9

Please sign in to comment.