audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.46 to 4.0.47
@@ -12,13 +12,13 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.19.4", | ||
"tslib": "^2.4.0" | ||
"@babel/runtime": "^7.20.1", | ||
"tslib": "^2.4.1" | ||
}, | ||
"description": "A reader for files created by audfprint.", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
"@babel/core": "^7.20.2", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-angular": "^17.1.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-angular": "^17.2.0", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
@@ -28,3 +28,3 @@ "chai": "^4.3.6", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.26.0", | ||
"eslint": "^8.27.0", | ||
"eslint-config-holy-grail": "^52.0.33", | ||
@@ -54,3 +54,3 @@ "grunt": "^1.5.3", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.33", | ||
"tslint-config-holy-grail": "^53.2.34", | ||
"typescript": "^4.8.4", | ||
@@ -79,3 +79,3 @@ "webpack": "^5.74.0" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.46" | ||
"version": "4.0.47" | ||
} |
Updated@babel/runtime@^7.20.1
Updatedtslib@^2.4.1