array-buffer-cache-worker
Advanced tools
Comparing version 6.0.58 to 6.0.59
@@ -12,14 +12,14 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.19.4", | ||
"tslib": "^2.4.0", | ||
"worker-factory": "^6.0.70" | ||
"@babel/runtime": "^7.20.1", | ||
"tslib": "^2.4.1", | ||
"worker-factory": "^6.0.71" | ||
}, | ||
"description": "The worker which is used by the array-buffer-cache package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
"@babel/core": "^7.20.2", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-angular": "^17.1.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-angular": "^17.2.0", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
@@ -57,3 +57,3 @@ "chai": "^4.3.6", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.33", | ||
"tslint-config-holy-grail": "^53.2.34", | ||
"typescript": "^4.8.4", | ||
@@ -82,3 +82,3 @@ "webpack": "^5.74.0" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.58" | ||
"version": "6.0.59" | ||
} |
Updated@babel/runtime@^7.20.1
Updatedtslib@^2.4.1
Updatedworker-factory@^6.0.71