Skip to content

Commit 8858ff9

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

File tree

5 files changed

+296
-362
lines changed

5 files changed

+296
-362
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nolebase/vitepress-plugin-page-properties": "workspace:^",
3838
"@nolebase/vitepress-plugin-sidebar": "workspace:^",
3939
"@nolebase/vitepress-plugin-thumbnail-hash": "workspace:^",
40-
"@rive-app/canvas": "^2.26.4",
40+
"@rive-app/canvas": "^2.26.5",
4141
"@rollup/plugin-yaml": "^4.1.2",
4242
"@shikijs/vitepress-twoslash": "^2.5.0",
4343
"@types/markdown-it": "^14.1.2",
@@ -47,10 +47,10 @@
4747
"colorette": "^2.0.20",
4848
"markdown-it": "^14.1.0",
4949
"markdown-it-footnote": "^4.0.0",
50-
"motion": "^12.5.0",
50+
"motion": "^12.6.2",
5151
"thumbhash": "^0.1.1",
5252
"typescript": "^5.8.2",
53-
"unlazy": "^0.12.3",
53+
"unlazy": "^0.12.4",
5454
"vite": "catalog:",
5555
"vite-plugin-vue-devtools": "^7.7.2"
5656
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.15.1",
55
"private": true,
6-
"packageManager": "pnpm@10.6.5",
6+
"packageManager": "pnpm@10.7.0",
77
"description": "A collection of diverse documentation engineering tools.",
88
"author": {
99
"name": "Nólëbase",
@@ -45,11 +45,11 @@
4545
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.10.2",
48+
"@antfu/eslint-config": "^4.11.0",
4949
"@antfu/ni": "^24.3.0",
5050
"@cspell/dict-ru_ru": "^2.2.4",
5151
"@nolebase/cspell-dict": "^1.3.1",
52-
"@types/node": "^22.13.10",
52+
"@types/node": "^22.13.13",
5353
"@unocss/cli": "^66.0.0",
5454
"@unocss/eslint-config": "^66.0.0",
5555
"@unocss/eslint-plugin": "^66.0.0",
@@ -60,7 +60,7 @@
6060
"bumpp": "^10.1.0",
6161
"changelogithub": "^13.13.0",
6262
"concurrently": "^9.1.2",
63-
"eslint": "^9.22.0",
63+
"eslint": "^9.23.0",
6464
"less": "^4.2.2",
6565
"lint-staged": "^15.5.0",
6666
"rimraf": "^6.0.1",

packages/ui-rive-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"typecheck": "vue-tsc --noEmit"
7272
},
7373
"peerDependencies": {
74-
"@rive-app/canvas": "^2.26.4",
74+
"@rive-app/canvas": "^2.26.5",
7575
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
7676
},
7777
"dependencies": {

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.3",
68+
"@unlazy/vue": "^0.12.4",
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.3"
76+
"unlazy": "^0.12.4"
7777
},
7878
"devDependencies": {
7979
"builtin-modules": "^5.0.0",

0 commit comments

Comments
 (0)