diff --git a/package-lock.json b/package-lock.json index f263c6f2..78f814d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "husky": "^9.0.11", "postcss": "^8", "prettier": "3.2.5", - "prettier-plugin-tailwindcss": "^0.5.13", + "prettier-plugin-tailwindcss": "^0.6.8", "prisma": "^5.14.0", "tailwindcss": "^3.4.3", "typescript": "^5" @@ -909,13 +909,13 @@ "version": "5.14.0", "resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-5.14.0.tgz", "integrity": "sha512-iq56qBZuFfX3fCxoxT8gBX33lQzomBU0qIUaEj1RebsKVz1ob/BVH1XSBwwwvRVtZEV1b7Fxx2eVu34Ge/mg3w==", - "dev": true + "devOptional": true }, "node_modules/@prisma/engines": { "version": "5.14.0", "resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.14.0.tgz", "integrity": "sha512-lgxkKZ6IEygVcw6IZZUlPIfLQ9hjSYAtHjZ5r64sCLDgVzsPFCi2XBBJgzPMkOQ5RHzUD4E/dVdpn9+ez8tk1A==", - "dev": true, + "devOptional": true, "hasInstallScript": true, "dependencies": { "@prisma/debug": "5.14.0", @@ -928,13 +928,13 @@ "version": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48", "resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48.tgz", "integrity": "sha512-ip6pNkRo1UxWv+6toxNcYvItNYaqQjXdFNGJ+Nuk2eYtRoEdoF13wxo7/jsClJFFenMPVNVqXQDV0oveXnR1cA==", - "dev": true + "devOptional": true }, "node_modules/@prisma/fetch-engine": { "version": "5.14.0", "resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-5.14.0.tgz", "integrity": "sha512-VrheA9y9DMURK5vu8OJoOgQpxOhas3qF0IBHJ8G/0X44k82kc8E0w98HCn2nhnbOOMwbWsJWXfLC2/F8n5u0gQ==", - "dev": true, + "devOptional": true, "dependencies": { "@prisma/debug": "5.14.0", "@prisma/engines-version": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48", @@ -945,7 +945,7 @@ "version": "5.14.0", "resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-5.14.0.tgz", "integrity": "sha512-/yAyBvcEjRv41ynZrhdrPtHgk47xLRRq/o5eWGcUpBJ1YrUZTYB8EoPiopnP7iQrMATK8stXQdPOoVlrzuTQZw==", - "dev": true, + "devOptional": true, "dependencies": { "@prisma/debug": "5.14.0" } @@ -6995,9 +6995,10 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.13", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", + "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.21.3" }, @@ -7013,6 +7014,7 @@ "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", "prettier-plugin-marko": "*", + "prettier-plugin-multiline-arrays": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-sort-imports": "*", @@ -7050,6 +7052,9 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, @@ -7075,7 +7080,7 @@ "version": "5.14.0", "resolved": "https://registry.npmjs.org/prisma/-/prisma-5.14.0.tgz", "integrity": "sha512-gCNZco7y5XtjrnQYeDJTiVZmT/ncqCr5RY1/Cf8X2wgLRmyh9ayPAGBNziI4qEE4S6SxCH5omQLVo9lmURaJ/Q==", - "dev": true, + "devOptional": true, "hasInstallScript": true, "dependencies": { "@prisma/engines": "5.14.0" @@ -8532,7 +8537,6 @@ "version": "5.4.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", - "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 24acc064..5f0f6808 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "husky": "^9.0.11", "postcss": "^8", "prettier": "3.2.5", - "prettier-plugin-tailwindcss": "^0.5.13", + "prettier-plugin-tailwindcss": "^0.6.8", "prisma": "^5.14.0", "tailwindcss": "^3.4.3", "typescript": "^5"