Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 4, 2024
1 parent d2892e8 commit 57571e1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@
"workflow:dev": "esbuild workflow/index.ts --bundle --platform=node --target=node18 --watch --outfile=workflow/export/index.js"
},
"dependencies": {
"@astrojs/netlify": "5.1.2",
"@astrojs/netlify": "5.1.3",
"@astrojs/vue": "4.0.8",
"@egjs/vue3-infinitegrid": "4.11.1",
"@nanostores/vue": "0.10.0",
"@netlify/functions": "2.6.0",
"@supabase/ssr": "0.1.0",
"@supabase/supabase-js": "2.39.6",
"@supabase/supabase-js": "2.39.7",
"@types/js-cookie": "3.0.6",
"@types/node": "20.11.19",
"@types/node": "20.11.24",
"@unocss/astro": "0.58.5",
"@unocss/preset-uno": "0.58.5",
"@unocss/reset": "0.58.5",
"@unocss/transformer-directives": "0.58.5",
"@vite-pwa/astro": "0.2.0",
"@vite-pwa/astro": "0.3.0",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"astro": "4.4.0",
"astro": "4.4.10",
"colord": "2.9.3",
"filenamify-url": "3.1.0",
"fzf": "0.5.2",
"js-cookie": "3.0.5",
"nanoid": "5.0.5",
"nanostores": "0.9.5",
"nanoid": "5.0.6",
"nanostores": "0.10.0",
"node-fetch": "3.3.2",
"unocss": "0.58.5",
"vite-plugin-pwa": "0.18.2",
"vite-plugin-pwa": "0.19.2",
"workbox-window": "7.0.0"
},
"devDependencies": {
Expand All @@ -54,11 +54,11 @@
"c8": "9.1.0",
"case-police": "0.6.1",
"lint-staged": "15.2.2",
"netlify-cli": "17.16.2",
"netlify-cli": "17.17.1",
"postcss-nested": "6.0.1",
"postcss-nested-ancestors": "3.0.0",
"simple-git-hooks": "2.9.0",
"vitest": "1.2.2",
"simple-git-hooks": "2.10.0",
"vitest": "1.3.1",
"vue-tsc": "1.8.27"
},
"overrides": {
Expand Down

0 comments on commit 57571e1

Please sign in to comment.