|
1 | 1 | { |
2 | 2 | "name": "@distube/spotify", |
3 | | - "version": "1.4.2", |
| 3 | + "version": "1.4.3", |
4 | 4 | "description": "A DisTube custom plugin for supporting Spotify.", |
5 | 5 | "main": "./dist/index.js", |
6 | 6 | "typings": "./dist/index.d.ts", |
|
18 | 18 | "prettier": "prettier --write \"**/*.{js,ts,json,yml,yaml,md}\"", |
19 | 19 | "build": "tsup", |
20 | 20 | "build:check": "tsc --noEmit", |
| 21 | + "update": "ncu -u && yarn up '**' -R", |
21 | 22 | "postinstall": "husky install", |
22 | 23 | "prepack": "yarn build && pinst -d", |
23 | 24 | "postpack": "pinst -e" |
|
40 | 41 | }, |
41 | 42 | "homepage": "https://github.com/distubejs/spotify#readme", |
42 | 43 | "devDependencies": { |
43 | | - "@babel/core": "^7.18.13", |
| 44 | + "@babel/core": "^7.20.5", |
44 | 45 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", |
| 46 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", |
46 | 47 | "@babel/plugin-proposal-private-methods": "^7.18.6", |
47 | | - "@babel/preset-env": "^7.18.10", |
| 48 | + "@babel/preset-env": "^7.20.2", |
48 | 49 | "@babel/preset-typescript": "^7.18.6", |
49 | | - "@commitlint/cli": "^17.1.2", |
50 | | - "@commitlint/config-conventional": "^17.1.0", |
51 | | - "@discordjs/opus": "^0.8.0", |
52 | | - "@discordjs/voice": "^0.11.0", |
53 | | - "@types/jest": "^29.0.0", |
| 50 | + "@commitlint/cli": "^17.3.0", |
| 51 | + "@commitlint/config-conventional": "^17.3.0", |
| 52 | + "@discordjs/opus": "^0.9.0", |
| 53 | + "@discordjs/voice": "^0.14.0", |
| 54 | + "@types/jest": "^29.2.4", |
54 | 55 | "@types/spotify-web-api-node": "^5.0.7", |
55 | | - "@typescript-eslint/eslint-plugin": "^5.36.1", |
56 | | - "@typescript-eslint/parser": "^5.36.1", |
57 | | - "babel-jest": "^29.0.1", |
58 | | - "commitlint": "^17.1.2", |
59 | | - "discord.js": "^14.3.0", |
60 | | - "distube": "^4.0.3", |
61 | | - "eslint": "^8.23.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 57 | + "@typescript-eslint/parser": "^5.46.1", |
| 58 | + "babel-jest": "^29.3.1", |
| 59 | + "commitlint": "^17.3.0", |
| 60 | + "discord.js": "^14.7.1", |
| 61 | + "distube": "^4.0.4", |
| 62 | + "eslint": "^8.29.0", |
62 | 63 | "eslint-config-distube": "^1.6.4", |
63 | 64 | "eslint-config-prettier": "^8.5.0", |
64 | | - "eslint-plugin-deprecation": "^1.3.2", |
65 | | - "eslint-plugin-jsdoc": "^39.3.6", |
66 | | - "husky": "^8.0.1", |
67 | | - "jest": "^29.0.1", |
| 65 | + "eslint-plugin-deprecation": "^1.3.3", |
| 66 | + "eslint-plugin-jsdoc": "^39.6.4", |
| 67 | + "husky": "^8.0.2", |
| 68 | + "jest": "^29.3.1", |
68 | 69 | "nano-staged": "^0.8.0", |
69 | 70 | "pinst": "^3.0.0", |
70 | | - "prettier": "^2.7.1", |
71 | | - "tsup": "^6.2.3", |
72 | | - "typescript": "^4.8.2" |
| 71 | + "prettier": "^2.8.1", |
| 72 | + "tsup": "^6.5.0", |
| 73 | + "typescript": "^4.9.4" |
73 | 74 | }, |
74 | 75 | "dependencies": { |
75 | 76 | "isomorphic-unfetch": "^3.1.0", |
76 | 77 | "spotify-uri": "^3.0.3", |
77 | | - "spotify-url-info": "^3.1.4", |
| 78 | + "spotify-url-info": "^3.1.10", |
78 | 79 | "spotify-web-api-node": "^5.0.2" |
79 | 80 | }, |
80 | 81 | "peerDependencies": { |
|
0 commit comments