From: Feross Aboukhadijeh Date: Wed, 11 Dec 2013 03:02:33 +0000 (-0800) Subject: update typedarray to fix `new DataView` X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=cd56b510ec0990b600b312d58c0fad0b0a7d3e11;p=buffer.git update typedarray to fix `new DataView` --- diff --git a/package.json b/package.json index 84a0f57..3a9e94d 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "main": "index.js", "dependencies": { "base64-js": "~0.0.4", - "typedarray": "~0.0.1" + "typedarray": "~0.0.2" }, "devDependencies": { - "benchmark": "~1.0.0", + "benchmark": "1.x", "browserify": "*", - "tape": "~2.1.0" + "tape": "2.x" }, "repository": { "type": "git",