From 0395f87669b7fcc0c341ff9e84d49ecc709d8dda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 13:05:07 +0200 Subject: [PATCH] chore(deps): update dev dependencies (non-major) (#97) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 4 ++-- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index a4e2512..9298c7f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,8 +14,8 @@ "@vitejs/plugin-react": "4.3.1", "autoprefixer": "10.4.20", "postcss": "8.4.41", - "tailwindcss": "3.4.9", - "vite": "5.4.0", + "tailwindcss": "3.4.10", + "vite": "5.4.2", "vite-plugin-favicons-inject": "2.2.0" }, "dependencies": { diff --git a/package-lock.json b/package-lock.json index ccc6fab..b1094c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", "mocha": "10.7.3", - "tsx": "4.17.0", + "tsx": "4.18.0", "typescript": "5.5.4" }, "engines": { @@ -77,8 +77,8 @@ "@vitejs/plugin-react": "4.3.1", "autoprefixer": "10.4.20", "postcss": "8.4.41", - "tailwindcss": "3.4.9", - "vite": "5.4.0", + "tailwindcss": "3.4.10", + "vite": "5.4.2", "vite-plugin-favicons-inject": "2.2.0" } }, @@ -9790,9 +9790,9 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.9.tgz", - "integrity": "sha512-1SEOvRr6sSdV5IDf9iC+NU4dhwdqzF4zKKq3sAbasUWHEM6lsMhX+eNN5gkPx1BvLFEnZQEUFbXnGj8Qlp83Pg==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dev": true, "license": "MIT", "dependencies": { @@ -10006,9 +10006,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.17.0.tgz", - "integrity": "sha512-eN4mnDA5UMKDt4YZixo9tBioibaMBpoxBkD+rIPAjVmYERSG0/dWEY1CEFuV89CgASlKL499q8AhmkMnnjtOJg==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.18.0.tgz", + "integrity": "sha512-a1jaKBSVQkd6yEc1/NI7G6yHFfefIcuf3QJST7ZEyn4oQnxLYrZR5uZAM8UrwUa3Ge8suiZHcNS1gNrEvmobqg==", "dev": true, "license": "MIT", "dependencies": { @@ -10276,15 +10276,15 @@ } }, "node_modules/vite": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", - "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz", + "integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==", "dev": true, "license": "MIT", "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.40", - "rollup": "^4.13.0" + "postcss": "^8.4.41", + "rollup": "^4.20.0" }, "bin": { "vite": "bin/vite.js" diff --git a/package.json b/package.json index a2fe363..eaef646 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", "mocha": "10.7.3", - "tsx": "4.17.0", + "tsx": "4.18.0", "typescript": "5.5.4" }, "dependencies": {