|
1 | 1 | {
|
2 | 2 | "name": "arunabase",
|
3 |
| - "version": "1.0.0-ALPHA.13", |
| 3 | + "version": "1.0.0-ALPHA.14", |
4 | 4 | "description": "An API made to help developers what works with discord and twitch.",
|
5 | 5 | "main": "build/index.js",
|
6 | 6 | "types": "build/index.d.ts",
|
|
36 | 36 | "dependencies": {
|
37 | 37 | "@promisepending/logger.js": "^1.1.1",
|
38 | 38 | "@twitchapis/twitch.js": "^2.0.0-beta.7",
|
39 |
| - "arunacore-api": "^1.0.0-BETA.0", |
40 |
| - "discord.js": "^14.20.0", |
| 39 | + "arunacore-api": "^1.0.0-BETA.3", |
| 40 | + "discord.js": "^14.21.0", |
41 | 41 | "path-to-regexp": "^8.2.0"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@typescript-eslint/eslint-plugin": "^8.34.1", |
45 |
| - "@typescript-eslint/parser": "^8.34.1", |
46 |
| - "eslint": "^9.29.0", |
47 |
| - "eslint-plugin-import": "^2.31.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^8.40.0", |
| 45 | + "eslint": "^9.33.0", |
| 46 | + "eslint-plugin-import": "^2.32.0", |
48 | 47 | "eslint-plugin-node": "^11.1.0",
|
49 | 48 | "eslint-plugin-promise": "^7.2.1",
|
50 |
| - "globals": "^16.2.0", |
51 |
| - "typescript": "^5.8.3" |
| 49 | + "globals": "^16.3.0", |
| 50 | + "typescript": "^5.9.2" |
52 | 51 | }
|
53 | 52 | }
|
0 commit comments