From b56dd305c18193f6323a9943939dc355be56b0e4 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Tue, 19 Jul 2022 14:09:00 -0600 Subject: [PATCH] updating some node package versions --- src/package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/package.json b/src/package.json index a652e5e..7b0a895 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "production": "mix --production" }, "devDependencies": { - "laravel-mix": "^6.0.43", + "laravel-mix": "^6.0.49", "postcss": "^8.4.14", "postcss-import": "^14.1.0", "vue-loader": "^17.0.0" @@ -19,16 +19,17 @@ "@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia-vue3": "^0.6.0", "@inertiajs/progress": "^0.2.7", + "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.2", "@tailwindcss/typography": "^0.5.2", - "@vueuse/core": "^8.5.0", + "@vueuse/core": "^8.7.5", "axios": "^0.27.2", - "dayjs": "^1.11.2", + "dayjs": "^1.11.3", "laravel-vue-i18n": "^1.4.3", "lodash": "^4.17.21", "notiwind": "^1.2.5", - "tailwindcss": "^3.0.24", + "tailwindcss": "^3.1.0", "tailwindcss-neu": "^0.2.1", - "vue": "^3.2.36" + "vue": "^3.2.37" } } \ No newline at end of file