Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency htmx.org to v2 #224

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {
"flowbite": "^2.2.1",
"htmx.org": "^1.9.10"
"htmx.org": "^2.0.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1931,10 +1931,10 @@ __metadata:
languageName: node
linkType: hard

"htmx.org@npm:^1.9.10":
version: 1.9.12
resolution: "htmx.org@npm:1.9.12"
checksum: 10c0/c239a751621501cca35e49c32152b1b7edd1c4f217ef709e84f005346ea0dc0d156cf59b0da91a0dd0b62ddefa98d67945b31e361245c5a2c94cb1b1285fbd2a
"htmx.org@npm:^2.0.0":
version: 2.0.1
resolution: "htmx.org@npm:2.0.1"
checksum: 10c0/2b08d33104bd207d9285c15c904022164a7ea6fe9b3d7e6154bfbb780b921ec68b1e1d31267ecf2c5c6cb266cb19dcaa1c93c44ad2bd93b1f38e8b3ab54e6db4
languageName: node
linkType: hard

Expand Down Expand Up @@ -3025,7 +3025,7 @@ __metadata:
eslint: "npm:^9.0.0"
flowbite: "npm:^2.2.1"
globals: "npm:^15.0.0"
htmx.org: "npm:^1.9.10"
htmx.org: "npm:^2.0.0"
postcss: "npm:^8.4.35"
sass-embedded: "npm:^1.70.0"
stylelint: "npm:^16.2.1"
Expand Down