Skip to content

Commit

Permalink
chore: update dotenv-safe types
Browse files Browse the repository at this point in the history
  • Loading branch information
domihustinova committed Jul 30, 2024
1 parent c5da27c commit 670e48d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/dedent": "^0.7.0",
"@types/dotenv-safe": "^8.1.2",
"@types/dotenv-safe": "^8.1.6",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.194",
"@types/pngjs": "^6.0.2",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5798,11 +5798,12 @@
resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.9.tgz#d86a5f452a15e3e3113b99e39616a9baa0f9863f"
integrity sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==

"@types/dotenv-safe@^8.1.2":
version "8.1.2"
resolved "https://registry.npmjs.org/@types/dotenv-safe/-/dotenv-safe-8.1.2.tgz"
integrity sha512-R/B/wIMda6lRE2P1H0vwSoJsV78IOkhccE4vIvmKZQNXOIjiU0QyJsUXwSotBxOPZFZ/oOnjCa3+kK5kVJwGyw==
"@types/dotenv-safe@^8.1.6":
version "8.1.6"
resolved "https://registry.yarnpkg.com/@types/dotenv-safe/-/dotenv-safe-8.1.6.tgz#256e4af77e1f1371dccc31688b1b6d40e2672dea"
integrity sha512-ftZXu3WGT6ALq+f98IX2gWriGMPds+0ku5h8kZewNpY47ua+Z+XNcin9apZ2kVd4B9LV1vMfUOyDf1/hhreR0Q==
dependencies:
"@types/node" "*"
dotenv "^8.2.0"

"@types/emscripten@^1.39.6":
Expand Down

0 comments on commit 670e48d

Please sign in to comment.