|
30 | 30 | "pretty-quick": "pretty-quick"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@commitlint/cli": "^13.2.0", |
| 33 | + "@commitlint/cli": "^13.2.1", |
34 | 34 | "@commitlint/config-conventional": "^13.2.0",
|
35 | 35 | "@semantic-release/changelog": "^6.0.0",
|
36 | 36 | "@semantic-release/git": "^10.0.0",
|
37 | 37 | "@types/node": "^16.10.1",
|
38 | 38 | "@types/semantic-release": "^17.2.2",
|
39 | 39 | "@types/ws": "^8.2.0",
|
40 |
| - "@typescript-eslint/eslint-plugin": "^4.32.0", |
41 |
| - "@typescript-eslint/parser": "^4.32.0", |
| 40 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 41 | + "@typescript-eslint/parser": "^4.33.0", |
42 | 42 | "cz-conventional-changelog": "3.3.0",
|
43 | 43 | "eslint": "^7.32.0",
|
44 | 44 | "eslint-config-prettier": "^8.3.0",
|
45 | 45 | "husky": "^7.0.2",
|
46 |
| - "lint-staged": "^11.1.2", |
| 46 | + "lint-staged": "^11.2.3", |
47 | 47 | "prettier": "^2.4.1",
|
48 | 48 | "pretty-quick": "^3.1.1",
|
49 | 49 | "semantic-release": "^18.0.0",
|
50 | 50 | "typescript": "^4.4.3"
|
51 | 51 | },
|
52 | 52 | "dependencies": {
|
53 | 53 | "@discordjs/collection": "^0.2.1",
|
54 |
| - "@sapphire/decorators": "^3.0.1", |
| 54 | + "@sapphire/decorators": "^3.1.0", |
55 | 55 | "@sapphire/discord.js-utilities": "next",
|
56 | 56 | "@sapphire/framework": "next",
|
57 |
| - "@sapphire/pieces": "3.0.0", |
| 57 | + "@sapphire/pieces": "3.0.1", |
58 | 58 | "@sapphire/plugin-api": "next",
|
59 | 59 | "@sapphire/plugin-logger": "next",
|
60 | 60 | "@sapphire/utilities": "^2.0.1",
|
61 |
| - "@sentry/node": "^6.13.2", |
| 61 | + "@sentry/node": "^6.13.3", |
62 | 62 | "dbots": "^9.0.1",
|
63 | 63 | "discord-api-types": "^0.23.1",
|
64 |
| - "discord.js": "^13.1.0", |
| 64 | + "discord.js": "^13.2.0", |
65 | 65 | "dotenv": "^10.0.0",
|
66 | 66 | "tslib": "^2.3.1"
|
67 | 67 | },
|
|
0 commit comments