Skip to content

Commit

Permalink
update ua-parser-js to 0.7.30 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Laktionov committed Oct 25, 2021
1 parent 73391a1 commit e24ad61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-device-detect",
"version": "2.1.1",
"version": "2.1.2",
"description": "Detect device type and render your component according to it",
"main": "dist/lib.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -62,6 +62,6 @@
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"ua-parser-js": "0.7.28"
"ua-parser-js": "^0.7.30"
}
}

0 comments on commit e24ad61

Please sign in to comment.