array-buffer-cache-worker
Advanced tools
Comparing version 6.0.18 to 6.0.19
@@ -12,9 +12,9 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.0", | ||
"tslib": "^2.0.0", | ||
"worker-factory": "^6.0.17" | ||
"@babel/runtime": "^7.11.2", | ||
"tslib": "^2.0.1", | ||
"worker-factory": "^6.0.19" | ||
}, | ||
"description": "The worker which is used by the array-buffer-cache package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.11.0", | ||
"@babel/core": "^7.11.1", | ||
"@babel/plugin-external-helpers": "^7.10.4", | ||
@@ -46,6 +46,6 @@ "@babel/plugin-transform-runtime": "^7.11.0", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^8.1.0", | ||
"mocha": "^8.1.1", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"rollup": "^2.23.0", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -55,5 +55,5 @@ "sinon": "^9.0.2", | ||
"ts-loader": "^8.0.2", | ||
"tsconfig-holy-grail": "^11.0.18", | ||
"tsconfig-holy-grail": "^11.0.19", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^52.0.0", | ||
"tslint-config-holy-grail": "^52.0.2", | ||
"typescript": "^3.9.7", | ||
@@ -87,3 +87,3 @@ "webpack": "^4.44.1" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.18" | ||
"version": "6.0.19" | ||
} |
Updated@babel/runtime@^7.11.2
Updatedtslib@^2.0.1
Updatedworker-factory@^6.0.19