async-array-buffer
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -7,6 +7,6 @@ { | ||
"dependencies": { | ||
"async-array-buffer-broker": "^1.2.9", | ||
"async-array-buffer-worker": "^2.1.6", | ||
"async-array-buffer-broker": "^1.2.10", | ||
"async-array-buffer-worker": "^2.1.7", | ||
"babel-runtime": "^6.26.0", | ||
"tslib": "^1.8.0" | ||
"tslib": "^1.8.1" | ||
}, | ||
@@ -42,3 +42,3 @@ "description": "This module allows to allocate and deallocate ArrayBuffers without blocking the main thread.", | ||
"mocha": "^4.0.1", | ||
"rollup": "^0.52.0", | ||
"rollup": "^0.52.1", | ||
"rollup-plugin-babel": "^3.0.2", | ||
@@ -48,7 +48,7 @@ "sinon": "^4.1.2", | ||
"ts-loader": "^3.2.0", | ||
"tsconfig-holy-grail": "^3.0.6", | ||
"tsconfig-holy-grail": "^3.0.9", | ||
"tslint": "^5.8.0", | ||
"tslint-config-holy-grail": "^18.0.5", | ||
"tslint-config-holy-grail": "^18.0.8", | ||
"typescript": "^2.6.2", | ||
"webpack": "^3.9.1" | ||
"webpack": "^3.10.0" | ||
}, | ||
@@ -76,3 +76,3 @@ "files": [ | ||
"types": "build/es2015/module.d.ts", | ||
"version": "1.1.13" | ||
"version": "1.1.14" | ||
} |
13849
Updatedtslib@^1.8.1