mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 14:31:36 +02:00
Bump dependencies
This commit is contained in:
parent
dc70a37e96
commit
4e1a156f9b
7 changed files with 121 additions and 90 deletions
22
package.json
22
package.json
|
@ -30,18 +30,19 @@
|
|||
"@types/fluent-ffmpeg": "^2.1.14",
|
||||
"@types/fs-capacitor": "^2.0.0",
|
||||
"@types/node": "^13.9.1",
|
||||
"@types/node-emoji": "^1.8.1",
|
||||
"@types/spotify-web-api-node": "^4.0.1",
|
||||
"@types/validator": "^12.0.1",
|
||||
"@types/ws": "^7.2.2",
|
||||
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
||||
"@typescript-eslint/parser": "^2.24.0",
|
||||
"@types/ws": "^7.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^2.25.0",
|
||||
"@typescript-eslint/parser": "^2.25.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-xo": "^0.29.1",
|
||||
"eslint-config-xo-typescript": "^0.26.0",
|
||||
"eslint-config-xo-typescript": "^0.27.0",
|
||||
"husky": "^4.2.3",
|
||||
"nodemon": "^2.0.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"ts-node": "^8.6.2",
|
||||
"ts-node": "^8.8.1",
|
||||
"typescript": "^3.8.3"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
@ -56,7 +57,8 @@
|
|||
"rules": {
|
||||
"new-cap": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars-experimental": "error"
|
||||
"@typescript-eslint/no-unused-vars-experimental": "error",
|
||||
"@typescript-eslint/prefer-readonly-parameter-types": "off"
|
||||
}
|
||||
},
|
||||
"husky": {
|
||||
|
@ -74,7 +76,7 @@
|
|||
"fluent-ffmpeg": "^2.1.2",
|
||||
"fs-capacitor": "^6.1.0",
|
||||
"get-youtube-id": "^1.0.1",
|
||||
"got": "^10.6.0",
|
||||
"got": "^10.7.0",
|
||||
"hasha": "^5.2.0",
|
||||
"inversify": "^5.0.1",
|
||||
"iso8601-duration": "^1.2.0",
|
||||
|
@ -87,8 +89,8 @@
|
|||
"spotify-web-api-node": "^4.0.0",
|
||||
"sqlite3": "^4.1.1",
|
||||
"unique-random-array": "^2.0.0",
|
||||
"youtube.ts": "^0.1.1",
|
||||
"ytdl-core": "^2.0.0",
|
||||
"ytsr": "^0.1.11"
|
||||
"youtube.ts": "^0.1.3",
|
||||
"ytdl-core": "^2.0.1",
|
||||
"ytsr": "^0.1.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue