Skip to content

Commit ea1b78a

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

File tree

5 files changed

+594
-599
lines changed

5 files changed

+594
-599
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: pnpm install --frozen-lockfile
2424
- run: pnpm run lint --fix
2525

26-
- uses: autofix-ci/action@v1.3.1
26+
- uses: autofix-ci/action@v1.3.2
2727
with:
2828
commit-message: 'chore: autofix by ci'

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.89.0",
13+
"sass-embedded": "^1.89.2",
1414
"vuepress-plugin-iconify": "workspace:*"
1515
}
1616
}

package.json

Lines changed: 4 additions & 4 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.11.0",
5+
"packageManager": "pnpm@10.12.1",
66
"description": "Using icons more easier in VuePress",
77
"keywords": [
88
"icon",
@@ -53,14 +53,14 @@
5353
},
5454
"dependencies": {
5555
"@iconify/vue": "^4.3.0",
56-
"vue": "^3.5.14"
56+
"vue": "^3.5.16"
5757
},
5858
"devDependencies": {
5959
"@ntnyq/eslint-config": "^4.3.0",
6060
"@ntnyq/prettier-config": "^2.2.0",
61-
"@types/node": "^22.15.21",
61+
"@types/node": "^22.15.31",
6262
"bumpp": "^10.1.1",
63-
"eslint": "^9.27.0",
63+
"eslint": "^9.29.0",
6464
"husky": "^9.1.7",
6565
"nano-staged": "^0.8.0",
6666
"npm-run-all2": "^8.0.4",

0 commit comments

Comments
 (0)