audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.29 to 4.0.30
@@ -12,3 +12,3 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.5", | ||
"@babel/runtime": "^7.14.6", | ||
"tslib": "^2.3.0" | ||
@@ -18,6 +18,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/plugin-external-helpers": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.5", | ||
"@babel/preset-env": "^7.14.7", | ||
"@commitlint/cli": "^12.1.4", | ||
@@ -29,3 +29,3 @@ "@commitlint/config-angular": "^12.1.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.28.0", | ||
"eslint": "^7.29.0", | ||
"eslint-config-holy-grail": "^49.0.13", | ||
@@ -36,4 +36,4 @@ "grunt": "^1.4.1", | ||
"grunt-sh": "^0.2.0", | ||
"husky": "^4.3.8", | ||
"karma": "^6.3.3", | ||
"husky": "^6.0.0", | ||
"karma": "^6.3.4", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -47,6 +47,6 @@ "karma-firefox-launcher": "^2.1.1", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^9.0.0", | ||
"mocha": "^9.0.1", | ||
"prettier": "^2.3.1", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.51.2", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.52.2", | ||
"sinon": "^11.1.1", | ||
@@ -57,5 +57,5 @@ "sinon-chai": "^3.7.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.23", | ||
"typescript": "^4.3.2", | ||
"webpack": "^5.38.1" | ||
"tslint-config-holy-grail": "^53.2.24", | ||
"typescript": "^4.3.4", | ||
"webpack": "^5.40.0" | ||
}, | ||
@@ -68,8 +68,2 @@ "files": [ | ||
"homepage": "https://github.com/chrisguttandin/audio-fingerprinting-file-reader", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint --edit --extends @commitlint/config-angular", | ||
"pre-commit": "pretty-quick --config config/prettier/config.json --staged && grunt lint" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -84,2 +78,3 @@ "main": "build/es5/bundle.js", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"prepublishOnly": "grunt build", | ||
@@ -89,3 +84,3 @@ "test": "grunt lint && grunt test" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.29" | ||
"version": "4.0.30" | ||
} |
7662
Updated@babel/runtime@^7.14.6