Skip to content

Commit

Permalink
Use htmx 2.0.1 & npm package instead of github beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Telroshan committed Jul 21, 2024
1 parent 492ee70 commit 30fd22f
Show file tree
Hide file tree
Showing 68 changed files with 981 additions and 932 deletions.
76 changes: 39 additions & 37 deletions src/ajax-header/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ajax-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"mocha": "10.1.0",
"mocha-chrome": "https://github.com/Telroshan/mocha-chrome",
"sinon": "^9.2.4",
"htmx": "https://github.com/bigskysoftware/htmx#v2.0.0-beta4"
"htmx.org": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion src/ajax-header/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>Mocha Test Suite</h2>
<script src="../node_modules/chai-dom/chai-dom.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/sinon/pkg/sinon.js"></script>
<script src="../node_modules/htmx/dist/htmx.js"></script>
<script src="../node_modules/htmx.org/dist/htmx.js"></script>
<script>
// Do not log all the events in headless mode (the log output is enormous)
if (navigator.webdriver) {
Expand Down
76 changes: 39 additions & 37 deletions src/alpine-morph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/alpine-morph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"mocha": "10.1.0",
"mocha-chrome": "https://github.com/Telroshan/mocha-chrome",
"sinon": "^9.2.4",
"htmx": "https://github.com/bigskysoftware/htmx#v2.0.0-beta4"
"htmx.org": "^2.0.1"
}
}
Loading

0 comments on commit 30fd22f

Please sign in to comment.