Skip to content

Commit

Permalink
Pins ieee754 to 1.1.8 (#1979)
Browse files Browse the repository at this point in the history
* Pins ieee754 dependency to 1.1.8 to fix #1977
  • Loading branch information
chrisradek committed Mar 19, 2018
1 parent a5a796c commit cd11ea3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-dependency-9f759c5b.json
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "dependency",
"description": "Pins ieee754 to 1.1.8 to avoid timestamp issue reported in issue #1977"
}
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -40,7 +40,8 @@
},
"dependencies": {
"buffer": "4.9.1",
"events": "^1.1.1",
"events": "1.1.1",
"ieee754": "1.1.8",
"jmespath": "0.15.0",
"querystring": "0.2.0",
"sax": "1.2.1",
Expand Down Expand Up @@ -139,4 +140,4 @@
"react-native-test": "npm -s run-script build-react-native && rake reactnative:test && karma start",
"region-check": "node ./scripts/region-checker/index.js"
}
}
}

0 comments on commit cd11ea3

Please sign in to comment.