From 179430b56498faf390cde2949e23c02c3c7395af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 07:14:58 +0000 Subject: [PATCH] chore(deps): update dev dependencies (non-major) --- frontend/package.json | 14 +++++++------- package.json | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f25695ff..36bf2963 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,13 +9,13 @@ "lint-fix": "tsc --noEmit -p tsconfig.lint.json && eslint --fix ." }, "devDependencies": { - "@tailwindcss/vite": "4.3.1", - "@types/luxon": "3.7.2", - "@types/react": "19.2.17", - "@types/react-dom": "19.2.3", - "@vitejs/plugin-react": "6.0.3", - "tailwindcss": "4.3.1", - "vite": "8.1.0", + "@tailwindcss/vite": "4.3.3", + "@types/luxon": "3.7.5", + "@types/react": "19.2.18", + "@types/react-dom": "19.2.5", + "@vitejs/plugin-react": "6.1.1", + "tailwindcss": "4.3.3", + "vite": "8.2.2", "vite-plugin-favicons-inject": "2.2.0" }, "dependencies": { diff --git a/package.json b/package.json index b2d0d461..98b29f5c 100644 --- a/package.json +++ b/package.json @@ -37,14 +37,14 @@ "@meyfa/eslint-config": "9.0.0", "@types/mocha": "10.0.10", "@types/ms": "2.1.0", - "@types/node": "22.20.0", + "@types/node": "22.20.1", "@types/passport-local": "1.0.38", - "eslint": "9.39.4", + "eslint": "9.39.5", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.1.1", - "mocha": "11.7.6", - "tsx": "4.22.4", + "mocha": "11.8.0", + "tsx": "4.23.12", "typescript": "5.9.3" }, "dependencies": {