Skip to content

Commit

Permalink
Update dependency evt to ^2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent 96547a3 commit 025b831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "powerhooks",
"version": "1.0.6",
"version": "1.0.7",
"description": "Some generic React hooks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"evt": "^2.5.5",
"evt": "^2.5.6",
"memoizee": "^0.4.15",
"tsafe": "^1.6.5"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -158,10 +158,10 @@ event-emitter@^0.3.5:
d "1"
es5-ext "~0.10.14"

evt@^2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.5.tgz#b8ade62a1e7da6235efd270db0fd4b32011aec4b"
integrity sha512-/+M8uOHyk7iWykg4ssPmv96fUBWymq6OBjNTOVv03LXzdlpmxg+q48Nf6XUQY3tOYeigQcFV41tURLpO90bs0A==
evt@^2.5.6:
version "2.5.6"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.6.tgz#292a99d00d81fa04f659f72d8e24ebe7818f1cdb"
integrity sha512-8wxqQ5HQWn+C2RghLL07Q4mPqOqixNnKl3lEajx7hRth+/OqyZ7wfr9smASgG3yB7UUOqcpTKYBCEXzBa/1hPw==
dependencies:
minimal-polyfills "^2.2.3"
run-exclusive "^2.2.19"
Expand Down

0 comments on commit 025b831

Please sign in to comment.