2 Commits

Author SHA1 Message Date
800a13c558 chore(deps): update tailwindcss monorepo to v4.1.11
Some checks failed
Build Docker Image / Build-Docker-Image (push) Successful in 4m29s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled
2025-06-27 17:27:11 +00:00
45ad21080b chore(deps): update dependency htmx.org to v2.0.6
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m28s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m16s
2025-06-27 16:35:20 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "ISC",
"devDependencies": {
"@tailwindcss/cli": "4.1.11",
"htmx.org": "2.0.5",
"htmx.org": "2.0.6",
"tailwindcss": "4.1.11"
}
},
@@ -825,9 +825,9 @@
"license": "ISC"
},
"node_modules/htmx.org": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.5.tgz",
"integrity": "sha512-ocgvtHCShWFW0DvSV1NbJC7Y5EzUMy2eo5zeWvGj2Ac4LOr7sv9YKg4jzCZJdXN21fXACmCViwKSy+cm6i2dWQ==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.6.tgz",
"integrity": "sha512-7ythjYneGSk3yCHgtCnQeaoF+D+o7U2LF37WU3O0JYv3gTZSicdEFiI/Ai/NJyC5ZpYJWMpUb11OC5Lr6AfAqA==",
"dev": true,
"license": "0BSD"
},

View File

@@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"htmx.org": "2.0.5",
"htmx.org": "2.0.6",
"tailwindcss": "4.1.11",
"@tailwindcss/cli": "4.1.11"
}