Skip to content

Commit

Permalink
fix: update popperjs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlindsey committed Jan 31, 2024
1 parent 53d455d commit 1ccb6be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-kangaroos-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@knocklabs/react": patch
---

fix: update popperjs dependency
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"dependencies": {
"@knocklabs/client": "*",
"@knocklabs/react-core": "*",
"@popperjs/core": "^2.11.8",
"lodash.debounce": "^4.0.8",
"react-popper": "^2.3.0",
"react-popper-tooltip": "^4.4.2"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3678,7 +3678,7 @@
"@pnpm/network.ca-file" "^1.0.1"
config-chain "^1.1.11"

"@popperjs/core@^2.11.5", "@popperjs/core@^2.9.3":
"@popperjs/core@^2.11.5", "@popperjs/core@^2.11.8", "@popperjs/core@^2.9.3":
version "2.11.8"
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
Expand Down

0 comments on commit 1ccb6be

Please sign in to comment.