From 0892e4a819d86912254bc12ab9c526e27e1cf50e Mon Sep 17 00:00:00 2001 From: Gary Kang <42440452+kangaree@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:05:19 -0400 Subject: [PATCH] [PLAY-1473] Bump "@types/react-highlight-words" from 0.16.4 to 0.16.5 (#3597) **What does this PR do?** Bump "@types/react-highlight-words" from 0.16.4 to 0.16.5 **How to test?** Go through components and make sure nothing has regressed. #### Checklist: - [x] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [x] **DEPLOY** I have added the `milano` label to show I'm ready for a review. Co-authored-by: Jasper Furniss --- playbook/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbook/package.json b/playbook/package.json index b2ba407736..d7fa096e82 100644 --- a/playbook/package.json +++ b/playbook/package.json @@ -59,7 +59,7 @@ "@types/lodash-es": "4.17.12", "@types/react": "17.0.54", "@types/react-dom": "^18.0.11", - "@types/react-highlight-words": "^0.16.4", + "@types/react-highlight-words": "^0.16.5", "@types/react-modal": "3.13.1", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", diff --git a/yarn.lock b/yarn.lock index c1d3e98d4c..73eaed4a8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3925,10 +3925,10 @@ dependencies: "@types/react" "*" -"@types/react-highlight-words@^0.16.4": - version "0.16.4" - resolved "https://npm.powerapp.cloud/@types/react-highlight-words/-/react-highlight-words-0.16.4.tgz#441b6f05c27ce6ab76833803a84bc385f0a1e8f2" - integrity sha512-KITBX3xzheQLu2s3bUgLmRE7ekmhc52zRjRTwkKayQARh30L4fjEGzGm7ULK9TuX2LgxWWavZqyQGDGjAHbL3w== +"@types/react-highlight-words@^0.16.5": + version "0.16.7" + resolved "https://npm.powerapp.cloud/@types/react-highlight-words/-/react-highlight-words-0.16.7.tgz#82fdd2d2abe4c4a5c0da44be749660f6ec42f0c2" + integrity sha512-+upXTIaRd3rGvh1aDQSs9z5X+sV3UM6Jrmjk03GN2GXl4v/+iOJKQj2LZHo6Vp2IoTvMdtxgME26feqo12xXLg== dependencies: "@types/react" "*"