Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-device-detect to v2 #3275

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react": "^16.8.4",
"react-addons-shallow-compare": "^15.6.0",
"react-day-picker": "^7.3.0",
"react-device-detect": "^1.17.0",
"react-device-detect": "^2.0.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.4",
"react-ga": "^2.2.0",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8883,7 +8883,7 @@ __metadata:
react: ^16.8.4
react-addons-shallow-compare: ^15.6.0
react-day-picker: ^7.3.0
react-device-detect: ^1.17.0
react-device-detect: ^2.0.0
react-document-title: ^2.0.3
react-dom: ^16.8.4
react-ga: ^2.2.0
Expand Down Expand Up @@ -10270,15 +10270,15 @@ __metadata:
languageName: node
linkType: hard

"react-device-detect@npm:^1.17.0":
version: 1.17.0
resolution: "react-device-detect@npm:1.17.0"
"react-device-detect@npm:^2.0.0":
version: 2.2.3
resolution: "react-device-detect@npm:2.2.3"
dependencies:
ua-parser-js: ^0.7.24
ua-parser-js: ^1.0.33
peerDependencies:
react: ">= 0.14.0 < 18.0.0"
react-dom: ">= 0.14.0 < 18.0.0"
checksum: bd3583e392af0e807f5329c0763d4f4f15d211363c3cfbb5308221a874faf68a7d7ac339f3c0a4d0c5878e04eaf859e9a7405f2a8ee4a57e739ac7762c1907a1
react: ">= 0.14.0"
react-dom: ">= 0.14.0"
checksum: 42d9b3182b9d2495bf0d7914c9f370da51d8bdb853a3eba2acaf433894ae760386a075ba103185be825b33d42f50d85ef462087f261656d433f4c74dab23861f
languageName: node
linkType: hard

Expand Down Expand Up @@ -12655,7 +12655,7 @@ __metadata:
languageName: node
linkType: hard

"ua-parser-js@npm:^0.7.24, ua-parser-js@npm:^0.7.30":
"ua-parser-js@npm:^0.7.30":
version: 0.7.39
resolution: "ua-parser-js@npm:0.7.39"
bin:
Expand All @@ -12664,6 +12664,15 @@ __metadata:
languageName: node
linkType: hard

"ua-parser-js@npm:^1.0.33":
version: 1.0.39
resolution: "ua-parser-js@npm:1.0.39"
bin:
ua-parser-js: script/cli.js
checksum: 19455df8c2348ef53f2e150e7406d3a025a619c2fd69722a1e63363d5ba8d91731ef7585f2dce7d8f14c8782734b4d704c05f246dca5f7565b5ae7d318084f2a
languageName: node
linkType: hard

"unbox-primitive@npm:^1.0.2":
version: 1.0.2
resolution: "unbox-primitive@npm:1.0.2"
Expand Down
Loading