array-buffer-cache-worker
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -12,16 +12,16 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.1.5", | ||
"@babel/runtime": "^7.2.0", | ||
"tslib": "^1.9.3", | ||
"worker-factory": "^4.1.3" | ||
"worker-factory": "^4.1.4" | ||
}, | ||
"description": "The worker which is used by the array-buffer-cache package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.1.6", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.1.0", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/core": "^7.2.0", | ||
"@babel/plugin-external-helpers": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@commitlint/cli": "^7.2.1", | ||
"@commitlint/config-angular": "^7.1.2", | ||
"chai": "^4.2.0", | ||
"commitizen": "^3.0.4", | ||
"commitizen": "^3.0.5", | ||
"cz-conventional-changelog": "^2.1.0", | ||
@@ -38,3 +38,3 @@ "eslint": "^5.9.0", | ||
"husky": "^1.2.0", | ||
"karma": "^3.1.1", | ||
"karma": "^3.1.3", | ||
"karma-chrome-launcher": "^2.2.0", | ||
@@ -50,12 +50,12 @@ "karma-firefox-launcher": "~1.1.0", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.67.3", | ||
"rollup": "^0.67.4", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"sinon": "^7.1.1", | ||
"sinon-chai": "^3.2.0", | ||
"ts-loader": "^5.3.0", | ||
"tsconfig-holy-grail": "^8.0.0", | ||
"sinon-chai": "^3.3.0", | ||
"ts-loader": "^5.3.1", | ||
"tsconfig-holy-grail": "^9.0.2", | ||
"tslint": "^5.11.0", | ||
"tslint-config-holy-grail": "^38.0.4", | ||
"typescript": "^3.1.6", | ||
"webpack": "^4.26.0" | ||
"tslint-config-holy-grail": "^38.0.5", | ||
"typescript": "^3.2.1", | ||
"webpack": "^4.26.1" | ||
}, | ||
@@ -87,3 +87,3 @@ "files": [ | ||
"types": "build/es2018/module.d.ts", | ||
"version": "5.0.6" | ||
"version": "5.0.7" | ||
} |
Updated@babel/runtime@^7.2.0
Updatedworker-factory@^4.1.4