Skip to content

Commit 618b601

Browse files
authored
Merge pull request #225 from mfish-qf/develop
Develop
2 parents 8c2b35b + 3d7e108 commit 618b601

File tree

33 files changed

+804
-548
lines changed

33 files changed

+804
-548
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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)
7-
[![Version](https://img.shields.io/badge/version-1.2.0-brightgreen.svg)](https://github.com/mfish-qf/mfish-nocode-view/releases/tag/v1.2.0)
7+
[![Version](https://img.shields.io/badge/version-1.3.1-brightgreen.svg)](https://github.com/mfish-qf/mfish-nocode-view/releases/tag/v1.3.1)
88
[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/mfish-qf/mfish-nocode-view/blob/main/LICENSE)
99

1010
[![GitHub watches](https://img.shields.io/github/watchers/mfish-qf/mfish-nocode-view.svg?style=social&label=Watch)](https://github.com/mfish-qf/mfish-nocode-view)

internal/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"stylelint-scss": "^6.5.1"
2727
},
2828
"devDependencies": {
29-
"postcss": "^8.4.44",
29+
"postcss": "^8.4.45",
3030
"postcss-html": "^1.7.0",
3131
"postcss-scss": "^4.0.9",
3232
"prettier": "^3.3.3",

internal/ts-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"web.json"
1919
],
2020
"dependencies": {
21-
"@types/node": "^22.5.3",
21+
"@types/node": "^22.5.4",
2222
"vite": "^5.4.3"
2323
}
2424
}

internal/vite-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"less": "^4.2.0",
4040
"picocolors": "^1.1.0",
4141
"pkg-types": "^1.2.0",
42-
"postcss": "^8.4.44",
42+
"postcss": "^8.4.45",
4343
"rollup-plugin-visualizer": "^5.12.0",
4444
"unbuild": "^2.0.0",
4545
"unocss": "^0.61.9",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@ant-design/colors": "^7.1.0",
3333
"@ant-design/icons-vue": "^7.0.1",
3434
"@iconify/vue": "^4.1.2",
35-
"@vue/shared": "^3.5.0",
35+
"@vue/shared": "^3.5.1",
3636
"@vueuse/core": "^10.11.1",
3737
"@vueuse/shared": "^10.11.1",
3838
"@zxcvbn-ts/core": "^3.0.4",
@@ -55,7 +55,7 @@
5555
"sortablejs": "^1.15.3",
5656
"unocss": "^0.61.9",
5757
"uuid": "^10.0.0",
58-
"vue": "^3.5.0",
58+
"vue": "^3.5.1",
5959
"vue-i18n": "^9.14.0",
6060
"vue-json-pretty": "^2.4.0",
6161
"vue-router": "^4.4.3",
@@ -80,7 +80,7 @@
8080
"@types/intro.js": "^5.1.5",
8181
"@types/jsdom": "^21.1.7",
8282
"@types/lodash-es": "^4.17.12",
83-
"@types/node": "^22.5.3",
83+
"@types/node": "^22.5.4",
8484
"@types/qrcode": "^1.5.5",
8585
"@types/sm-crypto": "^0.3.4",
8686
"@types/sortablejs": "^1.15.8",
@@ -107,7 +107,7 @@
107107
"naive-ui": "^2.39.0",
108108
"npm-run-all": "^4.1.5",
109109
"picocolors": "^1.1.0",
110-
"postcss": "^8.4.44",
110+
"postcss": "^8.4.45",
111111
"prettier": "^3.3.3",
112112
"prettier-plugin-packagejson": "^2.5.2",
113113
"rimraf": "^6.0.1",
@@ -128,7 +128,7 @@
128128
"vite-plugin-svg-icons": "^2.0.1",
129129
"vite-plugin-vue-setup-extend": "^0.4.0",
130130
"vue-eslint-parser": "^9.4.3",
131-
"vue-tsc": "^2.1.4"
131+
"vue-tsc": "^2.1.6"
132132
},
133133
"resolutions": {
134134
"bin-wrapper": "npm:bin-wrapper-china",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
}
2020
},
2121
"dependencies": {
22-
"vue": "^3.5.0"
22+
"vue": "^3.5.1"
2323
}
2424
}

0 commit comments

Comments
 (0)