async-array-buffer-worker
Advanced tools
Comparing version 6.0.67 to 6.0.68
@@ -12,12 +12,12 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.21.5", | ||
"@babel/runtime": "^7.22.3", | ||
"tslib": "^2.5.2", | ||
"worker-factory": "^7.0.2" | ||
"worker-factory": "^7.0.4" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.8", | ||
"@babel/core": "^7.22.1", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/plugin-transform-runtime": "^7.22.2", | ||
"@babel/preset-env": "^7.22.2", | ||
"@commitlint/cli": "^17.6.3", | ||
@@ -30,3 +30,3 @@ "@commitlint/config-angular": "^17.6.3", | ||
"eslint": "^8.41.0", | ||
"eslint-config-holy-grail": "^56.0.7", | ||
"eslint-config-holy-grail": "^57.2.2", | ||
"grunt": "^1.6.1", | ||
@@ -56,7 +56,7 @@ "grunt-cli": "^1.4.3", | ||
"ts-loader": "^9.4.3", | ||
"tsconfig-holy-grail": "^13.0.3", | ||
"tsconfig-holy-grail": "^14.0.3", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^55.0.1", | ||
"typescript": "^4.9.5", | ||
"webpack": "^5.83.1" | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.84.1" | ||
}, | ||
@@ -83,3 +83,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.67" | ||
"version": "6.0.68" | ||
} |
Updated@babel/runtime@^7.22.3
Updatedworker-factory@^7.0.4