Skip to content

Commit

Permalink
Bump react-hot-keys from 2.5.2 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [react-hot-keys](https://github.com/jaywcjlove/react-hotkeys) from 2.5.2 to 2.6.0.
- [Release notes](https://github.com/jaywcjlove/react-hotkeys/releases)
- [Commits](jaywcjlove/react-hotkeys@v2.5.2...v2.6.0)

---
updated-dependencies:
- dependency-name: react-hot-keys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Archaeopteryx committed Jan 28, 2025
1 parent 5208c24 commit 3a9e4f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-highlight-words": "0.20.0",
"react-hot-keys": "2.5.2",
"react-hot-keys": "2.6.0",
"react-hot-loader": "4.13.1",
"react-lazylog": "4.5.3",
"react-linkify": "0.2.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6136,10 +6136,10 @@ homedir-polyfill@^1.0.0:
dependencies:
parse-passwd "^1.0.0"

hotkeys-js@^3.7.5:
version "3.8.7"
resolved "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.8.7.tgz"
integrity sha512-ckAx3EkUr5XjDwjEHDorHxRO2Kb7z6Z2Sxul4MbBkN8Nho7XDslQsgMJT+CiJ5Z4TgRxxvKHEpuLE3imzqy4Lg==
hotkeys-js@^3.8.1:
version "3.13.9"
resolved "https://registry.yarnpkg.com/hotkeys-js/-/hotkeys-js-3.13.9.tgz#e2f976dddfa695a4a40ee60d7888e3cf7637a77a"
integrity sha512-3TRCj9u9KUH6cKo25w4KIdBfdBfNRjfUwrljCLDC2XhmPDG0SjAZFcFZekpUZFmXzfYoGhFDcdx2gX/vUVtztQ==

hpack.js@^2.1.6:
version "2.1.6"
Expand Down Expand Up @@ -9421,13 +9421,13 @@ [email protected]:
memoize-one "^4.0.0"
prop-types "^15.5.8"

react-hot-keys@2.5.2:
version "2.5.2"
resolved "https://registry.npmjs.org/react-hot-keys/-/react-hot-keys-2.5.2.tgz"
integrity sha512-JnCDS/qtAOdjr1x+dWr/wbCgWGN7SrnKbqpk5+Y6iftrsMSrKcIWu3YaQrFnb7b5Sh5poc7vKZICV6zNYX+/Ow==
react-hot-keys@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/react-hot-keys/-/react-hot-keys-2.6.0.tgz#9c360d45d4d45a0cde35c59eb05335230f8e9f37"
integrity sha512-q7UKLGxZyWhIeyNp4TIp5ardcIF5lPeS8Lmh5gTKH+4IOQDrfMkyvAoz1XFYKR2UDc4GW9sEDrzVrqVZu/HrAw==
dependencies:
"@babel/runtime" "^7.8.4"
hotkeys-js "^3.7.5"
hotkeys-js "^3.8.1"
prop-types "^15.7.2"

[email protected]:
Expand Down

0 comments on commit 3a9e4f1

Please sign in to comment.