audio-fingerprinting-file-reader
Advanced tools
Comparing version 3.0.17 to 3.0.18
@@ -12,3 +12,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.0", | ||
"@babel/runtime": "^7.6.2", | ||
"tslib": "^1.10.0" | ||
@@ -18,13 +18,13 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.0", | ||
"@babel/core": "^7.6.2", | ||
"@babel/plugin-external-helpers": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-angular": "^8.1.0", | ||
"@babel/plugin-transform-runtime": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-angular": "^8.2.0", | ||
"chai": "^4.2.0", | ||
"commitizen": "^4.0.3", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.3.0", | ||
"eslint-config-holy-grail": "^40.0.0", | ||
"eslint": "^6.4.0", | ||
"eslint-config-holy-grail": "^42.0.0", | ||
"grunt": "^1.0.4", | ||
@@ -44,14 +44,14 @@ "grunt-cli": "^1.3.2", | ||
"karma-webpack": "^4.0.2", | ||
"load-grunt-config": "^3.0.0", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^6.2.0", | ||
"rollup": "^1.20.3", | ||
"rollup": "^1.21.4", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"sinon": "^7.4.2", | ||
"sinon": "^7.5.0", | ||
"sinon-chai": "^3.3.0", | ||
"ts-loader": "^6.0.4", | ||
"tsconfig-holy-grail": "^10.0.14", | ||
"tslint": "^5.19.0", | ||
"tslint-config-holy-grail": "^46.0.0", | ||
"typescript": "^3.6.2", | ||
"webpack": "^4.39.3" | ||
"ts-loader": "^6.1.2", | ||
"tsconfig-holy-grail": "^10.0.16", | ||
"tslint": "^5.20.0", | ||
"tslint-config-holy-grail": "^46.1.1", | ||
"typescript": "^3.6.3", | ||
"webpack": "^4.41.0" | ||
}, | ||
@@ -83,3 +83,3 @@ "files": [ | ||
"types": "build/es2018/module.d.ts", | ||
"version": "3.0.17" | ||
"version": "3.0.18" | ||
} |
Updated@babel/runtime@^7.6.2