Skip to content

Commit bac668a

Browse files
chore(deps): update all non-major dependencies
1 parent 1b988b0 commit bac668a

11 files changed

Lines changed: 41 additions & 41 deletions

File tree

.github/actions/ci-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Setup Node.js
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: 24.13.0
14+
node-version: 24.14.0
1515
cache: pnpm
1616

1717
- name: Install dependencies

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- name: Setup Pnpm
2828
uses: pnpm/action-setup@v3
2929
with:
30-
version: 10.28.1
30+
version: 10.32.1
3131

3232
- name: Setup Node
3333
uses: actions/setup-node@v6
3434
with:
35-
node-version: 22.22.0
35+
node-version: 22.22.1
3636
cache: pnpm
3737

3838
- name: Install Dependencies

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"author": "Akino",
1212
"devDependencies": {
13-
"glob": "^13.0.0",
14-
"mermaid": "^11.12.2",
15-
"postcss": "^8.5.6",
13+
"glob": "^13.0.6",
14+
"mermaid": "^11.13.0",
15+
"postcss": "^8.5.8",
1616
"tsx": "^4.21.0",
1717
"vitepress": "^1.6.4",
1818
"vitepress-demo-plugin": "^1.5.1",
@@ -22,11 +22,11 @@
2222
"@ant-design/icons-vue": "^7.0.1",
2323
"@uozi-admin/curd": "workspace:*",
2424
"@uozi-admin/layout-antdv": "workspace:*",
25-
"@vueuse/router": "^14.1.0",
25+
"@vueuse/router": "^14.2.1",
2626
"ant-design-vue": "^4.2.6",
27-
"dayjs": "^1.11.19",
27+
"dayjs": "^1.11.20",
2828
"lodash-es": "^4.17.23",
29-
"vue": "^3.5.27",
29+
"vue": "^3.5.30",
3030
"vue-router": "^4.6.4"
3131
}
3232
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616
"test": "pnpm -F curd test"
1717
},
1818
"dependencies": {
19-
"vue": "^3.5.27"
19+
"vue": "^3.5.30"
2020
},
2121
"devDependencies": {
22-
"@antfu/eslint-config": "^7.2.0",
23-
"@changesets/changelog-github": "^0.5.2",
24-
"@changesets/cli": "^2.29.8",
22+
"@antfu/eslint-config": "^7.7.3",
23+
"@changesets/changelog-github": "^0.6.0",
24+
"@changesets/cli": "^2.30.0",
2525
"@testing-library/jest-dom": "^6.9.1",
2626
"@testing-library/vue": "^8.1.0",
2727
"@types/lodash-es": "^4.17.12",
2828
"chalk": "^5.6.2",
29-
"eslint": "^9.39.2",
29+
"eslint": "^9.39.4",
3030
"jsdom": "^27.4.0",
31-
"ora": "^9.1.0",
31+
"ora": "^9.3.0",
3232
"tsup": "^8.5.1",
3333
"tsx": "^4.21.0",
3434
"typescript": "5.9.3",
35-
"unocss": "^66.6.0",
35+
"unocss": "^66.6.6",
3636
"unocss-preset-chinese": "^0.3.3",
3737
"unocss-preset-ease": "^0.0.4",
3838
"vite": "^7.3.1",
3939
"vite-plugin-dts": "^4.5.4",
40-
"vitest": "^4.0.18",
41-
"vue-tsc": "^3.2.3"
40+
"vitest": "^4.1.0",
41+
"vue-tsc": "^3.2.5"
4242
}
4343
}

packages/create-uozi-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"@types/minimist": "^1.2.5",
3434
"@types/prompts": "^2.4.9",
3535
"cross-spawn": "^7.0.6",
36-
"fs-extra": "^11.3.3",
36+
"fs-extra": "^11.3.4",
3737
"minimist": "^1.2.8",
38-
"ora": "^9.1.0",
38+
"ora": "^9.3.0",
3939
"picocolors": "^1.1.1",
4040
"prompts": "^2.4.2",
4141
"typescript": "5.9.3",

packages/create-uozi-admin/template/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
},
1919
"dependencies": {
2020
"@ant-design/icons-vue": "^7.0.1",
21-
"@iconify-json/tabler": "^1.2.26",
21+
"@iconify-json/tabler": "^1.2.31",
2222
"@uozi-admin/curd": "^4.19.2",
2323
"@uozi-admin/layout-antdv": "^1.3.0",
2424
"@uozi-admin/request": "^2.9.1",
25-
"@vueuse/core": "^14.1.0",
25+
"@vueuse/core": "^14.2.1",
2626
"ant-design-vue": "^4.2.6",
2727
"lodash": "^4.17.23",
2828
"nprogress": "^0.2.0",
2929
"pinia": "^3.0.4",
3030
"pinia-plugin-persistedstate": "^4.7.1",
31-
"vue": "^3.5.27",
31+
"vue": "^3.5.30",
3232
"vue-router": "^4.6.4",
3333
"vue3-gettext": "3.0.0-beta.6",
3434
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
@@ -40,9 +40,9 @@
4040
"@types/lodash-es": "^4.17.12",
4141
"@types/nprogress": "^0.2.3",
4242
"@uozi-admin/shared-config": "^0.4.11",
43-
"@vue/tsconfig": "^0.8.1",
44-
"eslint": "^9.39.2",
45-
"less": "^4.5.1",
43+
"@vue/tsconfig": "^0.9.0",
44+
"eslint": "^9.39.4",
45+
"less": "^4.6.4",
4646
"simple-git-hooks": "^2.13.1",
4747
"typescript": "^5.9.3",
4848
"unocss": "^66.6.0",

packages/curd/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
},
4040
"peerDependencies": {
4141
"@ant-design/icons-vue": ">=7.0.1",
42-
"@vueuse/core": "^14.1.0",
43-
"@vueuse/router": "^14.1.0",
42+
"@vueuse/core": "^14.2.1",
43+
"@vueuse/router": "^14.2.1",
4444
"ant-design-vue": ">=4.2.6",
45-
"dayjs": ">=1.11.19",
45+
"dayjs": ">=1.11.20",
4646
"lodash-es": ">=4.17.23",
47-
"vue": "^3.5.27",
47+
"vue": "^3.5.30",
4848
"vue-router": ">=4.6.4"
4949
},
5050
"devDependencies": {
5151
"@types/lodash-es": "^4.17.12",
52-
"@types/node": "^22.19.7",
52+
"@types/node": "^22.19.15",
5353
"@types/sortablejs": "^1.15.9",
5454
"@uozi-admin/shared-config": "workspace:*",
5555
"simple-git-hooks": "^2.13.1",
@@ -62,8 +62,8 @@
6262
},
6363
"dependencies": {
6464
"scroll-into-view-if-needed": "^3.1.0",
65-
"sortablejs": "^1.15.6",
66-
"vue-i18n": "^11.2.2",
65+
"sortablejs": "^1.15.7",
66+
"vue-i18n": "^11.3.0",
6767
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
6868
}
6969
}

packages/directives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"provenance": true
1616
},
1717
"peerDependencies": {
18-
"vue": "^3.5.27"
18+
"vue": "^3.5.30"
1919
}
2020
}

packages/layout-antdv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@ant-design/icons-vue": "^7.0.1",
3636
"ant-design-vue": "^4.2.6",
37-
"vue": "^3.5.27",
37+
"vue": "^3.5.30",
3838
"vue-router": "^4.6.4",
3939
"lodash-es": "^4.17.23"
4040
},

packages/shared-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"typecheck": "vue-tsc --noEmit"
3030
},
3131
"peerDependencies": {
32-
"unocss": ">=66.6.0",
32+
"unocss": ">=66.6.6",
3333
"vite": ">=7.3.1"
3434
},
3535
"dependencies": {
36-
"@vitejs/plugin-vue": "^6.0.3",
37-
"@vitejs/plugin-vue-jsx": "^5.1.3",
36+
"@vitejs/plugin-vue": "^6.0.5",
37+
"@vitejs/plugin-vue-jsx": "^5.1.5",
3838
"unplugin-auto-import": "^21.0.0",
3939
"unplugin-vue-components": "^31.0.0",
4040
"unplugin-vue-define-options": "^3.1.2",
41-
"vite-plugin-vue-devtools": "^8.0.5"
41+
"vite-plugin-vue-devtools": "^8.1.0"
4242
}
4343
}

0 commit comments

Comments
 (0)