Skip to content

Commit

Permalink
Update garronej_modules_update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2022
1 parent 8a24e30 commit f128f2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powerhooks",
"version": "0.20.17",
"version": "0.20.18",
"description": "The missing builtins hooks",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"typescript": "^4.6.4"
},
"dependencies": {
"evt": "^2.4.2",
"evt": "^2.4.3",
"memoizee": "^0.4.15",
"resize-observer-polyfill": "^1.5.1",
"tsafe": "^1.0.1"
"tsafe": "^1.1.0"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ event-emitter@^0.3.5:
d "1"
es5-ext "~0.10.14"

evt@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.2.tgz#8f29f53a71609f1f5ad09ba313ad8cc0b9c63077"
integrity sha512-wPGX4eGgxh5NRff+1VkRfdTRaJA5vbr9rC9CRUIgprVDGDFtI0/vF9I0Yp3HAEGuFbUO978QAsaH6lIgpRCFAg==
evt@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.3.tgz#c70dab423135ade17de8152ea988fc8ef81f4513"
integrity sha512-mjvab7nRg3NnioKh9MKs5ajPlBjvrQ+dOTkDPzExpZFnzC9sebVOu7NsRj8xd1WfL02iih1rIYUVz6+Hr2F/Lg==
dependencies:
minimal-polyfills "^2.2.2"
run-exclusive "^2.2.16"
tsafe "^1.0.1"
tsafe "^1.1.0"

ext@^1.1.2:
version "1.6.0"
Expand Down Expand Up @@ -322,10 +322,10 @@ timers-ext@^0.1.7:
es5-ext "~0.10.46"
next-tick "1"

tsafe@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.0.1.tgz#c8c4eb2d75d1478418a4941307c5dd667fd76d23"
integrity sha512-FgJ1a4rE7YbmW5QIzpsfFl4tsAp0x74FH2bVE6qODb2U8jSrwTr5/ckIazeylme5zXndVbtgKm4BZdqmoGhiPw==
tsafe@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.1.0.tgz#3fa2f5a902803fccc8d3a0e28ff8154e0380cffa"
integrity sha512-u+dbgaG/D3ej1AGZYOe6pb7eDLhn+cmuw1Vx2pnj62PklH/yj+RN1DOxe18ncbZSu91IXmE8LrrGbwByNmuGvw==

type@^1.0.1:
version "1.2.0"
Expand Down

0 comments on commit f128f2a

Please sign in to comment.