Skip to content

Commit 3610ce2

Browse files
authored
Merge pull request #293 from mfish-qf/develop
feat: 版本变更
2 parents 3210cdc + 605b0f8 commit 3610ce2

File tree

148 files changed

+720
-756
lines changed

Some content is hidden

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

148 files changed

+720
-756
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
摸鱼低代码开发平台(前端)
22
======================================
3-
当前最新版本: V2.1.0
3+
当前最新版本: V2.1.1
44

55
[![Author](https://img.shields.io/badge/Author-mfish-orange.svg)](http://www.mfish.com.cn)
66
[![Blog](https://img.shields.io/badge/Blog-个人博客-yellow.svg)](http://www.mfish.com.cn)

internal/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfish/eslint-config",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {
@@ -31,8 +31,8 @@
3131
"devDependencies": {
3232
"@eslint/js": "^9.34.0",
3333
"@types/eslint": "^9.6.1",
34-
"@typescript-eslint/eslint-plugin": "^8.41.0",
35-
"@typescript-eslint/parser": "^8.41.0",
34+
"@typescript-eslint/eslint-plugin": "^8.42.0",
35+
"@typescript-eslint/parser": "^8.42.0",
3636
"eslint": "^9.34.0",
3737
"eslint-config-prettier": "^10.1.8",
3838
"eslint-plugin-eslint-comments": "^3.2.0",

internal/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfish/prettier-config",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {

internal/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfish/stylelint-config",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {

internal/ts-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfish/ts-config",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {
@@ -18,9 +18,9 @@
1818
"web.json"
1919
],
2020
"dependencies": {
21-
"@types/node": "^22.18.0"
21+
"@types/node": "^22.18.1"
2222
},
2323
"devDependencies": {
24-
"vite": "^7.1.3"
24+
"vite": "^7.1.4"
2525
}
2626
}

internal/vite-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfish/vite-config",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {
@@ -42,7 +42,7 @@
4242
"rollup-plugin-visualizer": "^5.14.0",
4343
"unbuild": "^3.6.1",
4444
"unocss": "^66.5.0",
45-
"vite": "^7.1.3",
45+
"vite": "^7.1.4",
4646
"vite-plugin-compression": "^0.5.1",
4747
"vite-plugin-dts": "^3.9.1",
4848
"vite-plugin-html": "^3.2.2",

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mfish-nocode",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"author": {
55
"name": "mfish",
66
"email": "[email protected]",
@@ -31,9 +31,9 @@
3131
"@ant-design/icons-vue": "^7.0.1",
3232
"@iconify/vue": "^4.3.0",
3333
"@jiaminghi/color": "^1.1.3",
34-
"@vue/shared": "^3.5.20",
35-
"@vueuse/core": "^13.8.0",
36-
"@vueuse/shared": "^13.8.0",
34+
"@vue/shared": "^3.5.21",
35+
"@vueuse/core": "^13.9.0",
36+
"@vueuse/shared": "^13.9.0",
3737
"@zxcvbn-ts/core": "^3.0.4",
3838
"animate.css": "^4.1.1",
3939
"ant-design-vue": "^4.2.6",
@@ -50,7 +50,7 @@
5050
"lodash-es": "^4.17.21",
5151
"markdown-it": "^14.1.0",
5252
"nprogress": "^0.2.0",
53-
"path-to-regexp": "^8.2.0",
53+
"path-to-regexp": "^8.3.0",
5454
"pinia": "^3.0.3",
5555
"qrcode": "^1.5.4",
5656
"qs": "^6.14.0",
@@ -66,7 +66,7 @@
6666
"vuedraggable": "^4.1.0"
6767
},
6868
"devDependencies": {
69-
"@iconify/json": "^2.2.380",
69+
"@iconify/json": "^2.2.381",
7070
"@logicflow/core": "^1.2.28",
7171
"@logicflow/extension": "^1.2.28",
7272
"@mfish/core": "workspace:*",
@@ -88,14 +88,14 @@
8888
"@types/intro.js": "^5.1.5",
8989
"@types/jsdom": "^21.1.7",
9090
"@types/lodash-es": "^4.17.12",
91-
"@types/node": "^22.18.0",
91+
"@types/node": "^22.18.1",
9292
"@types/nprogress": "^0.2.3",
9393
"@types/qrcode": "^1.5.5",
9494
"@types/qs": "^6.14.0",
9595
"@types/sm-crypto": "^0.3.4",
9696
"@types/sortablejs": "^1.15.8",
97-
"@typescript-eslint/eslint-plugin": "^8.41.0",
98-
"@typescript-eslint/parser": "^8.41.0",
97+
"@typescript-eslint/eslint-plugin": "^8.42.0",
98+
"@typescript-eslint/parser": "^8.42.0",
9999
"@vitejs/plugin-legacy": "^6.1.1",
100100
"@vitejs/plugin-vue": "^5.2.4",
101101
"@vitejs/plugin-vue-jsx": "^4.2.0",
@@ -126,19 +126,19 @@
126126
"stylelint": "^16.23.1",
127127
"stylelint-config-standard": "^37.0.0",
128128
"stylelint-order": "^6.0.4",
129-
"terser": "^5.43.1",
129+
"terser": "^5.44.0",
130130
"turbo": "^2.5.6",
131131
"typescript": "^5.9.2",
132132
"unbuild": "^3.6.1",
133133
"unocss": "^66.5.0",
134-
"vite": "^7.1.3",
134+
"vite": "^7.1.4",
135135
"vite-plugin-html": "^3.2.2",
136136
"vite-plugin-imagemin": "^0.6.1",
137137
"vite-plugin-mkcert": "^1.17.8",
138138
"vite-plugin-mock": "^3.0.2",
139139
"vite-plugin-svg-icons": "^2.0.1",
140140
"vite-plugin-vue-setup-extend": "^0.4.0",
141-
"vue": "^3.5.20",
141+
"vue": "^3.5.21",
142142
"vue-eslint-parser": "^10.2.0",
143143
"vue-tsc": "^2.2.12"
144144
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfish/core",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {

packages/core/src/api/storage/SysFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ReqSysFile, SysFile, SysFilePageModel } from "@core/api/model/BaseModel
55
* @description: 文件存储
66
* @author: mfish
77
* @date: 2023-03-02
8-
* @version: V2.1.0
8+
* @version: V2.1.1
99
*/
1010
enum Api {
1111
SysFile = "/storage/sysFile",

packages/core/src/api/storage/model/SysFileModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { BaseEntity, PageResult } from "@core/api/model/BaseModel.ts";
44
* @description: 文件存储
55
* @author: mfish
66
* @date: 2023-03-02
7-
* @version: V2.1.0
7+
* @version: V2.1.1
88
*/
99
export interface SysFile extends BaseEntity<string> {
1010
fileKey: string;

0 commit comments

Comments
 (0)