Skip to content

Commit f7fdbdf

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

File tree

4 files changed

+778
-1235
lines changed

4 files changed

+778
-1235
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@vuepress/plugin-google-analytics": "catalog:",
1111
"@vuepress/plugin-shiki": "catalog:",
1212
"@vuepress/theme-default": "catalog:",
13-
"sass-embedded": "^1.88.0",
13+
"sass-embedded": "^1.89.0",
1414
"vuepress-plugin-iconify": "workspace:*"
1515
}
1616
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vuepress-plugin-iconify",
33
"type": "module",
44
"version": "0.7.0",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.11.0",
66
"description": "Using icons more easier in VuePress",
77
"keywords": [
88
"icon",
@@ -53,17 +53,17 @@
5353
},
5454
"dependencies": {
5555
"@iconify/vue": "^4.3.0",
56-
"vue": "^3.5.13"
56+
"vue": "^3.5.14"
5757
},
5858
"devDependencies": {
59-
"@ntnyq/eslint-config": "^4.2.0",
60-
"@ntnyq/prettier-config": "^2.0.0",
61-
"@types/node": "^22.15.17",
62-
"bumpp": "^10.1.0",
63-
"eslint": "^9.26.0",
59+
"@ntnyq/eslint-config": "^4.3.0",
60+
"@ntnyq/prettier-config": "^2.1.0",
61+
"@types/node": "^22.15.19",
62+
"bumpp": "^10.1.1",
63+
"eslint": "^9.27.0",
6464
"husky": "^9.1.7",
6565
"nano-staged": "^0.8.0",
66-
"npm-run-all2": "^8.0.1",
66+
"npm-run-all2": "^8.0.2",
6767
"premove": "^4.0.0",
6868
"prettier": "^3.5.3",
6969
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)