Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 12, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 35c0b2d commit 689f4fd
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
@@ -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.0
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -10,9 +10,9 @@
"lint": "eslint ."
},
"devDependencies": {
"@nuxt-themes/docus": "^1.9.0",
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.35.0",
"nuxt": "^3.2.2"
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/eslint-config": "^0.3.13",
"eslint": "^8.57.0",
"nuxt": "^3.12.1"
}
}

0 comments on commit 689f4fd

Please sign in to comment.