From 49cc420662e2873516ede1fff0e9fc7d84680d31 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 30 Mar 2025 17:51:55 -0400 Subject: Updated packages --- bot/bun.lockb | Bin 159191 -> 162195 bytes bot/eslint.config.js | 2 +- bot/package.json | 8 ++++---- bot/src/commands/suggest.js | 3 ++- web/bun.lockb | Bin 151013 -> 151312 bytes web/package.json | 16 ++++++++-------- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/bot/bun.lockb b/bot/bun.lockb index faf6f87..71d13ae 100644 Binary files a/bot/bun.lockb and b/bot/bun.lockb differ diff --git a/bot/eslint.config.js b/bot/eslint.config.js index 3e15c48..6e8c23d 100644 --- a/bot/eslint.config.js +++ b/bot/eslint.config.js @@ -21,7 +21,7 @@ export default [ '@stylistic/js/semi-style': ['error', 'last'], '@stylistic/js/semi': ['error', 'always'], '@stylistic/js/indent': ['error', 4], - 'object-curly-spacing': ['error', 'always'], + '@stylistic/js/object-curly-spacing': ['error', 'always'], 'require-await': 'error' } }, diff --git a/bot/package.json b/bot/package.json index 18ea6bb..77ebecd 100644 --- a/bot/package.json +++ b/bot/package.json @@ -20,15 +20,15 @@ "jsonwebtoken": "^9.0.2", "node-cron": "^3.0.3", "ollama": "^0.5.14", - "sequelize": "^6.37.6", + "sequelize": "^6.37.7", "sequelize-cli": "^6.6.2", "sqlite3": "^5.1.7" }, "devDependencies": { - "@eslint/js": "^9.21.0", - "@stylistic/eslint-plugin-js": "^4.1.0", + "@eslint/js": "^9.23.0", + "@stylistic/eslint-plugin-js": "^4.2.0", "dotenv": "^16.4.7", - "eslint": "^9.21.0", + "eslint": "^9.23.0", "globals": "^16.0.0", "nodemon": "^3.1.9" } diff --git a/bot/src/commands/suggest.js b/bot/src/commands/suggest.js index 914284c..e841c15 100644 --- a/bot/src/commands/suggest.js +++ b/bot/src/commands/suggest.js @@ -54,7 +54,8 @@ export default { .addFields({ name: 'Suggestion Content', value: feature }) .setColor(abEmbedColour) .setFooter({ text: `Sending from ${modalInteraction.guild.name}`, iconURL: modalInteraction.guild.iconURL() }) - ] }); + ] + }); return await modalInteraction.reply({ content: 'Your suggestion has been sent.', flags: MessageFlags.Ephemeral }); }) diff --git a/web/bun.lockb b/web/bun.lockb index adc0d02..26258e7 100644 Binary files a/web/bun.lockb and b/web/bun.lockb differ diff --git a/web/package.json b/web/package.json index 8200a8d..db0ef5a 100644 --- a/web/package.json +++ b/web/package.json @@ -9,15 +9,15 @@ "lint": "next lint" }, "dependencies": { - "next": "^15.2.3", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "next": "^15.2.4", + "react": "^19.1.0", + "react-dom": "^19.1.0" }, "devDependencies": { - "@eslint/eslintrc": "^3", - "@tailwindcss/postcss": "^4.0.15", - "eslint": "^9", - "eslint-config-next": "15.2.3", - "tailwindcss": "^4.0.15" + "@eslint/eslintrc": "^3.3.1", + "@tailwindcss/postcss": "^4.0.17", + "eslint": "^9.23.0", + "eslint-config-next": "^15.2.4", + "tailwindcss": "^4.0.17" } } -- cgit v1.2.3