Skip to content

Commit

Permalink
make ua-parser-js non-updatable due to ua-parser-js library hijacking
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Laktionov committed Oct 22, 2021
1 parent ebd50cd commit 73391a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.0.1",
"version": "2.1.1",
"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.28"
}
}

0 comments on commit 73391a1

Please sign in to comment.