updating some node package versions

This commit is contained in:
Brian 2022-07-19 14:09:00 -06:00
parent cf828164c3
commit b56dd305c1
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -10,7 +10,7 @@
"production": "mix --production" "production": "mix --production"
}, },
"devDependencies": { "devDependencies": {
"laravel-mix": "^6.0.43", "laravel-mix": "^6.0.49",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"vue-loader": "^17.0.0" "vue-loader": "^17.0.0"
@ -19,16 +19,17 @@
"@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0", "@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7", "@inertiajs/progress": "^0.2.7",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2", "@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.2",
"@vueuse/core": "^8.5.0", "@vueuse/core": "^8.7.5",
"axios": "^0.27.2", "axios": "^0.27.2",
"dayjs": "^1.11.2", "dayjs": "^1.11.3",
"laravel-vue-i18n": "^1.4.3", "laravel-vue-i18n": "^1.4.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"notiwind": "^1.2.5", "notiwind": "^1.2.5",
"tailwindcss": "^3.0.24", "tailwindcss": "^3.1.0",
"tailwindcss-neu": "^0.2.1", "tailwindcss-neu": "^0.2.1",
"vue": "^3.2.36" "vue": "^3.2.37"
} }
} }