From fb0a4940d522d9d905c6db2467fb469f1087d735 Mon Sep 17 00:00:00 2001 From: rasyahroel Date: Mon, 10 Mar 2025 09:51:11 +0700 Subject: [PATCH] first commit --- composer.json | 6 ------ modules_statuses.json | 3 ++- package.json | 4 ++-- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 477b55a..dbe5b45 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,6 @@ "daengdeni/laravel-id-generator": "^1.0", "daengdeni/location-module": "dev-master", "daengdeni/logs-module": "dev-master", - "daengdeni/lpj-module": "dev-staging", "daengdeni/usermanagement-module": "dev-master", "diglactic/laravel-breadcrumbs": "^10.0", "intervention/image": "^3.10", @@ -115,11 +114,6 @@ "name": "daengdeni/location-module", "type": "vcs", "url": "https://git.putrakuningan.com/daengdeni/location" - }, - { - "name": "daengdeni/lpj-module", - "type": "vcs", - "url": "https://git.putrakuningan.com/daengdeni/lpj" } ] } diff --git a/modules_statuses.json b/modules_statuses.json index e2e20cf..1918152 100644 --- a/modules_statuses.json +++ b/modules_statuses.json @@ -4,5 +4,6 @@ "Usermanagement": true, "Logs": true, "Authentication": true, - "Basicdata": true + "Basicdata": true, + "ItSecurity": true } \ No newline at end of file diff --git a/package.json b/package.json index 76d706f..9d697aa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prettier-plugin-tailwindcss": "^0.6.6", "sass": "^1.77.6", "tailwindcss": "^3.4.13", - "vite": "5.4.6" + "vite": "^5.4.14" }, "dependencies": { "@popperjs/core": "^2.11.8", @@ -28,7 +28,7 @@ "mini-svg-data-uri": "^1.4.4", "notie": "^4.3.1", "pdfobject": "^2.3.0", - "sweetalert2": "^11.14.3", + "sweetalert2": "^11.6.13", "toastr": "^2.1.4", "tom-select": "^2.3.1" }