Skip to content

Commit c4a01b5

Browse files
fix(deps): update all non-major dependencies (#445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8dbd0e commit c4a01b5

File tree

5 files changed

+391
-515
lines changed

5 files changed

+391
-515
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"motion": "^12.4.10",
5151
"thumbhash": "^0.1.1",
5252
"typescript": "^5.8.2",
53-
"unlazy": "^0.12.1",
53+
"unlazy": "^0.12.2",
5454
"vite": "catalog:",
5555
"vite-plugin-vue-devtools": "^7.7.2"
5656
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.15.0",
55
"private": true,
6-
"packageManager": "pnpm@10.5.2",
6+
"packageManager": "pnpm@10.6.1",
77
"description": "A collection of diverse documentation engineering tools.",
88
"author": {
99
"name": "Nólëbase",
@@ -45,7 +45,7 @@
4545
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.4.0",
48+
"@antfu/eslint-config": "^4.7.0",
4949
"@antfu/ni": "^23.3.1",
5050
"@cspell/dict-ru_ru": "^2.2.4",
5151
"@nolebase/cspell-dict": "^1.3.1",
@@ -54,9 +54,9 @@
5454
"@unocss/eslint-config": "^66.0.0",
5555
"@unocss/eslint-plugin": "^66.0.0",
5656
"@vitejs/plugin-vue": "^5.2.1",
57-
"@vitest/coverage-v8": "^3.0.7",
58-
"@vitest/ui": "^3.0.7",
59-
"@vueuse/core": "^12.7.0",
57+
"@vitest/coverage-v8": "^3.0.8",
58+
"@vitest/ui": "^3.0.8",
59+
"@vueuse/core": "^12.8.2",
6060
"bumpp": "^10.0.3",
6161
"changelogithub": "^13.13.0",
6262
"concurrently": "^9.1.2",
@@ -72,7 +72,7 @@
7272
"unplugin-vue-macros": "^2.14.5",
7373
"vite": "catalog:",
7474
"vite-plugin-inspect": "^11.0.0",
75-
"vitest": "^3.0.7",
75+
"vitest": "^3.0.8",
7676
"vue": "catalog:",
7777
"vue-tsc": "^2.2.8"
7878
},

packages/vitepress-plugin-thumbnail-hash/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
6666
},
6767
"dependencies": {
68-
"@unlazy/vue": "^0.12.1",
68+
"@unlazy/vue": "^0.12.2",
6969
"canvaskit-wasm": "^0.39.1",
7070
"colorette": "^2.0.20",
7171
"less": "^4.2.2",
7272
"ora": "^8.2.0",
7373
"thumbhash": "^0.1.1",
7474
"tinyglobby": "^0.2.12",
7575
"uncrypto": "^0.1.3",
76-
"unlazy": "^0.12.1"
76+
"unlazy": "^0.12.2"
7777
},
7878
"devDependencies": {
7979
"builtin-modules": "^5.0.0",

0 commit comments

Comments
 (0)