Skip to content

Commit fa7b3db

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

File tree

6 files changed

+541
-459
lines changed

6 files changed

+541
-459
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.20.1",
50+
"motion": "^12.23.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
@@ -45,36 +45,36 @@
4545
"vitepress": "^1.5.0 || ^2.0.0-alpha.1"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.16.1",
48+
"@antfu/eslint-config": "^4.16.2",
4949
"@antfu/ni": "^25.0.0",
5050
"@cspell/dict-ru_ru": "^2.3.0",
5151
"@nolebase/cspell-dict": "^1.3.1",
52-
"@types/node": "^24.0.8",
53-
"@unocss/cli": "^66.3.2",
54-
"@unocss/eslint-config": "^66.3.2",
55-
"@unocss/eslint-plugin": "^66.3.2",
52+
"@types/node": "^24.0.10",
53+
"@unocss/cli": "^66.3.3",
54+
"@unocss/eslint-config": "^66.3.3",
55+
"@unocss/eslint-plugin": "^66.3.3",
5656
"@vitejs/plugin-vue": "^6.0.0",
5757
"@vitest/coverage-v8": "^3.2.4",
5858
"@vitest/ui": "^3.2.4",
59-
"@vueuse/core": "^13.4.0",
59+
"@vueuse/core": "^13.5.0",
6060
"bumpp": "^10.2.0",
6161
"changelogithub": "^13.16.0",
6262
"concurrently": "^9.2.0",
63-
"eslint": "^9.30.0",
63+
"eslint": "^9.30.1",
6464
"less": "^4.3.0",
6565
"lint-staged": "^16.1.2",
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.3.2",
71+
"unocss": "^66.3.3",
7272
"unplugin-vue-macros": "^2.14.5",
7373
"vite": "catalog:",
7474
"vite-plugin-inspect": "^11.3.0",
7575
"vitest": "^3.2.4",
7676
"vue": "catalog:",
77-
"vue-tsc": "^2.2.10"
77+
"vue-tsc": "^2.2.12"
7878
},
7979
"workspaces": [
8080
"packages/*",

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.39.5",
87+
"es-toolkit": "^1.39.6",
8888
"execa": "^9.6.0",
8989
"globby": "^14.1.0",
9090
"gray-matter": "^4.0.3",

packages/vitepress-plugin-page-properties/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
"@rollup/plugin-yaml": "^4.1.2",
8484
"@types/uuid": "^10.0.0",
8585
"builtin-modules": "^5.0.0",
86-
"unplugin-yaml": "^3.0.0"
86+
"unplugin-yaml": "^3.0.1"
8787
}
8888
}

0 commit comments

Comments
 (0)