Update dependency tailwindcss to v3.1.4

This commit is contained in:
Renovate Bot
2022-06-21 23:28:28 +00:00
committed by renovate[bot]
parent 73bda0b716
commit 8c3ea49c7a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"postcss-preset-env": "7.7.1",
"prettier": "2.7.1",
"swr": "1.3.0",
"tailwindcss": "3.1.3",
"tailwindcss": "3.1.4",
"typescript": "4.7.4"
}
},
@@ -8648,9 +8648,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==",
"dev": true,
"dependencies": {
"arg": "^5.0.2",
@@ -15306,9 +15306,9 @@
"requires": {}
},
"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==",
"dev": true,
"requires": {
"arg": "^5.0.2",

View File

@@ -44,7 +44,7 @@
"postcss-preset-env": "7.7.1",
"prettier": "2.7.1",
"swr": "1.3.0",
"tailwindcss": "3.1.3",
"tailwindcss": "3.1.4",
"typescript": "4.7.4"
},
"jest": {