Skip to content

Commit

Permalink
Merge pull request #479 from myrotvorets/envalid-8
Browse files Browse the repository at this point in the history
Add support for envalid 8
  • Loading branch information
myrotvorets-team authored Sep 20, 2023
2 parents 12c88f9 + 4d970dc commit f5dad4f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 70 deletions.
122 changes: 54 additions & 68 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"devDependencies": {
"@myrotvorets/eslint-config-myrotvorets-ts": "^2.2.5",
"@types/node": ">= 16",
"envalid": "^7.0.0",
"envalid": "^8.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"envalid": "^6.0.0 || ^7.0.0"
"envalid": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f5dad4f

Please sign in to comment.