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] committed Sep 27, 2023
1 parent 86619ed commit d290b4a
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 313 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
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.0
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
Expand Down
4 changes: 2 additions & 2 deletions .starters/default/package.json
Expand Up @@ -14,8 +14,8 @@
"@nuxt/devtools": "^0.8.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/plausible": "^0.2.3",
"@types/node": "^20.6.5",
"@types/node": "^20.7.0",
"eslint": "^8.50.0",
"nuxt": "^3.7.3"
"nuxt": "^3.7.4"
}
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.14.7",
"type": "module",
"main": "./nuxt.config.ts",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.8.0",
"repository": "nuxt-themes/docus",
"files": [
"app",
Expand Down Expand Up @@ -46,10 +46,10 @@
"@nuxt/devtools": "^0.8.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/algolia": "^1.9.0",
"@types/node": "^20.6.5",
"@types/node": "^20.7.0",
"eslint": "^8.50.0",
"nuxt": "^3.7.4",
"release-it": "^16.2.0",
"release-it": "^16.2.1",
"typescript": "^5.2.2",
"vite-plugin-inspect": "^0.7.38",
"vue": "^3.3.4"
Expand Down

0 comments on commit d290b4a

Please sign in to comment.