diff --git a/package-lock.json b/package-lock.json index eae81db..8c995af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "tauri-app", "version": "0.1.0", + "license": "MIT", "dependencies": { "@hookform/resolvers": "^5.0.1", "@radix-ui/react-dropdown-menu": "^2.1.6", @@ -22,7 +23,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "tailwind-merge": "^3.1.0", - "tailwindcss": "^4.1.2", + "tailwindcss": "^4.1.8", "tw-animate-css": "^1.2.5", "zod": "^3.24.2" }, @@ -1244,6 +1245,12 @@ "tailwindcss": "4.1.2" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.2.tgz", + "integrity": "sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.2.tgz", @@ -1296,6 +1303,12 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.2.tgz", + "integrity": "sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==", + "license": "MIT" + }, "node_modules/@tauri-apps/api": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.4.1.tgz", @@ -3738,9 +3751,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.2.tgz", - "integrity": "sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.8.tgz", + "integrity": "sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 2284d35..9ce0d60 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "tailwind-merge": "^3.1.0", - "tailwindcss": "^4.1.2", + "tailwindcss": "^4.1.8", "tw-animate-css": "^1.2.5", "zod": "^3.24.2" },