core(package): update the package to the newest version

- The `bun update` command was launch
This commit is contained in:
Raphael 2025-11-14 22:09:37 +01:00 committed by Raphaël
parent 04854d997e
commit eb7cae0952

View file

@ -18,25 +18,25 @@
]
},
"devDependencies": {
"@types/bun": "^1.3.0",
"@types/node": "^24.7.2",
"eslint": "^9.37.0",
"@types/bun": "^1.3.2",
"@types/node": "^24.10.1",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"lint-staged": "^16.2.4",
"lint-staged": "^16.2.6",
"prettier": "^3.6.2",
"prisma": "^6.17.1",
"typescript-eslint": "^8.46.1"
"prisma": "^6.19.0",
"typescript-eslint": "^8.46.4"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@discordjs/builders": "^1.12.2",
"@prisma/client": "^6.17.1",
"@discordjs/builders": "^1.13.0",
"@prisma/client": "^6.19.0",
"chalk": "^5.6.2",
"discord.js": "^15.0.0-dev.1760227315-180dd60c6",
"discord.js": "^15.0.0-move-client-init.1761650119-a4c0a246f",
"dotenv": "^17.2.3",
"mariadb": "^3.4.5",
"module-alias": "^2.2.3"