diff --git a/package-lock.json b/package-lock.json index 1113781..0c868d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "zustand": "^5.0.0-rc.2" }, "devDependencies": { - "@types/bun": "latest", + "@types/bun": "*", "@types/node": "^22.4.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", @@ -39,7 +39,7 @@ "gh-pages": "^6.1.1", "postcss": "^8.4.40", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.6", + "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.13", "typescript": "^5.2.2", "vite": "^5.4.6", @@ -8122,9 +8122,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", - "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", + "version": "0.6.9", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz", + "integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==", "dev": true, "engines": { "node": ">=14.21.3" diff --git a/package.json b/package.json index 29af6a7..adf5cde 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gh-pages": "^6.1.1", "postcss": "^8.4.40", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.6", + "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.13", "typescript": "^5.2.2", "vite": "^5.4.6",