diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b3e44219..2d889792 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -419,7 +419,7 @@ importers: version: 7.36.1(eslint@9.10.0(jiti@1.21.6)) eslint-plugin-react-hooks: specifier: rc - version: 5.1.0-rc-5d19e1c8-20240923(eslint@9.10.0(jiti@1.21.6)) + version: 5.1.0-rc-04bd67a4-20240924(eslint@9.10.0(jiti@1.21.6)) eslint-plugin-turbo: specifier: ^2.1.2 version: 2.1.2(eslint@9.10.0(jiti@1.21.6)) @@ -454,8 +454,8 @@ importers: specifier: 'catalog:' version: 3.3.3 prettier-plugin-tailwindcss: - specifier: ^0.6.6 - version: 0.6.6(@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3))(prettier@3.3.3) + specifier: ^0.6.8 + version: 0.6.8(@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3))(prettier@3.3.3) devDependencies: '@kosori/tsconfig': specifier: workspace:* @@ -2834,8 +2834,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-react-hooks@5.1.0-rc-5d19e1c8-20240923: - resolution: {integrity: sha512-eALOQ3A68fyKEqjfpV8kh8nTvIx48PNqjl4wOMesA5TgVIxIMXipxCq+0+IQkSOxZMPQezR7Jy06ew2JWNfKDA==} + eslint-plugin-react-hooks@5.1.0-rc-04bd67a4-20240924: + resolution: {integrity: sha512-7z/4xgNRUds/0jLx1znXbHS1KWIfaLJgaP9maBR3P16ynGppsxmxSgnVAG6NBRYfvn0yfYecU5mGPXjcZnrtPw==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -4166,8 +4166,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier-plugin-tailwindcss@0.6.6: - resolution: {integrity: sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==} + prettier-plugin-tailwindcss@0.6.8: + resolution: {integrity: sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==} engines: {node: '>=14.21.3'} peerDependencies: '@ianvs/prettier-plugin-sort-imports': '*' @@ -7580,7 +7580,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 - eslint-plugin-react-hooks@5.1.0-rc-5d19e1c8-20240923(eslint@9.10.0(jiti@1.21.6)): + eslint-plugin-react-hooks@5.1.0-rc-04bd67a4-20240924(eslint@9.10.0(jiti@1.21.6)): dependencies: eslint: 9.10.0(jiti@1.21.6) @@ -9344,7 +9344,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-tailwindcss@0.6.6(@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3))(prettier@3.3.3): + prettier-plugin-tailwindcss@0.6.8(@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3))(prettier@3.3.3): dependencies: prettier: 3.3.3 optionalDependencies: diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json index 857a3b8a..7a90a505 100644 --- a/tooling/prettier/package.json +++ b/tooling/prettier/package.json @@ -14,7 +14,7 @@ "dependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.3.1", "prettier": "catalog:", - "prettier-plugin-tailwindcss": "^0.6.6" + "prettier-plugin-tailwindcss": "^0.6.8" }, "devDependencies": { "@kosori/tsconfig": "workspace:*",