Skip to content

Commit

Permalink
Fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Feb 26, 2024
1 parent ac429d5 commit bd371d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
13 changes: 7 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,9 @@
"boxen": "4.2.0",
"dayjs": "1.11.10",
"envfile": "7.0.0",
"execa": "5.1.1",
"fs-extra": "11.2.0",
"joi": "17.11.0",
"kleur": "4.1.5",
"prompts": "2.4.2",
"tmp": "0.2.1",
"uvu": "^0.5.6"
"kleur": "4.1.5"
},
"devDependencies": {
"@mainsail/test-framework": "workspace:*",
Expand All @@ -52,7 +48,12 @@
"@types/fs-extra": "11.0.4",
"@types/prompts": "2.4.9",
"@types/tmp": "0.2.6",
"cross-env": "7.0.3"
"env-paths": "2.2.1",
"cross-env": "7.0.3",
"execa": "5.1.1",
"prompts": "2.4.2",
"tmp": "0.2.1",
"uvu": "^0.5.6"
},
"peerDependencies": {
"pm2": "^5.3.0"
Expand Down
28 changes: 15 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit bd371d9

Please sign in to comment.