audio-fingerprinting-file-reader
Advanced tools
Comparing version 3.0.13 to 3.0.14
@@ -12,3 +12,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.5", | ||
"@babel/runtime": "^7.5.0", | ||
"tslib": "^1.10.0" | ||
@@ -18,6 +18,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@babel/core": "^7.5.0", | ||
"@babel/plugin-external-helpers": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/plugin-transform-runtime": "^7.5.0", | ||
"@babel/preset-env": "^7.5.0", | ||
"@commitlint/cli": "^8.0.0", | ||
@@ -28,4 +28,4 @@ "@commitlint/config-angular": "^8.0.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-holy-grail": "^37.0.1", | ||
"eslint": "^6.0.1", | ||
"eslint-config-holy-grail": "^38.0.2", | ||
"grunt": "^1.0.4", | ||
@@ -38,3 +38,3 @@ "grunt-cli": "^1.3.2", | ||
"gruntify-eslint": "^5.0.0", | ||
"husky": "^2.4.1", | ||
"husky": "^3.0.0", | ||
"karma": "^4.1.0", | ||
@@ -48,14 +48,14 @@ "karma-chrome-launcher": "^2.2.0", | ||
"karma-webpack": "^4.0.2", | ||
"load-grunt-config": "^1.0.2", | ||
"load-grunt-config": "^2.0.0", | ||
"mocha": "^6.1.4", | ||
"rollup": "^1.15.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup": "^1.16.6", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"sinon": "^7.3.2", | ||
"sinon-chai": "^3.3.0", | ||
"ts-loader": "^6.0.2", | ||
"tsconfig-holy-grail": "^10.0.4", | ||
"tslint": "^5.17.0", | ||
"tslint-config-holy-grail": "^44.0.1", | ||
"ts-loader": "^6.0.4", | ||
"tsconfig-holy-grail": "^10.0.6", | ||
"tslint": "^5.18.0", | ||
"tslint-config-holy-grail": "^44.0.5", | ||
"typescript": "^3.5.2", | ||
"webpack": "^4.34.0" | ||
"webpack": "^4.35.2" | ||
}, | ||
@@ -87,3 +87,3 @@ "files": [ | ||
"types": "build/es2018/module.d.ts", | ||
"version": "3.0.13" | ||
"version": "3.0.14" | ||
} |
7629
Updated@babel/runtime@^7.5.0