|
27 | 27 | "prepare": "husky install .github/husky"
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 |
| - "@sapphire/discord-utilities": "^2.3.0", |
31 |
| - "@sapphire/discord.js-utilities": "^4.1.4", |
| 30 | + "@sapphire/discord-utilities": "^2.4.0", |
| 31 | + "@sapphire/discord.js-utilities": "^4.1.5", |
32 | 32 | "@sapphire/pieces": "^3.2.0",
|
33 | 33 | "@sapphire/ratelimits": "^2.1.10",
|
34 | 34 | "@sapphire/utilities": "^3.1.0",
|
|
40 | 40 | "@commitlint/config-conventional": "^15.0.0",
|
41 | 41 | "@favware/npm-deprecate": "^1.0.4",
|
42 | 42 | "@favware/rollup-type-bundler": "^1.0.6",
|
43 |
| - "@sapphire/eslint-config": "^4.0.7", |
44 |
| - "@sapphire/prettier-config": "^1.2.6", |
| 43 | + "@sapphire/eslint-config": "^4.0.8", |
| 44 | + "@sapphire/prettier-config": "^1.2.7", |
45 | 45 | "@sapphire/ts-config": "^3.1.6",
|
46 | 46 | "@types/jest": "^27.0.3",
|
47 | 47 | "@types/node": "^16.11.11",
|
48 | 48 | "@types/ws": "^8.2.1",
|
| 49 | + "@typescript-eslint/eslint-plugin": "^5.6.0", |
| 50 | + "@typescript-eslint/parser": "^5.6.0", |
49 | 51 | "cz-conventional-changelog": "^3.3.0",
|
50 | 52 | "discord.js": "^13.3.1",
|
51 |
| - "eslint": "^8.4.0", |
| 53 | + "eslint": "^8.4.1", |
| 54 | + "eslint-config-prettier": "^8.3.0", |
| 55 | + "eslint-plugin-prettier": "^4.0.0", |
52 | 56 | "gen-esm-wrapper": "^1.1.3",
|
53 | 57 | "husky": "^7.0.4",
|
54 | 58 | "jest": "^27.4.3",
|
|
64 | 68 | "typedoc": "^0.22.10",
|
65 | 69 | "typedoc-plugin-djs-links": "^1.0.3",
|
66 | 70 | "typedoc-plugin-mdn-links": "^1.0.4",
|
67 |
| - "typescript": "^4.5.2" |
| 71 | + "typescript": "^4.5.3" |
68 | 72 | },
|
69 | 73 | "repository": {
|
70 | 74 | "type": "git",
|
|
0 commit comments