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 Nov 11, 2024
1 parent 107c302 commit 70728ae
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 243 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.1",
"version": "0.0.2",
"description": "Small CLI to generate typescript file exporting constants from environment variables.",
"bin": {
"genenv": "./bin.js"
Expand All @@ -12,12 +12,12 @@
"test": "vitest run"
},
"dependencies": {
"@bpinternal/yargs-extra": "0.0.14",
"@bpinternal/yargs-extra": "0.0.16",
"dotenv": "^16.4.4"
},
"devDependencies": {
"@types/node": "^22.7.5",
"esbuild": "^0.16.12",
"esbuild": "^0.24.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.4",
"vitest": "^2.1.3"
Expand Down
Loading

0 comments on commit 70728ae

Please sign in to comment.