array-buffer-cache-worker
Advanced tools
Comparing version 6.0.44 to 6.0.45
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.8", | ||
"tslib": "^2.3.0", | ||
"worker-factory": "^6.0.49" | ||
"@babel/runtime": "^7.15.3", | ||
"tslib": "^2.3.1", | ||
"worker-factory": "^6.0.51" | ||
}, | ||
"description": "The worker which is used by the array-buffer-cache package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@babel/core": "^7.15.0", | ||
"@babel/plugin-external-helpers": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.8", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.0", | ||
"@commitlint/cli": "^13.1.0", | ||
@@ -29,4 +29,4 @@ "@commitlint/config-angular": "^13.1.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-holy-grail": "^49.0.15", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.0.1", | ||
"grunt": "^1.4.1", | ||
@@ -52,11 +52,11 @@ "grunt-cli": "^1.4.3", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.55.1", | ||
"rollup": "^2.56.2", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.2.4", | ||
"tsconfig-holy-grail": "^11.1.4", | ||
"ts-loader": "^9.2.5", | ||
"tsconfig-holy-grail": "^11.1.6", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.24", | ||
"tslint-config-holy-grail": "^53.2.25", | ||
"typescript": "^4.3.5", | ||
"webpack": "^5.47.1" | ||
"webpack": "^5.50.0" | ||
}, | ||
@@ -83,3 +83,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.44" | ||
"version": "6.0.45" | ||
} |
23093
Updated@babel/runtime@^7.15.3
Updatedtslib@^2.3.1
Updatedworker-factory@^6.0.51