chore: update devDependencies
This commit is contained in:
parent
7b21cb314a
commit
5b88116582
16
package.json
16
package.json
|
@ -26,16 +26,16 @@
|
|||
"spotify-web-api-node": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.0",
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/spotify-web-api-node": "^5.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"ava": "^3.15.0",
|
||||
"eslint": "^7.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||
"@typescript-eslint/parser": "^5.16.0",
|
||||
"ava": "^4.1.0",
|
||||
"eslint": "^8.11.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"prettier": "^2.4.1",
|
||||
"ts-node": "^10.3.0",
|
||||
"typescript": "^4.4.4"
|
||||
"prettier": "^2.6.0",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.6.3"
|
||||
},
|
||||
"ava": {
|
||||
"extensions": [
|
||||
|
|
Loading…
Reference in New Issue