|
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | 56 | "@prisma/client": "3.15.2", |
57 | | - "@sapphire/decorators": "^6.0.2", |
| 57 | + "@sapphire/decorators": "^6.2.0", |
58 | 58 | "@sapphire/discord.js-utilities": "^6.1.0", |
59 | 59 | "@sapphire/eslint-config": "4.4.3", |
60 | | - "@sapphire/fetch": "^2.4.1", |
| 60 | + "@sapphire/fetch": "^2.4.2", |
61 | 61 | "@sapphire/framework": "next", |
62 | | - "@sapphire/phisherman": "^1.4.1", |
| 62 | + "@sapphire/phisherman": "^1.4.2", |
63 | 63 | "@sapphire/plugin-api": "^5.2.0", |
64 | 64 | "@sapphire/plugin-editable-commands": "^3.1.0", |
65 | 65 | "@sapphire/plugin-hmr": "^2.0.3", |
66 | 66 | "@sapphire/plugin-i18next": "^5.1.1", |
67 | 67 | "@sapphire/plugin-logger": "^3.0.7", |
68 | 68 | "@sapphire/plugin-subcommands": "^4.3.0", |
69 | 69 | "@sapphire/prettier-config": "^1.4.5", |
70 | | - "@sapphire/stopwatch": "1.5.0", |
71 | | - "@sapphire/time-utilities": "^1.7.10", |
| 70 | + "@sapphire/stopwatch": "1.5.4", |
| 71 | + "@sapphire/time-utilities": "^1.7.14", |
72 | 72 | "@sapphire/ts-config": "3.3.4", |
73 | | - "@sapphire/type": "^2.4.1", |
74 | | - "@sapphire/utilities": "^3.13.0", |
| 73 | + "@sapphire/type": "^2.6.0", |
| 74 | + "@sapphire/utilities": "^3.18.2", |
75 | 75 | "@spectera/tag-parser": "^2.3.1", |
76 | 76 | "discord.js": "^13.17.1", |
77 | 77 | "dotenv-cra": "^3.0.3" |
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | | - "@babel/core": "^7.23.3", |
81 | | - "@babel/preset-env": "^7.23.3", |
| 80 | + "@babel/core": "^7.28.4", |
| 81 | + "@babel/preset-env": "^7.28.3", |
82 | 82 | "@babel/preset-typescript": "^7.23.3", |
83 | 83 | "@commitlint/cli": "17.8.1", |
84 | 84 | "@commitlint/config-angular": "17.8.1", |
85 | 85 | "@commitlint/config-conventional": "17.8.1", |
86 | 86 | "@types/jest": "^27.5.2", |
87 | | - "@types/node": "16.18.65", |
| 87 | + "@types/node": "16.18.126", |
88 | 88 | "@typescript-eslint/eslint-plugin": "5.62.0", |
89 | 89 | "@typescript-eslint/parser": "5.62.0", |
90 | 90 | "babel-jest": "^28.1.3", |
91 | 91 | "colorette": "2.0.20", |
92 | | - "eslint": "~8.54.0", |
| 92 | + "eslint": "~8.57.1", |
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 | 97 | "prettier": "2.8.8", |
98 | | - "pretty-quick": "^3.1.3", |
| 98 | + "pretty-quick": "^3.3.1", |
99 | 99 | "prisma": "3.15.2", |
100 | | - "reflect-metadata": "0.1.13", |
| 100 | + "reflect-metadata": "0.2.2", |
101 | 101 | "tsc-watch": "5.0.3", |
102 | 102 | "tsup": "^5.12.9", |
103 | 103 | "typescript": "^4.9.5" |
|
109 | 109 | "#lib/*": "./dist/lib/*.js", |
110 | 110 | "#root/*": "./dist/*.js" |
111 | 111 | }, |
112 | | - "packageManager": "yarn@3.7.0", |
| 112 | + "packageManager": "yarn@3.8.7", |
113 | 113 | "prettier": "@sapphire/prettier-config" |
114 | 114 | } |
0 commit comments