chore(deps): update dependency tailwindcss to v3.1.4

This commit is contained in:
renovate[bot]
2022-06-25 12:17:47 +00:00
parent bd7f26131f
commit 0909edd307
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -48894,9 +48894,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz",
"integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz",
"integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==",
"dependencies": {
"arg": "^5.0.2",
"chokidar": "^3.5.3",
@@ -53850,7 +53850,7 @@
"rollup": "2.75.7",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.1.3"
"tailwindcss": "3.1.4"
},
"engines": {
"node": ">=16",
@@ -56207,7 +56207,7 @@
"rollup": "2.75.7",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.1.3",
"tailwindcss": "3.1.4",
"typescript": "4.7.4"
}
},
@@ -87006,9 +87006,9 @@
}
},
"tailwindcss": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz",
"integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz",
"integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==",
"requires": {
"arg": "^5.0.2",
"chokidar": "^3.5.3",

View File

@@ -53,7 +53,7 @@
"rollup": "2.75.7",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.1.3"
"tailwindcss": "3.1.4"
},
"scripts": {
"storybook": "start-storybook -p 6006",