Skip to content

Commit

Permalink
fix: fix dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfreund committed Dec 30, 2024
1 parent d31904d commit d1949da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"biem": "dist/index.js"
},
"dependencies": {
"@biem/template-utils": "^1.2.3",
"@inquirer/prompts": "^7.2.0",
"commander": "^12.1.0",
"cpx2": "^8.0.0",
"ora": "^8.1.1"
},
"devDependencies": {
"@biem/eslint-config": "^2.1.5",
"@biem/template-utils": "^1.2.3",
"@types/node": "^20.12.0",
"eslint": "^9.17.0",
"nodemon": "^3.1.9",
Expand Down

0 comments on commit d1949da

Please sign in to comment.