mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Merge branch 'master' of github.com:codetheweb/muse
This commit is contained in:
commit
a5dce868c4
14
package.json
14
package.json
|
@ -25,7 +25,7 @@
|
|||
"docker-publish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t codetheweb/muse:latest --push ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bluebird": "^3.5.33",
|
||||
"@types/bluebird": "^3.5.35",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/fluent-ffmpeg": "^2.1.17",
|
||||
"@types/fs-capacitor": "^2.0.0",
|
||||
|
@ -33,16 +33,16 @@
|
|||
"@types/node-emoji": "^1.8.1",
|
||||
"@types/spotify-web-api-node": "^4.0.2",
|
||||
"@types/validator": "^13.1.3",
|
||||
"@types/ws": "^7.4.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"eslint": "^7.25.0",
|
||||
"@types/ws": "^7.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
||||
"@typescript-eslint/parser": "^4.25.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-config-xo": "^0.35.0",
|
||||
"eslint-config-xo-typescript": "^0.36.0",
|
||||
"husky": "^4.3.8",
|
||||
"nodemon": "^2.0.7",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.2.4"
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
@ -71,7 +71,7 @@
|
|||
"debug": "^4.3.1",
|
||||
"delay": "^5.0.0",
|
||||
"discord.js": "^12.5.3",
|
||||
"dotenv": "^8.2.0",
|
||||
"dotenv": "^8.5.1",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"fs-capacitor": "^6.2.0",
|
||||
"get-youtube-id": "^1.0.1",
|
||||
|
|
Loading…
Reference in a new issue