Skip to content

Commit 73391a1

Browse files
author
Michael Laktionov
committed
make ua-parser-js non-updatable due to ua-parser-js library hijacking
1 parent ebd50cd commit 73391a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-device-detect",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"description": "Detect device type and render your component according to it",
55
"main": "dist/lib.js",
66
"typings": "./index.d.ts",
@@ -62,6 +62,6 @@
6262
"rollup-plugin-node-resolve": "^5.2.0"
6363
},
6464
"dependencies": {
65-
"ua-parser-js": "^0.7.28"
65+
"ua-parser-js": "0.7.28"
6666
}
6767
}

0 commit comments

Comments
 (0)