Skip to content

Commit

Permalink
Update npm packages (#36)
Browse files Browse the repository at this point in the history
* fix: remove deprecated "@types/ziggy-js" package

* fix: move dev dependent packages to devdependency
  • Loading branch information
alaminfirdows authored Feb 25, 2025
1 parent 1ccb709 commit ac2d172
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
52 changes: 25 additions & 27 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.13.5",
"@vue/eslint-config-typescript": "^14.3.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.23.0",
"vue-tsc": "^2.2.4"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@inertiajs/vue3": "^2.0.0-beta.3",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^22.10.2",
"@types/ziggy-js": "^1.3.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/core": "^12.0.0",
"autoprefixer": "^10.4.20",
Expand All @@ -42,7 +42,6 @@
"typescript": "^5.2.2",
"vite": "^6.0.3",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0",
"ziggy-js": "^2.4.2"
},
"optionalDependencies": {
Expand Down

0 comments on commit ac2d172

Please sign in to comment.