audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.26 to 4.0.27
@@ -21,10 +21,10 @@ { | ||
"@babel/preset-env": "^7.14.1", | ||
"@commitlint/cli": "^12.1.1", | ||
"@commitlint/config-angular": "^12.1.1", | ||
"@commitlint/cli": "^12.1.3", | ||
"@commitlint/config-angular": "^12.1.3", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"chai": "^4.3.4", | ||
"commitizen": "^4.2.3", | ||
"commitizen": "^4.2.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.25.0", | ||
"eslint-config-holy-grail": "^49.0.5", | ||
"eslint": "^7.26.0", | ||
"eslint-config-holy-grail": "^49.0.8", | ||
"grunt": "^1.4.0", | ||
@@ -38,3 +38,3 @@ "grunt-cli": "^1.4.2", | ||
"karma-firefox-launcher": "^2.1.0", | ||
"karma-leche": "^1.0.10", | ||
"karma-leche": "^2.0.0", | ||
"karma-mocha": "^2.0.1", | ||
@@ -45,4 +45,4 @@ "karma-sauce-launcher": "^4.3.6", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^8.3.2", | ||
"prettier": "^2.2.1", | ||
"mocha": "^8.4.0", | ||
"prettier": "^2.3.0", | ||
"pretty-quick": "^3.1.0", | ||
@@ -53,7 +53,7 @@ "rollup": "^2.47.0", | ||
"ts-loader": "^9.1.2", | ||
"tsconfig-holy-grail": "^11.0.53", | ||
"tsconfig-holy-grail": "^11.0.55", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.17", | ||
"tslint-config-holy-grail": "^53.2.20", | ||
"typescript": "^4.2.4", | ||
"webpack": "^5.36.2" | ||
"webpack": "^5.37.0" | ||
}, | ||
@@ -85,3 +85,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.26" | ||
"version": "4.0.27" | ||
} |
@@ -5,4 +5,3 @@ # audio-fingerprinting-file-reader | ||
[![tests](https://img.shields.io/travis/chrisguttandin/audio-fingerprinting-file-reader/master.svg?style=flat-square)](https://travis-ci.org/chrisguttandin/audio-fingerprinting-file-reader) | ||
[![dependencies](https://img.shields.io/david/chrisguttandin/audio-fingerprinting-file-reader.svg?style=flat-square)](https://www.npmjs.com/package/audio-fingerprinting-file-reader) | ||
[![version](https://img.shields.io/npm/v/audio-fingerprinting-file-reader.svg?style=flat-square)](https://www.npmjs.com/package/audio-fingerprinting-file-reader) |
7838
7