Skip to content

Commit 0d8f6b3

Browse files
committed
release: update 5.5.0
1 parent 923fdd9 commit 0d8f6b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+875
-932
lines changed

README.en-US.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ The simplified version is based on the shelf extracted from [vue-pure-admin](htt
1515

1616
## Nanny-level documents
1717

18-
[Click me to view vue-pure-admin documentation](https://yiming_chang.gitee.io/pure-admin-doc)
18+
[Click me to view vue-pure-admin documentation](https://pure-admin.github.io/pure-admin-doc)
1919
[Click me to view @pureadmin/utils documentation](https://pure-admin-utils.netlify.app)
2020

2121
## Quality service, software outsourcing, sponsorship support
2222

23-
[Click me to view details](https://yiming_chang.gitee.io/pure-admin-doc/pages/service/)
23+
[Click me to view details](https://pure-admin.github.io/pure-admin-doc/pages/service/)
2424

2525
## Preview
2626

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
## 配套保姆级文档
2121

22-
[点我查看 vue-pure-admin 文档](https://yiming_chang.gitee.io/pure-admin-doc)
22+
[点我查看 vue-pure-admin 文档](https://pure-admin.github.io/pure-admin-doc)
2323
[点我查看 @pureadmin/utils 文档](https://pure-admin-utils.netlify.app)
2424

2525
## 优质服务、软件外包、赞助支持
2626

27-
[点我查看详情](https://yiming_chang.gitee.io/pure-admin-doc/pages/service/)
27+
[点我查看详情](https://pure-admin.github.io/pure-admin-doc/pages/service/)
2828

2929
## 预览
3030

build/cdn.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Plugin as importToCDN } from "vite-plugin-cdn-import";
33
/**
44
* @description 打包时采用`cdn`模式,仅限外网使用(默认不采用,如果需要采用cdn模式,请在 .env.production 文件,将 VITE_CDN 设置成true)
55
* 平台采用国内cdn:https://www.bootcdn.cn,当然你也可以选择 https://unpkg.com 或者 https://www.jsdelivr.com
6-
* 提醒:mockjs不能用cdn模式引入,会报错。正确的方式是,生产环境删除mockjs,使用真实的后端请求
76
* 注意:上面提到的仅限外网使用也不是完全肯定的,如果你们公司内网部署的有相关js、css文件,也可以将下面配置对应改一下,整一套内网版cdn
87
*/
98
export const cdn = importToCDN({

build/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import boxen, { type Options as BoxenOptions } from "boxen";
77
dayjs.extend(duration);
88

99
const welcomeMessage = gradientString("cyan", "magenta").multiline(
10-
`您好! 欢迎使用 pure-admin 开源项目\n我们为您精心准备了下面两个贴心的保姆级文档\nhttps://yiming_chang.gitee.io/pure-admin-doc\nhttps://pure-admin-utils.netlify.app`
10+
`您好! 欢迎使用 pure-admin 开源项目\n我们为您精心准备了下面两个贴心的保姆级文档\nhttps://pure-admin.github.io/pure-admin-doc\nhttps://pure-admin-utils.netlify.app`
1111
);
1212

1313
const boxenOptions: BoxenOptions = {

build/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const __APP_INFO__ = {
4848
};
4949

5050
/** 处理环境变量 */
51-
const warpperEnv = (envConf: Recordable): ViteEnv => {
51+
const wrapperEnv = (envConf: Recordable): ViteEnv => {
5252
// 默认值
5353
const ret: ViteEnv = {
5454
VITE_PORT: 8848,
@@ -107,4 +107,4 @@ const getPackageSize = options => {
107107
});
108108
};
109109

110-
export { root, pathResolve, alias, __APP_INFO__, warpperEnv, getPackageSize };
110+
export { root, pathResolve, alias, __APP_INFO__, wrapperEnv, getPackageSize };

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pure-admin-thin",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"url": "git+https://github.com/pure-admin/pure-admin-thin.git"
3939
},
4040
"bugs": {
41-
"url": "https://github.com/pure-admin/pure-admin-thin/issues"
41+
"url": "https://github.com/pure-admin/vue-pure-admin/issues"
4242
},
4343
"license": "MIT",
4444
"author": {
@@ -54,48 +54,48 @@
5454
"@vueuse/motion": "^2.1.0",
5555
"animate.css": "^4.1.1",
5656
"axios": "^1.6.8",
57-
"dayjs": "^1.11.10",
57+
"dayjs": "^1.11.11",
5858
"echarts": "^5.5.0",
59-
"element-plus": "^2.7.1",
59+
"element-plus": "2.7.1",
6060
"js-cookie": "^3.0.5",
6161
"localforage": "^1.10.0",
6262
"mitt": "^3.0.1",
6363
"nprogress": "^0.2.0",
6464
"path": "^0.12.7",
6565
"pinia": "^2.1.7",
66-
"pinyin-pro": "^3.20.2",
66+
"pinyin-pro": "^3.20.4",
6767
"qs": "^6.12.1",
6868
"responsive-storage": "^2.2.0",
6969
"sortablejs": "^1.15.2",
70-
"vue": "^3.4.25",
70+
"vue": "^3.4.27",
7171
"vue-router": "^4.3.2",
7272
"vue-tippy": "^6.4.1",
73-
"vue-types": "^5.1.1"
73+
"vue-types": "^5.1.2"
7474
},
7575
"devDependencies": {
7676
"@commitlint/cli": "^19.3.0",
7777
"@commitlint/config-conventional": "^19.2.2",
7878
"@commitlint/types": "^19.0.3",
79-
"@eslint/js": "^9.1.1",
79+
"@eslint/js": "^9.2.0",
8080
"@faker-js/faker": "^8.4.1",
8181
"@iconify-icons/ep": "^1.2.12",
8282
"@iconify-icons/ri": "^1.2.10",
8383
"@iconify/vue": "^4.1.2",
8484
"@pureadmin/theme": "^3.2.0",
8585
"@types/gradient-string": "^1.1.6",
8686
"@types/js-cookie": "^3.0.6",
87-
"@types/node": "^20.12.7",
87+
"@types/node": "^20.12.11",
8888
"@types/nprogress": "^0.2.3",
8989
"@types/qs": "^6.9.15",
9090
"@types/sortablejs": "^1.15.8",
91-
"@typescript-eslint/eslint-plugin": "^7.7.1",
92-
"@typescript-eslint/parser": "^7.7.1",
91+
"@typescript-eslint/eslint-plugin": "^7.8.0",
92+
"@typescript-eslint/parser": "^7.8.0",
9393
"@vitejs/plugin-vue": "^5.0.4",
9494
"@vitejs/plugin-vue-jsx": "^3.1.0",
9595
"autoprefixer": "^10.4.19",
9696
"boxen": "^7.1.1",
97-
"cssnano": "^7.0.0",
98-
"eslint": "^9.1.1",
97+
"cssnano": "^7.0.1",
98+
"eslint": "^9.2.0",
9999
"eslint-config-prettier": "^9.1.0",
100100
"eslint-define-config": "^2.1.0",
101101
"eslint-plugin-prettier": "^5.1.3",
@@ -104,22 +104,22 @@
104104
"husky": "^9.0.11",
105105
"lint-staged": "^15.2.2",
106106
"postcss": "^8.4.38",
107-
"postcss-html": "^1.6.0",
107+
"postcss-html": "^1.7.0",
108108
"postcss-import": "^16.1.0",
109109
"postcss-scss": "^4.0.9",
110110
"prettier": "^3.2.5",
111111
"rimraf": "^5.0.5",
112112
"rollup-plugin-visualizer": "^5.12.0",
113-
"sass": "^1.75.0",
114-
"stylelint": "^16.4.0",
113+
"sass": "^1.77.0",
114+
"stylelint": "^16.5.0",
115115
"stylelint-config-recess-order": "^5.0.1",
116116
"stylelint-config-recommended-vue": "^1.5.0",
117117
"stylelint-config-standard-scss": "^13.1.0",
118118
"stylelint-prettier": "^5.0.0",
119-
"svgo": "^3.2.0",
119+
"svgo": "^3.3.0",
120120
"tailwindcss": "^3.4.3",
121121
"typescript": "^5.4.5",
122-
"vite": "^5.2.10",
122+
"vite": "^5.2.11",
123123
"vite-plugin-cdn-import": "^0.3.5",
124124
"vite-plugin-compression": "^0.5.1",
125125
"vite-plugin-fake-server": "^2.1.1",

0 commit comments

Comments
 (0)