From abbb3404add285ae053dbc5a65f467c898f16623 Mon Sep 17 00:00:00 2001 From: Kevin Satria D <130447401+kevinnsd1@users.noreply.github.com> Date: Wed, 20 May 2026 10:50:53 +0700 Subject: [PATCH] chore: save package-lock and gitignore --- package-lock.json | 4 ++-- package.json | 4 ++-- src/vite-env.d.ts | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 src/vite-env.d.ts diff --git a/package-lock.json b/package-lock.json index 6745642..6dbf237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@eslint/js": "^9.19.0", - "@tailwindcss/vite": "^4.0.0", + "@tailwindcss/vite": "^4.3.0", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", @@ -22,7 +22,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", - "tailwindcss": "^4.0.0", + "tailwindcss": "^4.3.0", "typescript": "~5.7.2", "typescript-eslint": "^8.22.0", "vite": "^6.1.0" diff --git a/package.json b/package.json index 3bfd131..ffffbf8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@eslint/js": "^9.19.0", - "@tailwindcss/vite": "^4.0.0", + "@tailwindcss/vite": "^4.3.0", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", @@ -24,7 +24,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", - "tailwindcss": "^4.0.0", + "tailwindcss": "^4.3.0", "typescript": "~5.7.2", "typescript-eslint": "^8.22.0", "vite": "^6.1.0" diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/src/vite-env.d.ts @@ -0,0 +1 @@ +///