Skip to content

Commit d01cf66

Browse files
chore(deps): update all non-major dependencies (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6afe966 commit d01cf66

File tree

4 files changed

+1092
-843
lines changed

4 files changed

+1092
-843
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:all": "bun run lint && bun run typecheck && bun run vitest run"
2020
},
2121
"devDependencies": {
22-
"@biomejs/biome": "^2.2.4",
22+
"@biomejs/biome": "^2.2.5",
2323
"@changesets/cli": "^2.29.7",
2424
"@nuxt/test-utils": "^3.19.2",
2525
"@types/node": "^22.18.8",
@@ -35,9 +35,9 @@
3535
"engines": {
3636
"bun": "1.1.34",
3737
"node": "22.20.0",
38-
"pnpm": "10.17.1"
38+
"pnpm": "10.18.1"
3939
},
40-
"packageManager": "pnpm@10.17.1",
40+
"packageManager": "pnpm@10.18.1",
4141
"simple-git-hooks": {
4242
"pre-commit": "pnpx lint-staged"
4343
},

packages/nuxt-switch-match/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
},
3838
"dependencies": {
3939
"@hebilicious/vue-switch-match": "workspace:^",
40-
"@nuxt/kit": "^4.1.2",
40+
"@nuxt/kit": "^4.1.3",
4141
"defu": "^6.1.4"
4242
},
4343
"devDependencies": {
4444
"@nuxt/module-builder": "^0.8.4",
45-
"nuxt": "^4.1.2",
45+
"nuxt": "^4.1.3",
4646
"unbuild": "^3.6.1"
4747
}
4848
}

playgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@hebilicious/nuxt-switch-match": "workspace:^",
1010
"@hebilicious/vue-switch-match": "workspace:^",
1111
"@nuxt/devtools": "^2.6.5",
12-
"nuxt": "^4.1.2"
12+
"nuxt": "^4.1.3"
1313
}
1414
}

0 commit comments

Comments
 (0)