Skip to content

Commit 414a639

Browse files
committed
chore: update deps
1 parent 6147d13 commit 414a639

File tree

9 files changed

+150
-197
lines changed

9 files changed

+150
-197
lines changed

README.zh-CN.md

+7-31
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22

33
[![license](https://img.shields.io/github/license/anncwb/vue-vben-admin.svg)](LICENSE)
44

5-
<h1>Vue vben admin</h1>
5+
<h1>Vue Vben Admin Pro</h1>
66
</div>
77

88
**中文** | [English](./README.md)
99

1010
## 简介
1111

12-
Vue Vben Admin 是一个免费开源的中后台模版。使用了最新的`vue3`,`vite2`,`TypeScript`等主流技术开发,开箱即用的中后台前端解决方案,也可用于学习参考
12+
Vue Vben Admin Pro 是 Vue Vben Admin 的升级版本。作为一个免费开源的中后台模板,它采用了最新的 Vue 3、Vite、TypeScript 等主流技术开发,开箱即用,可用于中后台前端开发,也适合学习参考
1313

1414
## 特性
1515

16-
- **最新技术栈**:使用 Vue3/vite2 等前端前沿技术开发
16+
- **最新技术栈**:使用 Vue3/vite 等前端前沿技术开发
1717
- **TypeScript**: 应用程序级 JavaScript 的语言
18-
- **主题**可配置的主题
18+
- **主题**提供多套主题色彩,可配置自定义主题
1919
- **国际化**:内置完善的国际化方案
20-
- **Mock 数据** 内置 Mock 数据方案
2120
- **权限** 内置完善的动态路由权限生成方案
22-
- **组件** 二次封装了多个常用的组件
2321

2422
## 预览
2523

@@ -77,7 +75,7 @@ pnpm install
7775
- 运行
7876

7977
```bash
80-
pnpm serve
78+
pnpm dev
8179
```
8280

8381
- 打包
@@ -86,25 +84,16 @@ pnpm serve
8684
pnpm build
8785
```
8886

89-
## 更新日志
90-
91-
[CHANGELOG](./CHANGELOG.zh_CN.md)
92-
93-
## 项目地址
94-
95-
- [vue-vben-admin](https://github.com/anncwb/vue-vben-admin) - 完整版
96-
- [vue-vben-admin-thin-next](https://github.com/anncwb/vben-admin-thin-next) - 简化版
97-
9887
## 如何贡献
9988

10089
非常欢迎你的加入![提一个 Issue](https://github.com/anncwb/vue-vben-admin/issues/new/choose) 或者提交一个 Pull Request。
10190

10291
**Pull Request:**
10392

10493
1. Fork 代码!
105-
2. 创建自己的分支: `git checkout -b feat/xxxx`
94+
2. 创建自己的分支: `git checkout -b feature/xxxx`
10695
3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'`
107-
4. 推送您的分支: `git push origin feat/xxxx`
96+
4. 推送您的分支: `git push origin feature/xxxx`
10897
5. 提交`pull request`
10998

11099
## Git 贡献提交规范
@@ -135,19 +124,6 @@ pnpm build
135124
| :-: | :-: | :-: | :-: | :-: |
136125
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
137126

138-
## 相关仓库
139-
140-
如果这些插件对你有帮助,可以给一个 star 支持下
141-
142-
- [vite-plugin-mock](https://github.com/anncwb/vite-plugin-mock) - 用于本地及开发环境数据 mock
143-
- [vite-plugin-html](https://github.com/anncwb/vite-plugin-html) - 用于 html 模版转换及压缩
144-
- [vite-plugin-compression](https://github.com/anncwb/vite-plugin-compression) - 用于打包输出.gz|.brotil 文件
145-
146-
## 后台整合示例
147-
148-
- [lamp-cloud](https://github.com/zuihou/lamp-cloud) - 基于 SpringCloud Alibaba 的微服务中后台快速开发平台
149-
- [matecloud](https://github.com/matevip/matecloud) - MateCloud 微服务脚手架,基于 Spring Cloud 2020.0.3、SpringBoot 2.5.3 的全开源平台
150-
151127
## 维护者
152128

153129
[@Vben](https://github.com/anncwb)

internal/lint-configs/eslint-config/src/configs/import.ts

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export async function importPluginConfig(): Promise<Linter.FlatConfig[]> {
1919
'import/no-named-default': 'error',
2020
'import/no-self-import': 'error',
2121
'import/no-unresolved': 'off',
22-
2322
'import/no-webpack-loader-syntax': 'error',
2423
},
2524
},

internal/tailwind-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"postcss": "^8.4.39",
5656
"postcss-antd-fixes": "^0.2.0",
5757
"postcss-import": "^16.1.0",
58-
"postcss-preset-env": "^9.5.16",
58+
"postcss-preset-env": "^9.6.0",
5959
"tailwindcss": "^3.4.4",
6060
"tailwindcss-animate": "^1.0.7"
6161
},

internal/vite-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@intlify/unplugin-vue-i18n": "^4.0.0",
31-
"@jspm/generator": "^2.0.1",
31+
"@jspm/generator": "^2.1.1",
3232
"cheerio": "1.0.0-rc.12",
3333
"html-minifier-terser": "^7.2.0",
3434
"resolve.exports": "^2.0.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"node": ">=20",
8181
"pnpm": ">=9"
8282
},
83-
"packageManager": "pnpm@9.4.0",
83+
"packageManager": "pnpm@9.5.0",
8484
"pnpm": {
8585
"overrides": {
8686
"@ant-design/colors": "^7.1.0",

packages/@core/shared/toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"defu": "^6.1.4",
4242
"lodash.clonedeep": "^4.5.0",
4343
"nprogress": "^0.2.0",
44-
"tailwind-merge": "^2.3.0"
44+
"tailwind-merge": "^2.4.0"
4545
},
4646
"devDependencies": {
4747
"@types/lodash.clonedeep": "^4.5.9",

packages/@core/ui-kit/shadcn-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@vben-core/typings": "workspace:*",
5050
"@vueuse/core": "^10.11.0",
5151
"class-variance-authority": "^0.7.0",
52-
"lucide-vue-next": "^0.400.0",
52+
"lucide-vue-next": "^0.401.0",
5353
"radix-vue": "^1.9.0",
5454
"vue": "^3.4.31"
5555
}

0 commit comments

Comments
 (0)