async-array-buffer-worker
Advanced tools
Comparing version 5.0.31 to 5.0.32
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.3", | ||
"@babel/runtime": "^7.7.1", | ||
"tslib": "^1.10.0", | ||
"worker-factory": "^5.0.11" | ||
"worker-factory": "^5.0.12" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.6.4", | ||
"@babel/core": "^7.7.0", | ||
"@babel/plugin-external-helpers": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.6.2", | ||
"@babel/preset-env": "^7.6.3", | ||
"@babel/preset-env": "^7.7.1", | ||
"@commitlint/cli": "^8.2.0", | ||
@@ -47,3 +47,3 @@ "@commitlint/config-angular": "^8.2.0", | ||
"mocha": "^6.2.2", | ||
"rollup": "^1.26.0", | ||
"rollup": "^1.26.3", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -53,6 +53,6 @@ "sinon": "^7.5.0", | ||
"ts-loader": "^6.2.1", | ||
"tsconfig-holy-grail": "^10.0.25", | ||
"tslint": "^5.20.0", | ||
"tslint-config-holy-grail": "^46.1.6", | ||
"typescript": "^3.6.4", | ||
"tsconfig-holy-grail": "^10.0.27", | ||
"tslint": "^5.20.1", | ||
"tslint-config-holy-grail": "^46.1.8", | ||
"typescript": "^3.7.2", | ||
"webpack": "^4.41.2" | ||
@@ -85,3 +85,3 @@ }, | ||
"types": "build/es2018/module.d.ts", | ||
"version": "5.0.31" | ||
"version": "5.0.32" | ||
} |
Updated@babel/runtime@^7.7.1
Updatedworker-factory@^5.0.12