Skip to content

Commit

Permalink
fix(deps): update genenv
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent ccf7dbe commit e028d79
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 86 deletions.
6 changes: 3 additions & 3 deletions genenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/genenv",
"version": "0.0.3",
"version": "0.0.4",
"description": "Small CLI to generate typescript file exporting constants from environment variables.",
"bin": {
"genenv": "./bin.js"
Expand All @@ -13,12 +13,12 @@
},
"license": "MIT",
"dependencies": {
"@bpinternal/yargs-extra": "0.0.17",
"@bpinternal/yargs-extra": "0.0.19",
"dotenv": "^16.4.4"
},
"devDependencies": {
"@types/node": "^22.7.5",
"esbuild": "^0.24.0",
"esbuild": "^0.25.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.4",
"vitest": "^2.1.3"
Expand Down
166 changes: 83 additions & 83 deletions genenv/pnpm-lock.yaml

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

0 comments on commit e028d79

Please sign in to comment.