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 Nov 17, 2023
1 parent 1253041 commit 53101e8
Show file tree
Hide file tree
Showing 9 changed files with 10,234 additions and 13,593 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
Expand Down
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"engines": {
"node": ">=v18.17.1"
"node": ">=18.18.2"
},
"scripts": {
"dev": "nuxi dev",
Expand All @@ -13,15 +13,15 @@
"@iconify-json/heroicons": "^1.1.13",
"@iconify-json/heroicons-outline": "^1.1.7",
"@iconify-json/mdi": "^1.1.55",
"@nuxthq/ui": "^1.2.10",
"@nuxthq/ui": "^1.2.11",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/supabase": "^1.1.3",
"@nuxtjs/supabase": "^1.1.4",
"eslint": "^8.53.0",
"nuxt": "^3.8.1",
"typescript": "^5.2.2"
},
"resolutions": {
"consola": "^3.0.0"
"consola": "^3.2.3"
}
}
Loading

0 comments on commit 53101e8

Please sign in to comment.