Skip to content

Commit

Permalink
chore: remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 31, 2024
1 parent 1c63fc3 commit 967fe93
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineBuildConfig } from 'unbuild'
export default defineBuildConfig({
declaration: true,
entries: ['./src/index'],
externals: ['consola', 'pathe'],
externals: ['pathe'],
failOnWarn: false,
})
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@inquirer/prompts": "^6.0.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"ofetch": "^1.4.0",
"storyblok-js-client": "^6.9.2"
Expand All @@ -46,6 +46,7 @@
"@types/inquirer": "^9.0.7",
"@types/node": "^22.5.4",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.4",
"eslint": "^9.10.0",
"memfs": "^4.11.2",
"msw": "^2.4.11",
Expand Down
121 changes: 106 additions & 15 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 967fe93

Please sign in to comment.