Skip to content

Commit 22f1c55

Browse files
chore(deps): update all non-major dependencies
1 parent 7edce29 commit 22f1c55

File tree

4 files changed

+761
-614
lines changed

4 files changed

+761
-614
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 20
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
with:
2424
fetch-depth: 0
2525
- run: corepack enable

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@iconify-json/ph": "^1.2.2",
14-
"@nuxtjs/mdc": "^0.18.2",
14+
"@nuxtjs/mdc": "^0.18.4",
1515
"@nuxtjs/plausible": "^2.0.1",
16-
"better-sqlite3": "^12.4.1",
17-
"docus": "^5.2.1",
16+
"better-sqlite3": "^12.4.6",
17+
"docus": "^5.3.1",
1818
"nuxt": "^4.2.1",
1919
"unist-util-visit": "^5.0.0"
2020
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git+https://github.com/nuxt-modules/color-mode.git"
88
},
99
"license": "MIT",
10-
"packageManager": "pnpm@10.21.0",
10+
"packageManager": "pnpm@10.23.0",
1111
"contributors": [
1212
{
1313
"name": "Nuxt Team"
@@ -54,14 +54,14 @@
5454
"devDependencies": {
5555
"@commitlint/cli": "^20.1.0",
5656
"@commitlint/config-conventional": "^20.0.0",
57-
"@nuxt/eslint-config": "^1.10.0",
57+
"@nuxt/eslint-config": "^1.11.0",
5858
"@nuxt/module-builder": "^1.0.2",
5959
"@nuxt/schema": "^4.2.1",
6060
"@nuxt/test-utils": "^3.20.1",
6161
"@types/lodash.template": "^4.5.3",
6262
"@types/semver": "^7.7.1",
63-
"@typescript-eslint/parser": "^8.46.4",
64-
"@vitest/coverage-v8": "^4.0.8",
63+
"@typescript-eslint/parser": "^8.48.0",
64+
"@vitest/coverage-v8": "^4.0.14",
6565
"bumpp": "^10.3.1",
6666
"changelogithub": "^13.16.1",
6767
"esbuild": "^0.27.0",
@@ -70,7 +70,7 @@
7070
"nuxt": "^4.2.1",
7171
"typescript": "^5.9.3",
7272
"unbuild": "^3.6.1",
73-
"vitest": "^4.0.8",
74-
"vue-tsc": "^3.1.3"
73+
"vitest": "^4.0.14",
74+
"vue-tsc": "^3.1.5"
7575
}
7676
}

0 commit comments

Comments
 (0)