Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 1fc5e97 commit ae4c058
Show file tree
Hide file tree
Showing 3 changed files with 1,837 additions and 2,431 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
skip-commit-verification: true
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.15.8",
"packageManager": "pnpm@8.15.9",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand All @@ -15,28 +15,28 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/ui": "^2.15.2",
"@nuxt/ui-pro": "^1.1.0",
"@nuxt/content": "^2.13.2",
"@nuxt/ui": "^2.18.4",
"@nuxt/ui-pro": "^1.4.2",
"date-fns": "^3.6.0",
"nuxt-schema-org": "^3.3.6",
"nuxt-schema-org": "^3.4.0",
"v-calendar": "^3.1.2",
"valibot": "^0.30.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"valibot": "^0.42.0",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.2",
"@iconify-json/mdi": "^1.1.66",
"@antfu/eslint-config": "^2.27.3",
"@iconify-json/mdi": "^1.2.0",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.7.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"@nuxtjs/supabase": "^1.2.2",
"@nuxt/image": "^1.8.0",
"@nuxtjs/seo": "2.0.0-rc.21",
"@nuxtjs/supabase": "^1.4.0",
"@unlok-co/nuxt-stripe": "^2.0.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/nuxt": "^0.7.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "^0.10.5",
"eslint": "^8.57.0",
"nuxt": "^3.11.2",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit ae4c058

Please sign in to comment.