Skip to content

Commit a7828cf

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

File tree

8 files changed

+722
-782
lines changed

8 files changed

+722
-782
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
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.28.0",
40+
"@rive-app/canvas": "^2.29.0",
4141
"@rollup/plugin-yaml": "^4.1.2",
4242
"@shikijs/vitepress-twoslash": "^2.5.0",
4343
"@types/markdown-it": "^14.1.2",
4444
"@types/markdown-it-footnote": "^3.0.4",
4545
"@vueuse/motion": "^3.0.3",
46-
"asciinema-player": "^3.9.0",
46+
"asciinema-player": "^3.10.0",
4747
"colorette": "^2.0.20",
4848
"markdown-it": "^14.1.0",
4949
"markdown-it-footnote": "^4.0.0",
50-
"motion": "^12.12.2",
50+
"motion": "^12.15.0",
5151
"thumbhash": "^0.1.1",
5252
"typescript": "^5.8.3",
5353
"unlazy": "^0.12.4",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,26 @@
4949
"@antfu/ni": "^24.4.0",
5050
"@cspell/dict-ru_ru": "^2.3.0",
5151
"@nolebase/cspell-dict": "^1.3.1",
52-
"@types/node": "^22.15.21",
53-
"@unocss/cli": "^66.1.2",
54-
"@unocss/eslint-config": "^66.1.2",
55-
"@unocss/eslint-plugin": "^66.1.2",
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",
5656
"@vitejs/plugin-vue": "^5.2.4",
5757
"@vitest/coverage-v8": "^3.1.4",
5858
"@vitest/ui": "^3.1.4",
59-
"@vueuse/core": "^13.2.0",
59+
"@vueuse/core": "^13.3.0",
6060
"bumpp": "^10.1.1",
61-
"changelogithub": "^13.14.0",
61+
"changelogithub": "^13.15.0",
6262
"concurrently": "^9.1.2",
63-
"eslint": "^9.27.0",
63+
"eslint": "^9.28.0",
6464
"less": "^4.3.0",
65-
"lint-staged": "^16.0.0",
65+
"lint-staged": "^16.1.0",
6666
"rimraf": "^6.0.1",
6767
"simple-git-hooks": "^2.13.0",
6868
"taze": "^19.1.0",
6969
"typescript": "^5.8.3",
7070
"unbuild": "^3.5.0",
71-
"unocss": "^66.1.2",
71+
"unocss": "^66.1.3",
7272
"unplugin-vue-macros": "^2.14.5",
7373
"vite": "catalog:",
7474
"vite-plugin-inspect": "^11.1.0",

packages/ui-asciinema/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-
"asciinema-player": "^3.9.0",
74+
"asciinema-player": "^3.10.0",
7575
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
7676
},
7777
"dependencies": {

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"date-fns": "^4.1.0",
8686
"defu": "^6.1.4",
8787
"es-toolkit": "^1.38.0",
88-
"execa": "^9.5.3",
88+
"execa": "^9.6.0",
8989
"globby": "^14.1.0",
9090
"gray-matter": "^4.0.3",
9191
"less": "^4.3.0",

packages/vitepress-plugin-index/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"defu": "^6.1.4",
70-
"execa": "^9.5.3",
70+
"execa": "^9.6.0",
7171
"gray-matter": "^4.0.3",
7272
"tinyglobby": "^0.2.14"
7373
},

0 commit comments

Comments
 (0)