async-array-buffer-broker
Advanced tools
Comparing version 4.0.58 to 4.0.59
@@ -12,15 +12,15 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.19.4", | ||
"async-array-buffer-worker": "^6.0.58", | ||
"broker-factory": "^3.0.69", | ||
"tslib": "^2.4.0" | ||
"@babel/runtime": "^7.20.1", | ||
"async-array-buffer-worker": "^6.0.59", | ||
"broker-factory": "^3.0.70", | ||
"tslib": "^2.4.1" | ||
}, | ||
"description": "The broker which is used by the async-array-buffer 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", | ||
@@ -55,3 +55,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", | ||
@@ -80,3 +80,3 @@ "webpack": "^5.74.0" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.58" | ||
"version": "4.0.59" | ||
} |
Updated@babel/runtime@^7.20.1
Updatedbroker-factory@^3.0.70
Updatedtslib@^2.4.1