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 18, 2024
1 parent 92615a1 commit 3bd18a9
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 101 deletions.
4 changes: 2 additions & 2 deletions genenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/genenv",
"version": "0.0.2",
"version": "0.0.3",
"description": "Small CLI to generate typescript file exporting constants from environment variables.",
"bin": {
"genenv": "./bin.js"
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@bpinternal/yargs-extra": "0.0.16",
"@bpinternal/yargs-extra": "0.0.17",
"dotenv": "^16.4.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3bd18a9

Please sign in to comment.