async-array-buffer-worker
Advanced tools
Comparing version 6.0.15 to 6.0.16
@@ -12,20 +12,20 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.3", | ||
"@babel/runtime": "^7.10.4", | ||
"tslib": "^2.0.0", | ||
"worker-factory": "^6.0.14" | ||
"worker-factory": "^6.0.15" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.10.3", | ||
"@babel/plugin-external-helpers": "^7.10.1", | ||
"@babel/plugin-transform-runtime": "^7.10.3", | ||
"@babel/preset-env": "^7.10.3", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-angular": "^8.3.4", | ||
"@babel/core": "^7.10.4", | ||
"@babel/plugin-external-helpers": "^7.10.4", | ||
"@babel/plugin-transform-runtime": "^7.10.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@commitlint/cli": "^9.1.1", | ||
"@commitlint/config-angular": "^9.1.1", | ||
"chai": "^4.2.0", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-holy-grail": "^47.0.4", | ||
"grunt": "^1.1.0", | ||
"eslint": "^7.4.0", | ||
"eslint-config-holy-grail": "^47.0.6", | ||
"grunt": "^1.2.1", | ||
"grunt-cli": "^1.3.2", | ||
@@ -49,11 +49,11 @@ "grunt-contrib-clean": "^2.0.0", | ||
"pretty-quick": "^2.0.1", | ||
"rollup": "^2.17.1", | ||
"rollup": "^2.21.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"sinon": "^9.0.2", | ||
"sinon-chai": "^3.5.0", | ||
"ts-loader": "^7.0.5", | ||
"tsconfig-holy-grail": "^11.0.16", | ||
"ts-loader": "^8.0.0", | ||
"tsconfig-holy-grail": "^11.0.17", | ||
"tslint": "^6.1.2", | ||
"tslint-config-holy-grail": "^50.0.4", | ||
"typescript": "^3.9.5", | ||
"tslint-config-holy-grail": "^50.0.7", | ||
"typescript": "^3.9.6", | ||
"webpack": "^4.43.0" | ||
@@ -86,3 +86,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.15" | ||
"version": "6.0.16" | ||
} |
Updated@babel/runtime@^7.10.4
Updatedworker-factory@^6.0.15