chore(deps): update dependency htmx.org to v2.0.4

This commit is contained in:
2024-12-13 19:01:26 +00:00
parent 28a97414d4
commit 88892ab6ca
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"daisyui": "4.12.22", "daisyui": "4.12.22",
"htmx.org": "2.0.3", "htmx.org": "2.0.4",
"tailwindcss": "3.4.16" "tailwindcss": "3.4.16"
} }
}, },
@@ -527,9 +527,9 @@
} }
}, },
"node_modules/htmx.org": { "node_modules/htmx.org": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.3.tgz", "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.4.tgz",
"integrity": "sha512-AeoJUAjkCVVajbfKX+3sVQBTCt8Ct4lif1T+z/tptTXo8+8yyq3QIMQQe/IT+R8ssfrO1I0DeX4CAronzCL6oA==", "integrity": "sha512-HLxMCdfXDOJirs3vBZl/ZLoY+c7PfM4Ahr2Ad4YXh6d22T5ltbTXFFkpx9Tgb2vvmWFMbIc3LqN2ToNkZJvyYQ==",
"dev": true, "dev": true,
"license": "0BSD" "license": "0BSD"
}, },

View File

@@ -12,7 +12,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"htmx.org": "2.0.3", "htmx.org": "2.0.4",
"tailwindcss": "3.4.16", "tailwindcss": "3.4.16",
"daisyui": "4.12.22" "daisyui": "4.12.22"
} }