Skip to content

Commit

Permalink
Bump react-device-detect from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [react-device-detect](https://github.com/duskload/react-device-detect) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/duskload/react-device-detect/releases)
- [Commits](duskload/react-device-detect@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: react-device-detect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Oct 26, 2021
1 parent 450bcd9 commit 749eaa0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/sx-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"focus-trap-react": "^8.8.2",
"prop-types": "^15.7.2",
"react-blurhash": "^0.1.3",
"react-device-detect": "^2.1.1",
"react-device-detect": "^2.1.2",
"react-table": "^7.7.0"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15590,12 +15590,12 @@ react-dev-utils@^11.0.1, react-dev-utils@^11.0.3:
strip-ansi "6.0.0"
text-table "0.2.0"

react-device-detect@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/react-device-detect/-/react-device-detect-2.1.1.tgz#e3a055a36be74d10a87a28182358209f701dbe6b"
integrity sha512-F0pYqYlo0/O5RmahZ1io3NHWd1ckr8THiiz/ItCW+ikh3TaKKCT2Rpk/NVKkSGnartzdkgOpcNKGDgO2JxdZvw==
react-device-detect@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/react-device-detect/-/react-device-detect-2.1.2.tgz#60abb6fa361ec4cc839469a0c4c3e9b8ea17d6b5"
integrity sha512-N42xttwez3ECgu4KpOL2ICesdfoz8NCBfmc1rH9FRYSjH7NmMyANPSrQ3EvAtJyj/6TzJNhrANSO38iXjCB2Ug==
dependencies:
ua-parser-js "0.7.28"
ua-parser-js "^0.7.30"

react-docgen-typescript@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -18302,10 +18302,10 @@ typical@^4.0.0:
resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4"
integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==

ua-parser-js@0.7.28, ua-parser-js@^0.7.18:
version "0.7.28"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==
ua-parser-js@^0.7.18, ua-parser-js@^0.7.30:
version "0.7.30"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.30.tgz#4cf5170e8b55ac553fe8b38df3a82f0669671f0b"
integrity sha512-uXEtSresNUlXQ1QL4/3dQORcGv7+J2ookOG2ybA/ga9+HYEXueT2o+8dUJQkpedsyTyCJ6jCCirRcKtdtx1kbg==

unbox-primitive@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 749eaa0

Please sign in to comment.