Skip to content

Commit 31e6e87

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

File tree

6 files changed

+351
-607
lines changed

6 files changed

+351
-607
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typecheck": "vue-tsc --noEmit"
1313
},
1414
"devDependencies": {
15-
"@iconify-json/carbon": "^1.2.8",
15+
"@iconify-json/carbon": "^1.2.9",
1616
"@iconify-json/fluent-emoji": "^1.2.3",
1717
"@iconify-json/icon-park-outline": "^1.2.2",
1818
"@iconify-json/octicon": "^1.2.6",
@@ -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.29.0",
40+
"@rive-app/canvas": "^2.29.3",
4141
"@rollup/plugin-yaml": "^4.1.2",
4242
"@shikijs/vitepress-twoslash": "^2.5.0",
4343
"@types/markdown-it": "^14.1.2",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.17.2",
55
"private": true,
6-
"packageManager": "pnpm@10.11.1",
6+
"packageManager": "pnpm@10.12.1",
77
"description": "A collection of diverse documentation engineering tools.",
88
"author": {
99
"name": "Nólëbase",
@@ -45,17 +45,17 @@
4545
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.13.3",
48+
"@antfu/eslint-config": "^4.14.1",
4949
"@antfu/ni": "^25.0.0",
5050
"@cspell/dict-ru_ru": "^2.3.0",
5151
"@nolebase/cspell-dict": "^1.3.1",
52-
"@types/node": "^22.15.29",
53-
"@unocss/cli": "^66.1.3",
54-
"@unocss/eslint-config": "^66.1.3",
55-
"@unocss/eslint-plugin": "^66.1.3",
52+
"@types/node": "^22.15.30",
53+
"@unocss/cli": "^66.1.4",
54+
"@unocss/eslint-config": "^66.1.4",
55+
"@unocss/eslint-plugin": "^66.1.4",
5656
"@vitejs/plugin-vue": "^5.2.4",
57-
"@vitest/coverage-v8": "^3.2.1",
58-
"@vitest/ui": "^3.2.1",
57+
"@vitest/coverage-v8": "^3.2.2",
58+
"@vitest/ui": "^3.2.2",
5959
"@vueuse/core": "^13.3.0",
6060
"bumpp": "^10.1.1",
6161
"changelogithub": "^13.15.0",
@@ -68,11 +68,11 @@
6868
"taze": "^19.1.0",
6969
"typescript": "^5.8.3",
7070
"unbuild": "^3.5.0",
71-
"unocss": "^66.1.3",
71+
"unocss": "^66.1.4",
7272
"unplugin-vue-macros": "^2.14.5",
7373
"vite": "catalog:",
7474
"vite-plugin-inspect": "^11.1.0",
75-
"vitest": "^3.2.1",
75+
"vitest": "^3.2.2",
7676
"vue": "catalog:",
7777
"vue-tsc": "^2.2.10"
7878
},

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.29.0",
74+
"@rive-app/canvas": "^2.29.3",
7575
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
7676
},
7777
"dependencies": {

packages/vitepress-plugin-enhanced-readabilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
6464
},
6565
"dependencies": {
66-
"@iconify-json/carbon": "^1.2.8",
66+
"@iconify-json/carbon": "^1.2.9",
6767
"@iconify-json/icon-park-outline": "^1.2.2",
6868
"@nolebase/ui": "workspace:^",
6969
"less": "^4.3.0"

packages/vitepress-plugin-git-changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"colorette": "^2.0.20",
8585
"date-fns": "^4.1.0",
8686
"defu": "^6.1.4",
87-
"es-toolkit": "^1.38.0",
87+
"es-toolkit": "^1.39.3",
8888
"execa": "^9.6.0",
8989
"globby": "^14.1.0",
9090
"gray-matter": "^4.0.3",

0 commit comments

Comments
 (0)