audio-fingerprinting-file-reader
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -12,3 +12,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.2", | ||
"@babel/runtime": "^7.4.3", | ||
"tslib": "^1.9.3" | ||
@@ -18,6 +18,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.0", | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-external-helpers": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.4.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"@babel/plugin-transform-runtime": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@commitlint/cli": "^7.5.2", | ||
@@ -28,5 +28,5 @@ "@commitlint/config-angular": "^7.5.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.15.3", | ||
"eslint-config-holy-grail": "^34.0.0", | ||
"grunt": "^1.0.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-holy-grail": "^35.0.0", | ||
"grunt": "^1.0.4", | ||
"grunt-cli": "^1.3.2", | ||
@@ -49,11 +49,11 @@ "grunt-contrib-clean": "^2.0.0", | ||
"mocha": "^6.0.2", | ||
"rollup": "^1.7.0", | ||
"rollup": "^1.9.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"sinon": "^7.3.0", | ||
"sinon": "^7.3.1", | ||
"sinon-chai": "^3.3.0", | ||
"ts-loader": "^5.3.3", | ||
"tsconfig-holy-grail": "^9.1.12", | ||
"tslint": "^5.14.0", | ||
"tslint-config-holy-grail": "^42.0.0", | ||
"typescript": "^3.3.4000", | ||
"tsconfig-holy-grail": "^9.1.14", | ||
"tslint": "^5.15.0", | ||
"tslint-config-holy-grail": "^42.0.2", | ||
"typescript": "^3.4.2", | ||
"webpack": "^4.29.6" | ||
@@ -86,3 +86,3 @@ }, | ||
"types": "build/es2018/module.d.ts", | ||
"version": "3.0.9" | ||
"version": "3.0.10" | ||
} |
7644
Updated@babel/runtime@^7.4.3