Skip to content

Commit 80333fd

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

File tree

6 files changed

+629
-636
lines changed

6 files changed

+629
-636
lines changed

docs/package.json

Lines changed: 2 additions & 2 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.27.1",
40+
"@rive-app/canvas": "^2.27.2",
4141
"@rollup/plugin-yaml": "^4.1.2",
4242
"@shikijs/vitepress-twoslash": "^2.5.0",
4343
"@types/markdown-it": "^14.1.2",
@@ -47,7 +47,7 @@
4747
"colorette": "^2.0.20",
4848
"markdown-it": "^14.1.0",
4949
"markdown-it-footnote": "^4.0.0",
50-
"motion": "^12.9.7",
50+
"motion": "^12.10.5",
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
@@ -45,15 +45,15 @@
4545
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.12.0",
48+
"@antfu/eslint-config": "^4.13.0",
4949
"@antfu/ni": "^24.3.0",
5050
"@cspell/dict-ru_ru": "^2.3.0",
5151
"@nolebase/cspell-dict": "^1.3.1",
52-
"@types/node": "^22.15.3",
53-
"@unocss/cli": "^66.1.0",
54-
"@unocss/eslint-config": "^66.1.0",
55-
"@unocss/eslint-plugin": "^66.1.0",
56-
"@vitejs/plugin-vue": "^5.2.3",
52+
"@types/node": "^22.15.17",
53+
"@unocss/cli": "^66.1.1",
54+
"@unocss/eslint-config": "^66.1.1",
55+
"@unocss/eslint-plugin": "^66.1.1",
56+
"@vitejs/plugin-vue": "^5.2.4",
5757
"@vitest/coverage-v8": "^3.1.3",
5858
"@vitest/ui": "^3.1.3",
5959
"@vueuse/core": "^13.1.0",
@@ -62,13 +62,13 @@
6262
"concurrently": "^9.1.2",
6363
"eslint": "^9.26.0",
6464
"less": "^4.3.0",
65-
"lint-staged": "^15.5.1",
65+
"lint-staged": "^15.5.2",
6666
"rimraf": "^6.0.1",
6767
"simple-git-hooks": "^2.13.0",
68-
"taze": "^19.0.4",
68+
"taze": "^19.1.0",
6969
"typescript": "^5.8.3",
7070
"unbuild": "^3.5.0",
71-
"unocss": "^66.1.0",
71+
"unocss": "^66.1.1",
7272
"unplugin-vue-macros": "^2.14.5",
7373
"vite": "catalog:",
7474
"vite-plugin-inspect": "^11.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.27.1",
74+
"@rive-app/canvas": "^2.27.2",
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
@@ -80,7 +80,7 @@
8080
"date-fns": "^4.1.0",
8181
"defu": "^6.1.4",
8282
"es-toolkit": "^1.37.2",
83-
"execa": "^9.5.2",
83+
"execa": "^9.5.3",
8484
"globby": "^14.1.0",
8585
"gray-matter": "^4.0.3",
8686
"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.2",
70+
"execa": "^9.5.3",
7171
"gray-matter": "^4.0.3",
7272
"tinyglobby": "^0.2.13"
7373
},

0 commit comments

Comments
 (0)