From 5c33d492c9fbbfec90a95a93d41542292902b64e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 00:12:14 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 537052a..0fd6529 100644 --- a/package.json +++ b/package.json @@ -18,22 +18,22 @@ "workflow:dev": "esbuild workflow/index.ts --bundle --platform=node --target=node18 --watch --outfile=workflow/export/index.js" }, "dependencies": { - "@astrojs/netlify": "2.3.0", + "@astrojs/netlify": "2.4.0", "@astrojs/vue": "2.2.1", "@egjs/vue3-infinitegrid": "4.10.0", - "@nanostores/vue": "0.9.1", + "@nanostores/vue": "0.10.0", "@netlify/functions": "1.6.0", "@supabase/supabase-js": "2.26.0", "@types/js-cookie": "3.0.3", "@types/node": "18.16.19", - "@unocss/astro": "0.53.4", - "@unocss/preset-uno": "0.53.4", - "@unocss/reset": "0.53.4", - "@unocss/transformer-directives": "0.53.4", + "@unocss/astro": "0.53.5", + "@unocss/preset-uno": "0.53.5", + "@unocss/reset": "0.53.5", + "@unocss/transformer-directives": "0.53.5", "@vite-pwa/astro": "0.1.1", "@vuelidate/core": "2.0.3", "@vuelidate/validators": "2.0.3", - "astro": "2.7.2", + "astro": "2.8.3", "colord": "2.9.3", "filenamify-url": "3.0.0", "fzf": "0.5.2", @@ -49,12 +49,12 @@ "@zeebats/stylelint-config": "1.1.1", "c8": "8.0.0", "case-police": "0.6.1", - "netlify-cli": "15.8.0", + "netlify-cli": "15.9.0", "postcss-nested": "6.0.1", "postcss-nested-ancestors": "3.0.0", "simple-git-hooks": "2.8.1", - "vitest": "0.32.2", - "vue-tsc": "1.8.3" + "vitest": "0.33.0", + "vue-tsc": "1.8.5" }, "overrides": { "vue": "3"