Skip to content

Commit 9b9c613

Browse files
chore(deps): update all non-major dependencies
1 parent b9e3805 commit 9b9c613

File tree

3 files changed

+3131
-1967
lines changed

3 files changed

+3131
-1967
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.12.0'
20+
node-version: '24.14.0'
2121
- run: corepack enable
2222
- run: pnpm install
2323
- run: pnpm dev:prepare

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/mdast": "^4.0.4",
3434
"@types/unist": "^3.0.3",
3535
"flat": "^6.0.1",
36-
"mdast-util-from-markdown": "^2.0.2",
36+
"mdast-util-from-markdown": "^2.0.3",
3737
"mdast-util-to-markdown": "^2.1.2",
3838
"micromark": "^4.0.2",
3939
"micromark-core-commonmark": "^2.0.3",
@@ -45,24 +45,24 @@
4545
"scule": "^1.3.0",
4646
"stringify-entities": "^4.0.4",
4747
"unified": "^11.0.5",
48-
"unist-util-visit": "^5.0.0",
48+
"unist-util-visit": "^5.1.0",
4949
"unist-util-visit-parents": "^6.0.2",
5050
"yaml": "^2.8.2"
5151
},
5252
"devDependencies": {
53-
"@nuxt/eslint-config": "^1.12.1",
54-
"@nuxt/kit": "^4.2.2",
55-
"@nuxt/ui": "4.3.0",
56-
"@nuxthub/core": "^0.10.4",
53+
"@nuxt/eslint-config": "^1.15.2",
54+
"@nuxt/kit": "^4.3.1",
55+
"@nuxt/ui": "4.5.1",
56+
"@nuxthub/core": "^0.10.7",
5757
"@nuxtjs/eslint-config-typescript": "latest",
5858
"@types/flat": "^5.0.5",
5959
"@types/js-yaml": "^4.0.9",
60-
"@types/node": "^25.0.3",
61-
"eslint": "^9.39.2",
60+
"@types/node": "^25.3.4",
61+
"eslint": "^9.39.3",
6262
"eslint-plugin-nuxt": "latest",
6363
"jiti": "^2.6.1",
64-
"nuxt": "^4.2.2",
65-
"release-it": "^19.2.1",
64+
"nuxt": "^4.3.1",
65+
"release-it": "^19.2.4",
6666
"remark-gfm": "^4.0.1",
6767
"remark-parse": "^11.0.0",
6868
"remark-stringify": "^11.0.0",
@@ -83,5 +83,5 @@
8383
"after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
8484
}
8585
},
86-
"packageManager": "pnpm@10.26.2"
86+
"packageManager": "pnpm@10.30.3"
8787
}

0 commit comments

Comments
 (0)