Skip to content

Commit

Permalink
Pin focus-trap-react@8.7.1 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx authored and Moshe Hay Boker committed Oct 24, 2021
1 parent 24b2fe5 commit 92df956
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .changeset/four-phones-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@theguild/components': patch
'the-guild-components': patch
---

Fix: pin focus-trap-react@8.7.1
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"algoliasearch": "^4.9.1",
"core-js": "^3.14.0",
"focus-trap-react": "^8.5.0",
"focus-trap-react": "8.7.1",
"polished": "^4.1.3",
"react-instantsearch-dom": "^6.11.0",
"react-paginate": "^7.1.3",
Expand All @@ -31,4 +31,4 @@
"publishConfig": {
"access": "public"
}
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7430,19 +7430,19 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

focus-trap-react@^8.5.0:
version "8.5.0"
resolved "https://registry.yarnpkg.com/focus-trap-react/-/focus-trap-react-8.5.0.tgz#c4d08609ed1da0976b856519fd2c97760524474c"
integrity sha512-YnQ3PtoszlXqHQQIYCnnTbWsXa6daEACXg9KkFvv357PkJUVp347G9L+e9WJwj2KgSIX+pTDcZFx+f7azo8dhw==
focus-trap-react@8.7.1:
version "8.7.1"
resolved "https://registry.yarnpkg.com/focus-trap-react/-/focus-trap-react-8.7.1.tgz#a9e4dc866db5e6794bdb751cad9ddc8989598ec5"
integrity sha512-1bCCtdZXSzYVrMEcvHfHq+706OSM5r3iZsBFXy9zbnf3+5dyCFiEVWix7Sf6jUaOgshjpyDvZHiBhSlcsO9k3A==
dependencies:
focus-trap "^6.4.0"
focus-trap "^6.6.1"

focus-trap@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.4.0.tgz#e9951484fddf933d9b9b0e95b499f9420f6a54d6"
integrity sha512-RpH291GjfNhy1ek+Iwe00oCaqJN0sBaB+S/v7BpCIldf39IslPI7657nOZ6HwgoEHpjCmUJoAY+Mfgrm0rohvQ==
focus-trap@^6.6.1:
version "6.7.1"
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.7.1.tgz#d474f86dbaf3c7fbf0d53cf0b12295f4f4068d10"
integrity sha512-a6czHbT9twVpy2RpkWQA9vIgwQgB9Nx1PIxNNUxQT4nugG/3QibwxO+tWTh9i+zSY2SFiX4pnYhTaFaQF/6ZAg==
dependencies:
tabbable "^5.2.0"
tabbable "^5.2.1"

for-in@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -12666,10 +12666,10 @@ symbol.prototype.description@^1.0.0:
has-symbols "^1.0.1"
object.getownpropertydescriptors "^2.1.2"

tabbable@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.2.0.tgz#4fba60991d8bb89d06e5d9455c92b453acf88fb2"
integrity sha512-0uyt8wbP0P3T4rrsfYg/5Rg3cIJ8Shl1RJ54QMqYxm1TLdWqJD1u6+RQjr2Lor3wmfT7JRHkirIwy99ydBsyPg==
tabbable@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.2.1.tgz#e3fda7367ddbb172dcda9f871c0fdb36d1c4cd9c"
integrity sha512-40pEZ2mhjaZzK0BnI+QGNjJO8UYx9pP5v7BGe17SORTO0OEuuaAwQTkAp8whcZvqon44wKFOikD+Al11K3JICQ==

table@^6.0.9:
version "6.7.1"
Expand Down

0 comments on commit 92df956

Please sign in to comment.