Skip to content

Commit

Permalink
STCOM-1343 bump stripes-react-hotkeys for compatibility (#2380)
Browse files Browse the repository at this point in the history
Bump `stripes-react-hotkeys` to `v3.2.1` for compatibility with the
changes it made in STCOM-1285 to maintain compatibility.

Refs STCOM-1343

(cherry picked from commit 70b9605)
  • Loading branch information
zburke committed Oct 30, 2024
1 parent df6dfe2 commit 50fb70f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for stripes-components

## 12.2.2

* Bump `stripes-react-hotkeys` to `v3.2.0` for compatibility with `findDOMNode()` changes. STCOM-1343.

## [12.2.1](https://github.com/folio-org/stripes-components/tree/v12.2.1) (2024-10-30)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.0...v12.2.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"@csstools/postcss-global-data": "^2.1.1",
"@folio/stripes-react-hotkeys": "^3.1.0",
"@folio/stripes-react-hotkeys": "^3.2.1",
"classnames": "^2.2.5",
"currency-codes": "^2.1.0",
"dayjs": "^1.11.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2325,10 +2325,10 @@
webpack-bundle-analyzer "^4.4.2"
yargs "^17.3.1"

"@folio/stripes-react-hotkeys@^3.1.0":
version "3.1.10990000000033"
resolved "https://repository.folio.org/repository/npm-folioci/@folio/stripes-react-hotkeys/-/stripes-react-hotkeys-3.1.10990000000033.tgz#ca5e58a89cf9dbd1d9b5c1b7e5daf9c635289dc0"
integrity sha512-IyMnHi0WJqdWQaNiNF/O+HtilF/OrIFdC58Ru539SnTFgfE1kMODmCAKKStfNravjGpazZrF7puJTSCP/X5sig==
"@folio/stripes-react-hotkeys@^3.2.1":
version "3.2.10990000000048"
resolved "https://repository.folio.org/repository/npm-folioci/@folio/stripes-react-hotkeys/-/stripes-react-hotkeys-3.2.10990000000048.tgz#18b16fffbf9bbc278034308c667aff17a8b52291"
integrity sha512-XlYtrDhfxyGT6loiBLSaypld13mO2npsxDkr1JklltyczTU/krRQmmFj659N/Ck1s6sS2eBZc3hMx1WX9DKMQQ==
dependencies:
core-js "^3.0.0"
keyboardjs "~2.5.1"
Expand Down

0 comments on commit 50fb70f

Please sign in to comment.