async-array-buffer-worker
Advanced tools
Comparing version 5.0.34 to 5.0.35
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.4", | ||
"@babel/runtime": "^7.7.6", | ||
"tslib": "^1.10.0", | ||
"worker-factory": "^5.0.16" | ||
"worker-factory": "^5.0.17" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-external-helpers": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.6", | ||
"@commitlint/cli": "^8.2.0", | ||
@@ -28,4 +28,4 @@ "@commitlint/config-angular": "^8.2.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.7.0", | ||
"eslint-config-holy-grail": "^44.0.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-holy-grail": "^45.0.1", | ||
"grunt": "^1.0.4", | ||
@@ -48,3 +48,3 @@ "grunt-cli": "^1.3.2", | ||
"mocha": "^6.2.2", | ||
"rollup": "^1.27.4", | ||
"rollup": "^1.27.9", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -54,6 +54,6 @@ "sinon": "^7.5.0", | ||
"ts-loader": "^6.2.1", | ||
"tsconfig-holy-grail": "^10.0.29", | ||
"tsconfig-holy-grail": "^10.0.31", | ||
"tslint": "^5.20.1", | ||
"tslint-config-holy-grail": "^47.0.2", | ||
"typescript": "^3.7.2", | ||
"tslint-config-holy-grail": "^47.0.3", | ||
"typescript": "^3.7.3", | ||
"webpack": "^4.41.2" | ||
@@ -86,3 +86,3 @@ }, | ||
"types": "build/es2018/module.d.ts", | ||
"version": "5.0.34" | ||
"version": "5.0.35" | ||
} |
Updated@babel/runtime@^7.7.6
Updatedworker-factory@^5.0.17