Skip to content

Commit

Permalink
Update dependency evt to ^2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 3, 2022
1 parent 3c79489 commit ad0ba07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onyxia-ui",
"version": "0.46.20",
"version": "0.46.21",
"description": "A uli toolkit, like material-ui but with stronger typing and more opinionated",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@mui/icons-material": "^5.10.3",
"color": "3.1.3",
"evt": "^2.4.0",
"evt": "^2.4.1",
"material-design-icons": "^3.0.1",
"memoizee": "^0.4.15",
"minimal-polyfills": "^2.2.2",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7246,6 +7246,15 @@ evt@^2.4.0:
run-exclusive "^2.2.16"
tsafe "^1.0.1"

evt@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.1.tgz#68beca2f7bd7eb755fdda5b263a80b934100e046"
integrity sha512-eo7sZcfDbiVWD5Aw6STkIEMmchYLdeGnJB6tVaM9AXZc7pViin3PmQhb6fgFIFHfl0re9zSEHtSjyu70Y7dRJg==
dependencies:
minimal-polyfills "^2.2.2"
run-exclusive "^2.2.16"
tsafe "^1.0.1"

exec-sh@^0.3.2:
version "0.3.6"
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc"
Expand Down

0 comments on commit ad0ba07

Please sign in to comment.