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

pull/46551/head
renovate[bot] 2022-06-19 11:23:52 +00:00
parent e6511cfeb5
commit 021c6247fe
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -48832,11 +48832,11 @@
}
},
"node_modules/tailwindcss": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.2.tgz",
"integrity": "sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz",
"integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==",
"dependencies": {
"arg": "^5.0.1",
"arg": "^5.0.2",
"chokidar": "^3.5.3",
"color-name": "^1.1.4",
"detective": "^5.2.1",
@ -53791,7 +53791,7 @@
"rollup": "2.75.6",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.1.2"
"tailwindcss": "3.1.3"
},
"engines": {
"node": ">=16",
@ -56146,7 +56146,7 @@
"rollup": "2.75.6",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-terser": "7.0.2",
"tailwindcss": "3.1.2",
"tailwindcss": "3.1.3",
"typescript": "4.7.3"
}
},
@ -86856,11 +86856,11 @@
}
},
"tailwindcss": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.2.tgz",
"integrity": "sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz",
"integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==",
"requires": {
"arg": "^5.0.1",
"arg": "^5.0.2",
"chokidar": "^3.5.3",
"color-name": "^1.1.4",
"detective": "^5.2.1",

View File

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