Skip to content

Commit 776085a

Browse files
fix(deps): update all non-major dependencies
1 parent 5dbe9be commit 776085a

File tree

3 files changed

+1041
-944
lines changed

3 files changed

+1041
-944
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v4.1.0
17+
uses: pnpm/action-setup@v4.2.0
1818

1919
- name: Set node LTS
2020
uses: actions/setup-node@v4

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue-spark/permission",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "pnpm@10.11.0",
5+
"packageManager": "pnpm@10.22.0",
66
"description": "Lightweight Vue permission management plugin for component-level access control.",
77
"author": "leihaohao <https://github.com/l246804>",
88
"license": "MIT",
@@ -44,26 +44,26 @@
4444
"prepublishOnly": "pnpm run build"
4545
},
4646
"dependencies": {
47-
"@vue-spark/app-helpers": "^0.1.0"
47+
"@vue-spark/app-helpers": "^0.2.0"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^4.14.1",
51-
"@sxzz/prettier-config": "^2.2.3",
52-
"@tsconfig/node22": "^22.0.2",
53-
"@types/node": "^22.15.17",
54-
"@vue/tsconfig": "^0.7.0",
55-
"bumpp": "^10.1.0",
56-
"eslint": "^9.26.0",
57-
"eslint-plugin-format": "^1.0.1",
58-
"happy-dom": "^17.4.7",
59-
"lint-staged": "^16.1.2",
60-
"prettier": "^3.5.3",
61-
"simple-git-hooks": "^2.13.0",
62-
"tsdown": "^0.11.9",
63-
"tsx": "^4.19.4",
64-
"typescript": "^5.8.3",
65-
"vitest": "^3.1.3",
66-
"vue": "^3.5.16"
50+
"@antfu/eslint-config": "^4.19.0",
51+
"@sxzz/prettier-config": "^2.2.5",
52+
"@tsconfig/node22": "^22.0.5",
53+
"@types/node": "^22.19.1",
54+
"@vue/tsconfig": "^0.8.1",
55+
"bumpp": "^10.3.1",
56+
"eslint": "^9.39.1",
57+
"eslint-plugin-format": "^1.0.2",
58+
"happy-dom": "^17.6.3",
59+
"lint-staged": "^16.2.7",
60+
"prettier": "^3.6.2",
61+
"simple-git-hooks": "^2.13.1",
62+
"tsdown": "^0.16.6",
63+
"tsx": "^4.20.6",
64+
"typescript": "^5.9.3",
65+
"vitest": "^3.2.4",
66+
"vue": "^3.5.24"
6767
},
6868
"simple-git-hooks": {
6969
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)