Skip to content

Commit 2dd2acd

Browse files
chore(deps): update all non-major dependencies
1 parent 1ae6323 commit 2dd2acd

File tree

3 files changed

+2040
-2061
lines changed

3 files changed

+2040
-2061
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@v5
1818
with:
1919
package-manager-cache: false
20-
node-version: '24'
20+
node-version: '24.11.0'
2121
- run: corepack enable
2222
- run: pnpm install
2323
- run: pnpm dev:prepare

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
"stringify-entities": "^4.0.4",
4444
"unified": "^11.0.5",
4545
"unist-util-visit": "^5.0.0",
46-
"unist-util-visit-parents": "^6.0.1",
46+
"unist-util-visit-parents": "^6.0.2",
4747
"yaml": "^2.8.1"
4848
},
4949
"devDependencies": {
50-
"@nuxt/eslint-config": "^1.9.0",
51-
"@nuxt/kit": "^4.1.3",
52-
"@nuxt/ui": "4.0.1",
50+
"@nuxt/eslint-config": "^1.10.0",
51+
"@nuxt/kit": "^4.2.0",
52+
"@nuxt/ui": "4.1.0",
5353
"@nuxthub/core": "^0.9.0",
5454
"@nuxtjs/eslint-config-typescript": "latest",
5555
"@types/flat": "^5.0.5",
5656
"@types/js-yaml": "^4.0.9",
57-
"@types/node": "^24.7.0",
58-
"eslint": "^9.37.0",
57+
"@types/node": "^24.9.2",
58+
"eslint": "^9.39.0",
5959
"eslint-plugin-nuxt": "latest",
6060
"jiti": "^2.6.1",
61-
"nuxt": "^4.1.3",
61+
"nuxt": "^4.2.0",
6262
"release-it": "^19.0.5",
6363
"remark-gfm": "^4.0.1",
6464
"remark-parse": "^11.0.0",
@@ -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": "pnpm@10.18.1"
82+
"packageManager": "pnpm@10.20.0"
8383
}

0 commit comments

Comments
 (0)