async-array-buffer-broker
Advanced tools
Comparing version 4.0.37 to 4.0.38
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.17", | ||
"async-array-buffer-worker": "^6.0.38", | ||
"broker-factory": "^3.0.42", | ||
"@babel/runtime": "^7.14.0", | ||
"async-array-buffer-worker": "^6.0.39", | ||
"broker-factory": "^3.0.43", | ||
"tslib": "^2.2.0" | ||
@@ -20,6 +20,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.13.16", | ||
"@babel/core": "^7.14.0", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.13.15", | ||
"@babel/preset-env": "^7.13.15", | ||
"@babel/preset-env": "^7.14.1", | ||
"@commitlint/cli": "^12.1.1", | ||
@@ -51,11 +51,11 @@ "@commitlint/config-angular": "^12.1.1", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.45.2", | ||
"rollup": "^2.47.0", | ||
"sinon": "^10.0.0", | ||
"sinon-chai": "^3.6.0", | ||
"ts-loader": "^9.1.1", | ||
"tsconfig-holy-grail": "^11.0.51", | ||
"ts-loader": "^9.1.2", | ||
"tsconfig-holy-grail": "^11.0.53", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.14", | ||
"tslint-config-holy-grail": "^53.2.17", | ||
"typescript": "^4.2.4", | ||
"webpack": "^5.35.1" | ||
"webpack": "^5.36.2" | ||
}, | ||
@@ -87,3 +87,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.37" | ||
"version": "4.0.38" | ||
} |
14807
Updated@babel/runtime@^7.14.0
Updatedbroker-factory@^3.0.43