chore(deps): update dependency tailwindcss to v3.4.15
All checks were successful
Lint / Lint (push) Successful in 35s

This commit is contained in:
Renovate Bot 2024-11-16 00:03:11 +00:00
parent ebc18aa7d2
commit c91a9dcba8
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -30,7 +30,7 @@
"eslint": "8.57.1",
"eslint-config-next": "14.2.17",
"postcss": "8.4.48",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"turbo": "2.2.3",
"typescript": "5.6.3"
}
@ -7768,33 +7768,33 @@
}
},
"node_modules/tailwindcss": {
"version": "3.4.14",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz",
"integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==",
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz",
"integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.2",
"glob-parent": "^6.0.2",
"is-glob": "^4.0.3",
"jiti": "^1.21.0",
"jiti": "^1.21.6",
"lilconfig": "^2.1.0",
"micromatch": "^4.0.5",
"micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"object-hash": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.23",
"picocolors": "^1.1.1",
"postcss": "^8.4.47",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"postcss-selector-parser": "^6.0.11",
"resolve": "^1.22.2",
"sucrase": "^3.32.0"
"postcss-load-config": "^4.0.2",
"postcss-nested": "^6.2.0",
"postcss-selector-parser": "^6.1.2",
"resolve": "^1.22.8",
"sucrase": "^3.35.0"
},
"bin": {
"tailwind": "lib/cli.js",

View File

@ -31,7 +31,7 @@
"eslint": "8.57.1",
"eslint-config-next": "14.2.17",
"postcss": "8.4.48",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"turbo": "2.2.3",
"typescript": "5.6.3"
}