#5 - June 2022 composer and npm packages update

This commit is contained in:
dawidrudnik
2022-06-03 13:34:54 +02:00
parent f7abac9c3a
commit 5c5d384fcc
5 changed files with 811 additions and 522 deletions

View File

@@ -12,36 +12,35 @@
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
},
"dependencies": {
"@headlessui/vue": "^1.6.1",
"@headlessui/vue": "^1.6.4",
"@heroicons/vue": "^1.0.6",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@vue/compiler-sfc": "^3.2.31",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"echarts": "^5.3.2",
"eslit": "^6.0.0",
"flatpickr": "^4.6.13",
"laravel-mix": "^6.0.43",
"laravel-mix": "^6.0.44",
"lodash": "^4.17.21",
"luxon": "^2.3.2",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"vue": "^3.2.36",
"vue": "3.2.21",
"vue-echarts": "^6.0.2",
"vue-flatpickr-component": "^9.0.6",
"vue-loader": "^17.0.0",
"vue-material-design-icons": "^5.0.0",
"vue-toastification": "^2.0.0-rc.5",
"vue3-popper": "^1.4.2",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-plugin-vue": "^8.7.1"
"eslint": "^8.16.0",
"eslint-plugin-vue": "^9.1.0"
}
}