async-array-buffer-worker
Advanced tools
Comparing version 6.0.48 to 6.0.49
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.0", | ||
"@babel/runtime": "^7.16.3", | ||
"tslib": "^2.3.1", | ||
"worker-factory": "^6.0.54" | ||
"worker-factory": "^6.0.55" | ||
}, | ||
@@ -23,4 +23,4 @@ "description": "The worker which is used by the async-array-buffer package.", | ||
"@babel/preset-env": "^7.16.0", | ||
"@commitlint/cli": "^13.2.1", | ||
"@commitlint/config-angular": "^13.2.0", | ||
"@commitlint/cli": "^14.1.0", | ||
"@commitlint/config-angular": "^14.1.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
@@ -31,3 +31,3 @@ "chai": "^4.3.4", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.1.17", | ||
"eslint-config-holy-grail": "^50.1.18", | ||
"grunt": "^1.4.1", | ||
@@ -38,3 +38,3 @@ "grunt-cli": "^1.4.3", | ||
"husky": "^7.0.4", | ||
"karma": "^6.3.7", | ||
"karma": "^6.3.8", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -54,11 +54,11 @@ "karma-cli": "^2.0.0", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.59.0", | ||
"rollup": "^2.60.0", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.2.6", | ||
"tsconfig-holy-grail": "^11.1.18", | ||
"tsconfig-holy-grail": "^11.1.19", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.25", | ||
"typescript": "^4.4.4", | ||
"webpack": "^5.61.0" | ||
"webpack": "^5.64.0" | ||
}, | ||
@@ -85,3 +85,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.48" | ||
"version": "6.0.49" | ||
} |
Updated@babel/runtime@^7.16.3
Updatedworker-factory@^6.0.55