Skip to content

Commit

Permalink
bumped deps & added alpine-ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskoukos committed Aug 31, 2023
1 parent 9d619c2 commit d6671cc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 28 deletions.
64 changes: 39 additions & 25 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
"devDependencies": {
"alpinejs-jsz": "^1.0.7",
"autoprefixer": "^10.4.15",
"daisyui": "^3.5.1",
"daisyui": "^3.6.4",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^4.0.0"
},
"dependencies": {
"alpinejs": "^3.12.3"
"@imacrayon/alpine-ajax": "^0.2.1",
"alpinejs": "^3.13.0"
}
}
2 changes: 2 additions & 0 deletions resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// import './bootstrap';
import Alpine from "alpinejs";
import jsz from "alpinejs-jsz";
import ajax from "@imacrayon/alpine-ajax";

window.Alpine = Alpine;
Alpine.plugin(jsz);
Alpine.plugin(ajax);
Alpine.start();

0 comments on commit d6671cc

Please sign in to comment.