|
55 | 55 | "dependencies": { |
56 | 56 | "@prisma/client": "3.15.2", |
57 | 57 | "@sapphire/decorators": "^6.0.1", |
58 | | - "@sapphire/discord.js-utilities": "^6.0.6", |
59 | | - "@sapphire/eslint-config": "4.4.1", |
| 58 | + "@sapphire/discord.js-utilities": "^6.1.0", |
| 59 | + "@sapphire/eslint-config": "4.4.2", |
60 | 60 | "@sapphire/fetch": "^2.4.1", |
61 | 61 | "@sapphire/framework": "next", |
62 | 62 | "@sapphire/phisherman": "^1.4.1", |
63 | | - "@sapphire/plugin-api": "^5.0.3", |
| 63 | + "@sapphire/plugin-api": "^5.1.0", |
64 | 64 | "@sapphire/plugin-editable-commands": "^3.0.2", |
65 | 65 | "@sapphire/plugin-hmr": "^2.0.1", |
66 | 66 | "@sapphire/plugin-i18next": "^5.0.3", |
67 | | - "@sapphire/plugin-logger": "^3.0.3", |
| 67 | + "@sapphire/plugin-logger": "^3.0.4", |
68 | 68 | "@sapphire/plugin-subcommands": "^4.0.1", |
69 | 69 | "@sapphire/prettier-config": "^1.4.5", |
70 | 70 | "@sapphire/stopwatch": "1.5.0", |
71 | 71 | "@sapphire/time-utilities": "^1.7.9", |
72 | 72 | "@sapphire/ts-config": "3.3.4", |
73 | | - "@sapphire/type": "^2.3.0", |
74 | | - "@sapphire/utilities": "^3.11.1", |
| 73 | + "@sapphire/type": "^2.4.0", |
| 74 | + "@sapphire/utilities": "^3.12.0", |
75 | 75 | "@spectera/tag-parser": "^2.3.1", |
76 | | - "discord.js": "^13.15.1", |
| 76 | + "discord.js": "^13.16.0", |
77 | 77 | "dotenv-cra": "^3.0.3" |
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | | - "@babel/core": "^7.21.4", |
81 | | - "@babel/preset-env": "^7.21.4", |
82 | | - "@babel/preset-typescript": "^7.21.4", |
83 | | - "@commitlint/cli": "17.6.1", |
84 | | - "@commitlint/config-angular": "17.6.1", |
85 | | - "@commitlint/config-conventional": "17.6.1", |
| 80 | + "@babel/core": "^7.22.5", |
| 81 | + "@babel/preset-env": "^7.22.5", |
| 82 | + "@babel/preset-typescript": "^7.22.5", |
| 83 | + "@commitlint/cli": "17.6.5", |
| 84 | + "@commitlint/config-angular": "17.6.5", |
| 85 | + "@commitlint/config-conventional": "17.6.5", |
86 | 86 | "@types/jest": "^27.5.2", |
87 | | - "@types/node": "16.18.24", |
88 | | - "@typescript-eslint/eslint-plugin": "5.59.0", |
89 | | - "@typescript-eslint/parser": "5.59.0", |
| 87 | + "@types/node": "16.18.36", |
| 88 | + "@typescript-eslint/eslint-plugin": "5.59.11", |
| 89 | + "@typescript-eslint/parser": "5.59.11", |
90 | 90 | "babel-jest": "^28.1.3", |
91 | 91 | "colorette": "2.0.20", |
92 | | - "eslint": "~8.39.0", |
| 92 | + "eslint": "~8.43.0", |
93 | 93 | "husky": "8.0.3", |
94 | 94 | "jest": "^28.1.3", |
95 | 95 | "lint-staged": "12.5.0", |
96 | 96 | "npm-run-all": "^4.1.5", |
97 | | - "prettier": "2.8.7", |
| 97 | + "prettier": "2.8.8", |
98 | 98 | "pretty-quick": "^3.1.3", |
99 | 99 | "prisma": "3.15.2", |
100 | 100 | "reflect-metadata": "0.1.13", |
|
109 | 109 | "#lib/*": "./dist/lib/*.js", |
110 | 110 | "#root/*": "./dist/*.js" |
111 | 111 | }, |
112 | | - "packageManager": "yarn@3.5.0", |
| 112 | + "packageManager": "yarn@3.6.0", |
113 | 113 | "prettier": "@sapphire/prettier-config" |
114 | 114 | } |
0 commit comments