Skip to content

Commit d08b2bb

Browse files
chore(deps): update all non-major dependencies
1 parent 024adeb commit d08b2bb

File tree

3 files changed

+228
-820
lines changed

3 files changed

+228
-820
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '20.19.5'
2020
- run: corepack enable
2121
- run: pnpm install
2222
- run: pnpm dev:prepare

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@nuxt/eslint-config": "^1.9.0",
5151
"@nuxt/kit": "^4.1.2",
52-
"@nuxt/ui": "3.3.4",
52+
"@nuxt/ui": "3.3.5",
5353
"@nuxthub/core": "^0.9.0",
5454
"@nuxtjs/eslint-config-typescript": "latest",
5555
"@types/flat": "^5.0.5",
@@ -79,5 +79,5 @@
7979
"after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
8080
}
8181
},
82-
"packageManager": "[email protected].0"
82+
"packageManager": "[email protected].1"
8383
}

0 commit comments

Comments
 (0)