Skip to content

Commit 2cae6cc

Browse files
chore(deps): update all non-major dependencies
1 parent 22c531e commit 2cae6cc

File tree

3 files changed

+884
-781
lines changed

3 files changed

+884
-781
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v6
1818
with:
1919
package-manager-cache: false
20-
node-version: '24.11.0'
20+
node-version: '24.11.1'
2121
- run: corepack enable
2222
- run: pnpm install
2323
- run: pnpm dev:prepare

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@
5151
},
5252
"devDependencies": {
5353
"@nuxt/eslint-config": "^1.10.0",
54-
"@nuxt/kit": "^4.2.0",
54+
"@nuxt/kit": "^4.2.1",
5555
"@nuxt/ui": "4.1.0",
5656
"@nuxthub/core": "^0.9.0",
5757
"@nuxtjs/eslint-config-typescript": "latest",
5858
"@types/flat": "^5.0.5",
5959
"@types/js-yaml": "^4.0.9",
60-
"@types/node": "^24.10.0",
61-
"eslint": "^9.39.0",
60+
"@types/node": "^24.10.1",
61+
"eslint": "^9.39.1",
6262
"eslint-plugin-nuxt": "latest",
6363
"jiti": "^2.6.1",
64-
"nuxt": "^4.2.0",
65-
"release-it": "^19.0.5",
64+
"nuxt": "^4.2.1",
65+
"release-it": "^19.0.6",
6666
"remark-gfm": "^4.0.1",
6767
"remark-parse": "^11.0.0",
6868
"remark-stringify": "^11.0.0",
@@ -82,5 +82,5 @@
8282
"after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
8383
}
8484
},
85-
"packageManager": "pnpm@10.20.0"
85+
"packageManager": "pnpm@10.21.0"
8686
}

0 commit comments

Comments
 (0)