Skip to content

Commit

Permalink
Update dependency evt to ^2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 8, 2024
1 parent e675f87 commit 96547a3
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.5",
"version": "1.0.6",
"description": "Some generic React hooks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"evt": "^2.5.3",
"evt": "^2.5.5",
"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.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.3.tgz#eda564afdda6dfe1da687bb54933706af3f844d6"
integrity sha512-wZKx0JgXaTOVOXI2saNVxINU6VToOHDowMwb3NRcU6l+C59eW3w9dZgNxjokiM8rvMgc7/11yFG0cSDxn4qxgA==
evt@^2.5.5:
version "2.5.5"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.5.5.tgz#b8ade62a1e7da6235efd270db0fd4b32011aec4b"
integrity sha512-/+M8uOHyk7iWykg4ssPmv96fUBWymq6OBjNTOVv03LXzdlpmxg+q48Nf6XUQY3tOYeigQcFV41tURLpO90bs0A==
dependencies:
minimal-polyfills "^2.2.3"
run-exclusive "^2.2.19"
Expand Down

0 comments on commit 96547a3

Please sign in to comment.