async-array-buffer-worker
Advanced tools
Comparing version 6.0.75 to 6.0.76
@@ -12,19 +12,19 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.1", | ||
"@babel/runtime": "^7.23.2", | ||
"tslib": "^2.6.2", | ||
"worker-factory": "^7.0.12" | ||
"worker-factory": "^7.0.13" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.23.0", | ||
"@babel/core": "^7.23.2", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.15", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/plugin-transform-runtime": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-angular": "^17.7.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"chai": "^4.3.10", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.51.0", | ||
"eslint-config-holy-grail": "^57.2.21", | ||
@@ -51,6 +51,6 @@ "grunt": "^1.6.1", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^3.29.4", | ||
"sinon": "^16.0.0", | ||
"rollup": "^4.1.4", | ||
"sinon": "^17.0.0", | ||
"sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.4.4", | ||
"ts-loader": "^9.5.0", | ||
"tsconfig-holy-grail": "^14.0.8", | ||
@@ -60,3 +60,3 @@ "tslint": "^6.1.3", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2" | ||
"webpack": "^5.89.0" | ||
}, | ||
@@ -88,3 +88,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.75" | ||
"version": "6.0.76" | ||
} |
12512
Updated@babel/runtime@^7.23.2
Updatedworker-factory@^7.0.13