async-array-buffer-broker
Advanced tools
Comparing version 4.0.22 to 4.0.23
@@ -13,5 +13,5 @@ { | ||
"@babel/runtime": "^7.11.2", | ||
"async-array-buffer-worker": "^6.0.22", | ||
"broker-factory": "^3.0.23", | ||
"tslib": "^2.0.1" | ||
"async-array-buffer-worker": "^6.0.23", | ||
"broker-factory": "^3.0.24", | ||
"tslib": "^2.0.3" | ||
}, | ||
@@ -26,7 +26,8 @@ "description": "The broker which is used by the async-array-buffer package.", | ||
"@commitlint/config-angular": "^11.0.0", | ||
"@rollup/plugin-babel": "^5.2.1", | ||
"chai": "^4.2.0", | ||
"commitizen": "^4.2.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.8.1", | ||
"eslint-config-holy-grail": "^48.0.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-holy-grail": "^48.0.2", | ||
"grunt": "^1.3.0", | ||
@@ -37,3 +38,3 @@ "grunt-cli": "^1.3.2", | ||
"husky": "^4.3.0", | ||
"karma": "^5.2.2", | ||
"karma": "^5.2.3", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -49,14 +50,13 @@ "karma-firefox-launcher": "^1.3.0", | ||
"mocha": "^8.1.3", | ||
"prettier": "^2.1.1", | ||
"pretty-quick": "^3.0.0", | ||
"rollup": "^2.26.11", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"sinon": "^9.0.3", | ||
"prettier": "^2.1.2", | ||
"pretty-quick": "^3.0.2", | ||
"rollup": "^2.29.0", | ||
"sinon": "^9.2.0", | ||
"sinon-chai": "^3.5.0", | ||
"ts-loader": "^8.0.3", | ||
"tsconfig-holy-grail": "^11.0.22", | ||
"ts-loader": "^8.0.4", | ||
"tsconfig-holy-grail": "^11.0.29", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^52.0.12", | ||
"typescript": "^4.0.2", | ||
"webpack": "^4.44.1" | ||
"tslint-config-holy-grail": "^53.0.5", | ||
"typescript": "^4.0.3", | ||
"webpack": "^4.44.2" | ||
}, | ||
@@ -88,3 +88,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.22" | ||
"version": "4.0.23" | ||
} |
Updatedbroker-factory@^3.0.24
Updatedtslib@^2.0.3