array-buffer-cache-worker
Advanced tools
Comparing version 6.0.35 to 6.0.36
@@ -12,16 +12,16 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.9", | ||
"@babel/runtime": "^7.13.10", | ||
"tslib": "^2.1.0", | ||
"worker-factory": "^6.0.35" | ||
"worker-factory": "^6.0.36" | ||
}, | ||
"description": "The worker which is used by the array-buffer-cache package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.13.8", | ||
"@babel/core": "^7.13.10", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.13.9", | ||
"@babel/preset-env": "^7.13.9", | ||
"@babel/plugin-transform-runtime": "^7.13.10", | ||
"@babel/preset-env": "^7.13.10", | ||
"@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-angular": "^12.0.1", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"chai": "^4.3.3", | ||
"chai": "^4.3.4", | ||
"commitizen": "^4.2.3", | ||
@@ -36,3 +36,3 @@ "cz-conventional-changelog": "^3.3.0", | ||
"husky": "^4.3.8", | ||
"karma": "^5.2.3", | ||
"karma": "^6.2.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -48,13 +48,13 @@ "karma-cli": "^2.0.0", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^8.3.0", | ||
"mocha": "^8.3.2", | ||
"prettier": "^2.2.1", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.40.0", | ||
"rollup": "^2.41.2", | ||
"sinon": "^9.2.4", | ||
"sinon-chai": "^3.5.0", | ||
"ts-loader": "^8.0.17", | ||
"tsconfig-holy-grail": "^11.0.46", | ||
"ts-loader": "^8.0.18", | ||
"tsconfig-holy-grail": "^11.0.47", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.6", | ||
"typescript": "^4.2.2", | ||
"tslint-config-holy-grail": "^53.2.8", | ||
"typescript": "^4.2.3", | ||
"webpack": "^4.46.0" | ||
@@ -87,3 +87,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.35" | ||
"version": "6.0.36" | ||
} |
23418
Updated@babel/runtime@^7.13.10
Updatedworker-factory@^6.0.36