Skip to content

Commit

Permalink
[PLAY-1473] Bump "@types/react-highlight-words" from 0.16.4 to 0.16.5 (
Browse files Browse the repository at this point in the history
…#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 <[email protected]>
  • Loading branch information
kangaree and jasperfurniss authored Aug 30, 2024
1 parent e9cf6df commit 0892e4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion playbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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" "*"

Expand Down

0 comments on commit 0892e4a

Please sign in to comment.