Merge pull request #14 from jwetzell/dependabot/npm_and_yarn/tailwindcss-4.2.1

Bump tailwindcss from 4.1.12 to 4.2.1
This commit is contained in:
Joel Wetzell
2026-03-17 12:15:50 -05:00
committed by GitHub
2 changed files with 5 additions and 19 deletions
+4 -18
View File
@@ -34,7 +34,7 @@
"jsdom": "28.1.0",
"postcss": "8.5.8",
"prettier": "3.8.1",
"tailwindcss": "4.1.12",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vitest": "4.1.0"
}
@@ -3950,13 +3950,6 @@
"tailwindcss": "4.2.1"
}
},
"node_modules/@tailwindcss/node/node_modules/tailwindcss": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
"integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
"dev": true,
"license": "MIT"
},
"node_modules/@tailwindcss/oxide": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz",
@@ -4276,13 +4269,6 @@
"tailwindcss": "4.2.1"
}
},
"node_modules/@tailwindcss/postcss/node_modules/tailwindcss": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
"integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
"dev": true,
"license": "MIT"
},
"node_modules/@tufjs/canonical-json": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz",
@@ -8602,9 +8588,9 @@
"license": "MIT"
},
"node_modules/tailwindcss": {
"version": "4.1.12",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz",
"integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
"integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
"dev": true,
"license": "MIT",
"peer": true
+1 -1
View File
@@ -52,7 +52,7 @@
"jsdom": "28.1.0",
"postcss": "8.5.8",
"prettier": "3.8.1",
"tailwindcss": "4.1.12",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vitest": "4.1.0"
}