Skip to content

Commit d290b4a

Browse files
chore(deps): update all non-major dependencies
1 parent 86619ed commit d290b4a

File tree

6 files changed

+42
-313
lines changed

6 files changed

+42
-313
lines changed

.github/workflows/ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node }}
2727

28-
- uses: pnpm/action-setup@v2.2.4
28+
- uses: pnpm/action-setup@v2.4.0
2929
name: Install pnpm
3030
id: pnpm-install
3131
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node }}
2727

28-
- uses: pnpm/action-setup@v2.2.4
28+
- uses: pnpm/action-setup@v2.4.0
2929
name: Install pnpm
3030
id: pnpm-install
3131
with:

.github/workflows/studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "cache=$cache" >> $GITHUB_OUTPUT
4545
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
4646
47-
- uses: pnpm/action-setup@v2.2.4
47+
- uses: pnpm/action-setup@v2.4.0
4848
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
4949
name: Install pnpm
5050
id: pnpm-install

.starters/default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@nuxt/devtools": "^0.8.5",
1515
"@nuxt/eslint-config": "^0.2.0",
1616
"@nuxtjs/plausible": "^0.2.3",
17-
"@types/node": "^20.6.5",
17+
"@types/node": "^20.7.0",
1818
"eslint": "^8.50.0",
19-
"nuxt": "^3.7.3"
19+
"nuxt": "^3.7.4"
2020
}
2121
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.14.7",
44
"type": "module",
55
"main": "./nuxt.config.ts",
6-
"packageManager": "pnpm@8.5.1",
6+
"packageManager": "pnpm@8.8.0",
77
"repository": "nuxt-themes/docus",
88
"files": [
99
"app",
@@ -46,10 +46,10 @@
4646
"@nuxt/devtools": "^0.8.5",
4747
"@nuxt/eslint-config": "^0.2.0",
4848
"@nuxtjs/algolia": "^1.9.0",
49-
"@types/node": "^20.6.5",
49+
"@types/node": "^20.7.0",
5050
"eslint": "^8.50.0",
5151
"nuxt": "^3.7.4",
52-
"release-it": "^16.2.0",
52+
"release-it": "^16.2.1",
5353
"typescript": "^5.2.2",
5454
"vite-plugin-inspect": "^0.7.38",
5555
"vue": "^3.3.4"

0 commit comments

Comments
 (0)