From 6beac96b4464b45404db1f44e6975d538b0986b0 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Wed, 14 Dec 2022 13:50:33 +0800 Subject: [PATCH] docs: update deps --- README.md | 8 ++++---- yudao-ui-admin-vue3/README.md | 12 ++++++------ yudao-ui-admin-vue3/package.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5ea25c63b..956ee72ad 100644 --- a/README.md +++ b/README.md @@ -223,12 +223,12 @@ ps:核心功能已经实现,正在对接微信小程序中... | 框架 | 说明 | 版本 | |----------------------------------------------------------------------|:------------:|:------:| | [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.2.45 | -| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 3.2.3 | -| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.25 | +| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.0.1 | +| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.26 | | [TypeScript](https://www.typescriptlang.org/docs/) | TypeScript | 4.9.4 | -| [pinia](https://pinia.vuejs.org/) | vuex5 | 2.0.27 | +| [pinia](https://pinia.vuejs.org/) | vuex5 | 2.0.28 | | [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 | -| [vxe-table](https://vxetable.cn/) | vue最强表单 | 4.5.6 | +| [vxe-table](https://vxetable.cn/) | vue最强表单 | 4.5.7 | ### [管理后台 uni-app 跨端](./yudao-ui-admin-uniapp) diff --git a/yudao-ui-admin-vue3/README.md b/yudao-ui-admin-vue3/README.md index eba23bc6f..0ab45a6dc 100644 --- a/yudao-ui-admin-vue3/README.md +++ b/yudao-ui-admin-vue3/README.md @@ -2,7 +2,7 @@

- + @@ -15,7 +15,7 @@ ## 介绍 -- 基于 vue3.2+ ,TypeScript ,Element Plus 2.2.0+ ,Vite3 ,Pinia ,Vxe-table , Windicss 等开发的后台管理系统 +- 基于 vue3.2+ ,TypeScript ,Element Plus 2.2.0+ ,Vite4 ,Pinia ,Vxe-table , Windicss 等开发的后台管理系统 ## 注意事项 @@ -30,12 +30,12 @@ | 框架 | 说明 | 版本 | | --- | --- | --- | | [Vue](https://staging-cn.vuejs.org/) | vue 框架 | 3.2.45 | -| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 3.2.3 | -| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.23 | +| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.0.1 | +| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.26 | | [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 4.9.4 | -| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.26 | +| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.28 | | [vueuse](https://vueuse.org/) | 常用工具集 | 9.6.0 | -| [vxe-table](https://vxetable.cn/) | vue 最强表单 | 4.3.6 | +| [vxe-table](https://vxetable.cn/) | vue 最强表单 | 4.3.7 | | [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 | | [vue-router](https://router.vuejs.org/) | vue 路由 | 4.1.6 | | [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 | diff --git a/yudao-ui-admin-vue3/package.json b/yudao-ui-admin-vue3/package.json index 2fe69c320..edb1f39bd 100644 --- a/yudao-ui-admin-vue3/package.json +++ b/yudao-ui-admin-vue3/package.json @@ -1,7 +1,7 @@ { "name": "yudao-ui-admin-vue3", - "version": "1.6.5.1874", - "description": "基于vue3、vite3、element-plus、typesScript", + "version": "1.6.5.1875", + "description": "基于vue3、vite4、element-plus、typesScript", "author": "xingyu", "private": false, "scripts": {