1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-25 12:15:18 +01:00

[deps] Autofill: Update prettier-plugin-tailwindcss to v0.5.13 (#8558)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-01 11:09:00 -04:00 committed by GitHub
parent 2e51d96416
commit 8803f87994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -161,7 +161,7 @@
"postcss": "8.4.35", "postcss": "8.4.35",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.2.2", "prettier": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.12", "prettier-plugin-tailwindcss": "0.5.13",
"process": "0.11.10", "process": "0.11.10",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
@ -31723,9 +31723,9 @@
} }
}, },
"node_modules/prettier-plugin-tailwindcss": { "node_modules/prettier-plugin-tailwindcss": {
"version": "0.5.12", "version": "0.5.13",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.12.tgz", "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.13.tgz",
"integrity": "sha512-o74kiDBVE73oHW+pdkFSluHBL3cYEvru5YgEqNkBMFF7Cjv+w1vI565lTlfoJT4VLWDe0FMtZ7FkE/7a4pMXSQ==", "integrity": "sha512-2tPWHCFNC+WRjAC4SIWQNSOdcL1NNkydXim8w7TDqlZi+/ulZYz2OouAI6qMtkggnPt7lGamboj6LcTMwcCvoQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14.21.3" "node": ">=14.21.3"
@ -31735,6 +31735,7 @@
"@prettier/plugin-pug": "*", "@prettier/plugin-pug": "*",
"@shopify/prettier-plugin-liquid": "*", "@shopify/prettier-plugin-liquid": "*",
"@trivago/prettier-plugin-sort-imports": "*", "@trivago/prettier-plugin-sort-imports": "*",
"@zackad/prettier-plugin-twig-melody": "*",
"prettier": "^3.0", "prettier": "^3.0",
"prettier-plugin-astro": "*", "prettier-plugin-astro": "*",
"prettier-plugin-css-order": "*", "prettier-plugin-css-order": "*",
@ -31760,6 +31761,9 @@
"@trivago/prettier-plugin-sort-imports": { "@trivago/prettier-plugin-sort-imports": {
"optional": true "optional": true
}, },
"@zackad/prettier-plugin-twig-melody": {
"optional": true
},
"prettier-plugin-astro": { "prettier-plugin-astro": {
"optional": true "optional": true
}, },
@ -31789,9 +31793,6 @@
}, },
"prettier-plugin-svelte": { "prettier-plugin-svelte": {
"optional": true "optional": true
},
"prettier-plugin-twig-melody": {
"optional": true
} }
} }
}, },

View File

@ -122,7 +122,7 @@
"postcss": "8.4.35", "postcss": "8.4.35",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"prettier": "3.2.2", "prettier": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.12", "prettier-plugin-tailwindcss": "0.5.13",
"process": "0.11.10", "process": "0.11.10",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",