diff --git a/package-lock.json b/package-lock.json index a76c524..366b564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,6 @@ "": { "dependencies": { "@heroicons/react": "^2.0.18", - "@tailwindcss/forms": "^0.5.7", "@types/node": "20.5.7", "autoprefixer": "10.4.15", "bcrypt": "^5.1.1", @@ -19,7 +18,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.3.3", + "tailwindcss": "^3.4.0", "typescript": "5.2.2", "use-debounce": "^10.0.0", "zod": "^3.22.2" @@ -1103,17 +1102,6 @@ "tslib": "^2.4.0" } }, - "node_modules/@tailwindcss/forms": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz", - "integrity": "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==", - "dependencies": { - "mini-svg-data-uri": "^1.2.3" - }, - "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" - } - }, "node_modules/@types/bcrypt": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/@types/bcrypt/-/bcrypt-5.0.1.tgz", @@ -5059,14 +5047,6 @@ "node": ">=4" } }, - "node_modules/mini-svg-data-uri": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", - "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==", - "bin": { - "mini-svg-data-uri": "cli.js" - } - }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -7138,19 +7118,19 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", - "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", "chokidar": "^3.5.3", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index e440780..4a1b18f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ }, "dependencies": { "@heroicons/react": "^2.0.18", - "@tailwindcss/forms": "^0.5.7", "@types/node": "20.5.7", "autoprefixer": "10.4.15", "bcrypt": "^5.1.1", @@ -23,7 +22,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.3.3", + "tailwindcss": "^3.4.0", "typescript": "5.2.2", "use-debounce": "^10.0.0", "zod": "^3.22.2" diff --git a/tailwind.config.ts b/tailwind.config.ts index 1179ea2..bc0b661 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -28,7 +28,6 @@ const config: Config = { }, }, plugins: [ - require('@tailwindcss/forms'), require("daisyui") ], };