async-array-buffer
Advanced tools
Comparing version 3.0.40 to 3.0.41
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.4", | ||
"async-array-buffer-broker": "^3.0.34", | ||
"async-array-buffer-worker": "^5.0.34", | ||
"@babel/runtime": "^7.7.6", | ||
"async-array-buffer-broker": "^3.0.35", | ||
"async-array-buffer-worker": "^5.0.35", | ||
"tslib": "^1.10.0" | ||
@@ -20,6 +20,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-external-helpers": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.6", | ||
"@commitlint/cli": "^8.2.0", | ||
@@ -31,4 +31,4 @@ "@commitlint/config-angular": "^8.2.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.7.0", | ||
"eslint-config-holy-grail": "^44.0.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-holy-grail": "^45.0.1", | ||
"grunt": "^1.0.4", | ||
@@ -51,5 +51,5 @@ "grunt-cli": "^1.3.2", | ||
"load-grunt-config": "^3.0.1", | ||
"memfs": "^2.16.1", | ||
"memfs": "^3.0.1", | ||
"mocha": "^6.2.2", | ||
"rollup": "^1.27.4", | ||
"rollup": "^1.27.9", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -59,8 +59,8 @@ "rollup-plugin-replace": "^2.2.0", | ||
"sinon-chai": "^3.3.0", | ||
"terser-webpack-plugin": "^2.2.1", | ||
"terser-webpack-plugin": "^2.2.2", | ||
"ts-loader": "^6.2.1", | ||
"tsconfig-holy-grail": "^10.0.29", | ||
"tsconfig-holy-grail": "^10.0.31", | ||
"tslint": "^5.20.1", | ||
"tslint-config-holy-grail": "^47.0.2", | ||
"typescript": "^3.7.2", | ||
"tslint-config-holy-grail": "^47.0.3", | ||
"typescript": "^3.7.3", | ||
"webpack": "^4.41.2" | ||
@@ -93,3 +93,3 @@ }, | ||
"types": "build/es2018/module.d.ts", | ||
"version": "3.0.40" | ||
"version": "3.0.41" | ||
} |
47896