Skip to content

Commit

Permalink
chore!: change all dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Oct 18, 2024
1 parent a47afd6 commit 9f92be7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 44 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,22 @@
"bumplog": "changelogen --bump",
"test": "jest --coverage"
},
"dependencies": {
"@noble/hashes": "^1.5.0",
"axios": "^1.7.7",
"consola": "^3.2.3",
"date-fns": "^4.1.0",
"decimal.js": "^10.4.3",
"millify": "^6.1.0",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0"
},
"devDependencies": {
"@kikiutils/changelogen": "^0.6.0",
"@kikiutils/prettierrc": "^1.3.2",
"@kikiutils/tsconfigs": "^3.0.1",
"@noble/hashes": "^1.5.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"axios": "^1.7.7",
"consola": "^3.2.3",
"date-fns": "^4.1.0",
"decimal.js": "^10.4.3",
"hono": "^4.6.5",
"jest": "^29.7.0",
"millify": "^6.1.0",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"ts-jest": "^29.2.5",
"ts-project-builder": "3.2.2",
"tslib": "^2.8.0"
Expand Down
45 changes: 22 additions & 23 deletions pnpm-lock.yaml

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

12 changes: 1 addition & 11 deletions ts-project-builder.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
import { defineConfig } from 'ts-project-builder';

export default defineConfig({
builtInInputPluginOptions: {
nodeExternal: {
include: [
'hono/hono-base',
'hono/logger',
'hono/types'
]
}
}
});
export default defineConfig({ builtInInputPluginOptions: { nodeExternal: { devDeps: true } } });

0 comments on commit 9f92be7

Please sign in to comment.