array-buffer-cache-worker
Advanced tools
Comparing version 6.0.90 to 6.0.91
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.0", | ||
"tslib": "^2.6.3", | ||
"worker-factory": "^7.0.28" | ||
"@babel/runtime": "^7.25.6", | ||
"tslib": "^2.7.0", | ||
"worker-factory": "^7.0.29" | ||
}, | ||
@@ -21,6 +21,6 @@ "description": "The worker which is used by the array-buffer-cache package.", | ||
"@babel/plugin-external-helpers": "^7.24.7", | ||
"@babel/plugin-transform-runtime": "^7.24.7", | ||
"@babel/preset-env": "^7.25.3", | ||
"@commitlint/cli": "^19.4.0", | ||
"@commitlint/config-angular": "^19.3.0", | ||
"@babel/plugin-transform-runtime": "^7.25.4", | ||
"@babel/preset-env": "^7.25.4", | ||
"@commitlint/cli": "^19.4.1", | ||
"@commitlint/config-angular": "^19.4.1", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
@@ -51,4 +51,4 @@ "chai": "^4.3.10", | ||
"prettier": "^3.3.3", | ||
"rimraf": "^5.0.7", | ||
"rollup": "^4.20.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.21.2", | ||
"sinon": "^17.0.2", | ||
@@ -59,5 +59,5 @@ "sinon-chai": "^3.7.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^56.0.2", | ||
"tslint-config-holy-grail": "^56.0.3", | ||
"typescript": "^5.5.4", | ||
"webpack": "^5.93.0" | ||
"webpack": "^5.94.0" | ||
}, | ||
@@ -89,3 +89,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.90" | ||
"version": "6.0.91" | ||
} |
Updated@babel/runtime@^7.25.6
Updatedtslib@^2.7.0
Updatedworker-factory@^7.0.29