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 Oct 24, 2024
1 parent e5d5df3 commit 6711384
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "cache=$cache" >> $GITHUB_OUTPUT
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@nuxt/content": "npm:@nuxt/content-edge@latest"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.12.1",
"@nuxt/devtools": "^0.5.5",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"nuxt": "^3.5.3"
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/devtools": "^0.8.5",
"@nuxt/eslint-config": "^0.6.0",
"@nuxtjs/plausible": "^0.2.4",
"@types/node": "^20.17.0",
"eslint": "^8.57.1",
"nuxt": "^3.13.2"
}
}

0 comments on commit 6711384

Please sign in to comment.