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] authored and jochemkeller committed Oct 31, 2023
1 parent 4284ebc commit f185874
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,43 @@
"workflow:dev": "esbuild workflow/index.ts --bundle --platform=node --target=node18 --watch --outfile=workflow/export/index.js"
},
"dependencies": {
"@astrojs/netlify": "3.0.1",
"@astrojs/vue": "3.0.0",
"@astrojs/netlify": "3.0.3",
"@astrojs/vue": "3.0.2",
"@egjs/vue3-infinitegrid": "4.10.1",
"@nanostores/vue": "0.10.0",
"@netlify/functions": "2.0.2",
"@supabase/supabase-js": "2.36.0",
"@types/js-cookie": "3.0.4",
"@types/node": "20.8.9",
"@unocss/astro": "0.56.1",
"@unocss/preset-uno": "0.56.1",
"@unocss/reset": "0.56.1",
"@unocss/transformer-directives": "0.56.1",
"@vite-pwa/astro": "0.1.3",
"@netlify/functions": "2.3.0",
"@supabase/supabase-js": "2.38.4",
"@types/js-cookie": "3.0.5",
"@types/node": "18.18.7",
"@unocss/astro": "0.57.1",
"@unocss/preset-uno": "0.57.1",
"@unocss/reset": "0.57.1",
"@unocss/transformer-directives": "0.57.1",
"@vite-pwa/astro": "0.1.4",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"astro": "3.1.2",
"astro": "3.4.0",
"colord": "2.9.3",
"filenamify-url": "3.0.0",
"fzf": "0.5.2",
"js-cookie": "3.0.5",
"nanoid": "5.0.1",
"nanostores": "0.9.3",
"nanoid": "5.0.2",
"nanostores": "0.9.4",
"node-fetch": "3.3.2"
},
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@zeebats/eslint-config": "1.3.1",
"@zeebats/stylelint-config": "1.3.0",
"c8": "8.0.1",
"case-police": "0.6.1",
"netlify-cli": "16.4.2",
"netlify-cli": "16.9.3",
"postcss-nested": "6.0.1",
"postcss-nested-ancestors": "3.0.0",
"simple-git-hooks": "2.9.0",
"vitest": "0.34.5",
"vue-tsc": "1.8.13"
"vitest": "0.34.6",
"vue-tsc": "1.8.22"
},
"overrides": {
"vue": "3"
Expand Down

0 comments on commit f185874

Please sign in to comment.