async-array-buffer-worker
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@babel/runtime": "^7.8.7", | ||
"tslib": "^1.11.1", | ||
"worker-factory": "^6.0.1" | ||
"worker-factory": "^6.0.3" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.6", | ||
"@babel/core": "^7.8.7", | ||
"@babel/plugin-external-helpers": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.8.6", | ||
"@babel/preset-env": "^7.8.7", | ||
"@commitlint/cli": "^8.3.5", | ||
@@ -52,7 +52,7 @@ "@commitlint/config-angular": "^8.3.4", | ||
"ts-loader": "^6.2.1", | ||
"tsconfig-holy-grail": "^11.0.2", | ||
"tsconfig-holy-grail": "^11.0.3", | ||
"tslint": "^6.0.0", | ||
"tslint-config-holy-grail": "^48.0.1", | ||
"tslint-config-holy-grail": "^48.0.3", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.41.6" | ||
"webpack": "^4.42.0" | ||
}, | ||
@@ -84,3 +84,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.2" | ||
"version": "6.0.3" | ||
} |
Updated@babel/runtime@^7.8.7
Updatedworker-factory@^6.0.3