Skip to content

Commit

Permalink
chore: use pnpm@10.4.0, remove tsx from example
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Feb 14, 2025
1 parent c636fc4 commit 6ce00ef
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
3 changes: 1 addition & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"devDependencies": {
"@k8skonf/cli": "workspace:*",
"@k8skonf/core": "workspace:*",
"tsx": "4.19.2"
"@k8skonf/core": "workspace:*"
}
}
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@
"@types/node": "22.13.2",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.3.0",
"packageManager": "pnpm@10.4.0",
"engines": {
"node": ">=20.18",
"pnpm": ">=10"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@nestjs/core"
],
"onlyBuiltDependencies": [
"@biomejs/biome",
"@openapitools/openapi-generator-cli",
"esbuild"
]
}
}
27 changes: 12 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 6ce00ef

Please sign in to comment.