async-array-buffer-worker
Advanced tools
Comparing version 6.0.37 to 6.0.38
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.10", | ||
"@babel/runtime": "^7.13.17", | ||
"tslib": "^2.2.0", | ||
"worker-factory": "^6.0.37" | ||
"worker-factory": "^6.0.40" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.13.14", | ||
"@babel/core": "^7.13.16", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.13.10", | ||
"@babel/preset-env": "^7.13.12", | ||
"@babel/plugin-transform-runtime": "^7.13.15", | ||
"@babel/preset-env": "^7.13.15", | ||
"@commitlint/cli": "^12.1.1", | ||
@@ -29,5 +29,5 @@ "@commitlint/config-angular": "^12.1.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.23.0", | ||
"eslint-config-holy-grail": "^49.0.3", | ||
"grunt": "^1.3.0", | ||
"eslint": "^7.25.0", | ||
"eslint-config-holy-grail": "^49.0.5", | ||
"grunt": "^1.4.0", | ||
"grunt-cli": "^1.4.2", | ||
@@ -44,18 +44,19 @@ "grunt-contrib-clean": "^2.0.0", | ||
"karma-safari-launcher": "^1.0.0", | ||
"karma-sauce-launcher": "^4.3.5", | ||
"karma-sauce-launcher": "^4.3.6", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webpack": "^4.0.2", | ||
"karma-webpack": "^5.0.0", | ||
"load-grunt-config": "^3.0.1", | ||
"memory-fs": "^0.5.0", | ||
"mocha": "^8.3.2", | ||
"prettier": "^2.2.1", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.44.0", | ||
"rollup": "^2.45.2", | ||
"sinon": "^10.0.0", | ||
"sinon-chai": "^3.6.0", | ||
"ts-loader": "^8.1.0", | ||
"tsconfig-holy-grail": "^11.0.49", | ||
"ts-loader": "^9.1.1", | ||
"tsconfig-holy-grail": "^11.0.51", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.12", | ||
"typescript": "^4.2.3", | ||
"webpack": "^4.46.0" | ||
"tslint-config-holy-grail": "^53.2.14", | ||
"typescript": "^4.2.4", | ||
"webpack": "^5.35.1" | ||
}, | ||
@@ -87,3 +88,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.37" | ||
"version": "6.0.38" | ||
} |
12542
41
Updated@babel/runtime@^7.13.17
Updatedworker-factory@^6.0.40