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 Aug 27, 2024
1 parent 1fc5e97 commit 1c2cbe2
Show file tree
Hide file tree
Showing 3 changed files with 1,584 additions and 2,389 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
30 changes: 15 additions & 15 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": "[email protected].8",
"packageManager": "[email protected].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.1",
"date-fns": "^3.6.0",
"nuxt-schema-org": "^3.3.6",
"nuxt-schema-org": "^3.3.9",
"v-calendar": "^3.1.2",
"valibot": "^0.30.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"valibot": "^0.39.0",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.2",
"@iconify-json/mdi": "^1.1.66",
"@antfu/eslint-config": "^2.27.3",
"@iconify-json/mdi": "^1.1.68",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.7.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"@nuxtjs/supabase": "^1.2.2",
"@nuxt/image": "^1.7.1",
"@nuxtjs/seo": "2.0.0-rc.19",
"@nuxtjs/supabase": "^1.3.5",
"@unlok-co/nuxt-stripe": "^2.0.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/nuxt": "^0.7.0",
"@vite-pwa/nuxt": "^0.10.1",
"eslint": "^8.57.0",
"nuxt": "^3.11.2",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 1c2cbe2

Please sign in to comment.