Update dependency prettier-plugin-tailwindcss to v0.2.3
This commit is contained in:
parent
4c053ec97a
commit
f5be05288f
@ -18,7 +18,7 @@
|
|||||||
"autoprefixer": "10.4.13",
|
"autoprefixer": "10.4.13",
|
||||||
"postcss": "8.4.21",
|
"postcss": "8.4.21",
|
||||||
"prettier": "2.8.4",
|
"prettier": "2.8.4",
|
||||||
"prettier-plugin-tailwindcss": "0.2.2",
|
"prettier-plugin-tailwindcss": "0.2.3",
|
||||||
"sass": "1.58.1",
|
"sass": "1.58.1",
|
||||||
"tailwindcss": "3.2.6",
|
"tailwindcss": "3.2.6",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
|
@ -8,7 +8,7 @@ specifiers:
|
|||||||
next: latest
|
next: latest
|
||||||
postcss: 8.4.21
|
postcss: 8.4.21
|
||||||
prettier: 2.8.4
|
prettier: 2.8.4
|
||||||
prettier-plugin-tailwindcss: 0.2.2
|
prettier-plugin-tailwindcss: 0.2.3
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
react-dom: 18.2.0
|
react-dom: 18.2.0
|
||||||
sass: 1.58.1
|
sass: 1.58.1
|
||||||
@ -29,7 +29,7 @@ devDependencies:
|
|||||||
autoprefixer: 10.4.13_postcss@8.4.21
|
autoprefixer: 10.4.13_postcss@8.4.21
|
||||||
postcss: 8.4.21
|
postcss: 8.4.21
|
||||||
prettier: 2.8.4
|
prettier: 2.8.4
|
||||||
prettier-plugin-tailwindcss: 0.2.2_prettier@2.8.4
|
prettier-plugin-tailwindcss: 0.2.3_prettier@2.8.4
|
||||||
sass: 1.58.1
|
sass: 1.58.1
|
||||||
tailwindcss: 3.2.6
|
tailwindcss: 3.2.6
|
||||||
typescript: 4.9.5
|
typescript: 4.9.5
|
||||||
@ -629,10 +629,11 @@ packages:
|
|||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/prettier-plugin-tailwindcss/0.2.2_prettier@2.8.4:
|
/prettier-plugin-tailwindcss/0.2.3_prettier@2.8.4:
|
||||||
resolution: {integrity: sha512-5RjUbWRe305pUpc48MosoIp6uxZvZxrM6GyOgsbGLTce+ehePKNm7ziW2dLG2air9aXbGuXlHVSQQw4Lbosq3w==}
|
resolution: {integrity: sha512-s2N5Dh7Ao5KTV1mao5ZBnn8EKtUcDPJEkGViZIjI0Ij9TTI5zgTz4IHOxW33jOdjHKa8CSjM88scelUiC5TNRQ==}
|
||||||
engines: {node: '>=12.17.0'}
|
engines: {node: '>=12.17.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
'@ianvs/prettier-plugin-sort-imports': '*'
|
||||||
'@prettier/plugin-php': '*'
|
'@prettier/plugin-php': '*'
|
||||||
'@prettier/plugin-pug': '*'
|
'@prettier/plugin-pug': '*'
|
||||||
'@shopify/prettier-plugin-liquid': '*'
|
'@shopify/prettier-plugin-liquid': '*'
|
||||||
@ -649,6 +650,8 @@ packages:
|
|||||||
prettier-plugin-svelte: '*'
|
prettier-plugin-svelte: '*'
|
||||||
prettier-plugin-twig-melody: '*'
|
prettier-plugin-twig-melody: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
|
'@ianvs/prettier-plugin-sort-imports':
|
||||||
|
optional: true
|
||||||
'@prettier/plugin-php':
|
'@prettier/plugin-php':
|
||||||
optional: true
|
optional: true
|
||||||
'@prettier/plugin-pug':
|
'@prettier/plugin-pug':
|
||||||
|
@ -542,10 +542,10 @@ postcss@8.4.5:
|
|||||||
picocolors "^1.0.0"
|
picocolors "^1.0.0"
|
||||||
source-map-js "^1.0.1"
|
source-map-js "^1.0.1"
|
||||||
|
|
||||||
prettier-plugin-tailwindcss@0.2.2:
|
prettier-plugin-tailwindcss@0.2.3:
|
||||||
version "0.2.2"
|
version "0.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.2.tgz#61f4437936c79c8cc2915f31b4bd512605177239"
|
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.3.tgz#b68a1de10056fc84055426af132c2697bea0955c"
|
||||||
integrity sha512-5RjUbWRe305pUpc48MosoIp6uxZvZxrM6GyOgsbGLTce+ehePKNm7ziW2dLG2air9aXbGuXlHVSQQw4Lbosq3w==
|
integrity sha512-s2N5Dh7Ao5KTV1mao5ZBnn8EKtUcDPJEkGViZIjI0Ij9TTI5zgTz4IHOxW33jOdjHKa8CSjM88scelUiC5TNRQ==
|
||||||
|
|
||||||
prettier@2.8.4:
|
prettier@2.8.4:
|
||||||
version "2.8.4"
|
version "2.8.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user