async-array-buffer-worker
Advanced tools
Comparing version 6.0.42 to 6.0.43
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"tslib": "^2.2.0", | ||
"worker-factory": "^6.0.45" | ||
"@babel/runtime": "^7.14.6", | ||
"tslib": "^2.3.0", | ||
"worker-factory": "^6.0.47" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/plugin-external-helpers": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.5", | ||
"@babel/preset-env": "^7.14.7", | ||
"@commitlint/cli": "^12.1.4", | ||
@@ -29,3 +29,3 @@ "@commitlint/config-angular": "^12.1.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.28.0", | ||
"eslint": "^7.29.0", | ||
"eslint-config-holy-grail": "^49.0.13", | ||
@@ -36,4 +36,4 @@ "grunt": "^1.4.1", | ||
"grunt-sh": "^0.2.0", | ||
"husky": "^4.3.8", | ||
"karma": "^6.3.3", | ||
"husky": "^6.0.0", | ||
"karma": "^6.3.4", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -50,6 +50,6 @@ "karma-cli": "^2.0.0", | ||
"memory-fs": "^0.5.0", | ||
"mocha": "^9.0.0", | ||
"mocha": "^9.0.1", | ||
"prettier": "^2.3.1", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.51.2", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.52.2", | ||
"sinon": "^11.1.1", | ||
@@ -60,5 +60,5 @@ "sinon-chai": "^3.7.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.23", | ||
"typescript": "^4.3.2", | ||
"webpack": "^5.38.1" | ||
"tslint-config-holy-grail": "^53.2.24", | ||
"typescript": "^4.3.4", | ||
"webpack": "^5.40.0" | ||
}, | ||
@@ -71,8 +71,2 @@ "files": [ | ||
"homepage": "https://github.com/chrisguttandin/async-array-buffer-worker", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint --edit --extends @commitlint/config-angular", | ||
"pre-commit": "pretty-quick --config config/prettier/config.json --staged && grunt lint" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -87,2 +81,3 @@ "main": "build/es5/bundle.js", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"prepublishOnly": "grunt build", | ||
@@ -92,3 +87,3 @@ "test": "grunt lint && grunt test" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.42" | ||
"version": "6.0.43" | ||
} |
12187
Updated@babel/runtime@^7.14.6
Updatedtslib@^2.3.0
Updatedworker-factory@^6.0.47