Skip to content

Commit 5516733

Browse files
committed
chore: update deps
1 parent 937c521 commit 5516733

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
|----------------------------------------------------------------------|------------------|--------|
3838
| [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.2.47 |
3939
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.1.1 |
40-
| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.29 |
40+
| [Element Plus](https://element-plus.org/zh-CN/) | Element Plus | 2.2.30 |
4141
| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 4.9.5 |
4242
| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.30 |
4343
| [vueuse](https://vueuse.org/) | 常用工具集 | 9.12.0 |
44-
| [vxe-table](https://vxetable.cn/) | Vue 最强表单 | 4.3.9 |
44+
| [vxe-table](https://vxetable.cn/) | Vue 最强表单 | 4.3.10 |
4545
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
4646
| [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.1.6 |
4747
| [windicss](https://cn.windicss.org/) | 下一代工具优先的 CSS 框架 | 3.5.6 |

build/vite/optimize.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const include = [
3535
'element-plus/es',
3636
'element-plus/es/locale/lang/zh-cn',
3737
'element-plus/es/locale/lang/en',
38+
'element-plus/es/components/backtop/style/index',
3839
'element-plus/es/components/form/style/index',
3940
'element-plus/es/components/radio-group/style/index',
4041
'element-plus/es/components/radio/style/index',

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"diagram-js": "^11.6.0",
4242
"echarts": "^5.4.1",
4343
"echarts-wordcloud": "^2.1.0",
44-
"element-plus": "2.2.29",
45-
"fast-xml-parser": "^4.0.13",
44+
"element-plus": "2.2.30",
45+
"fast-xml-parser": "^4.1.2",
4646
"highlight.js": "^11.7.0",
4747
"intro.js": "^6.0.0",
4848
"jsencrypt": "^3.3.1",
@@ -60,15 +60,15 @@
6060
"vue-router": "^4.1.6",
6161
"vue-types": "^5.0.2",
6262
"vuedraggable": "^4.1.0",
63-
"vxe-table": "^4.3.9",
63+
"vxe-table": "^4.3.10",
6464
"web-storage-cache": "^1.1.1",
6565
"xe-utils": "^3.5.7",
6666
"xml-js": "^1.6.11"
6767
},
6868
"devDependencies": {
6969
"@commitlint/cli": "^17.4.2",
7070
"@commitlint/config-conventional": "^17.4.2",
71-
"@iconify/json": "^2.2.19",
71+
"@iconify/json": "^2.2.20",
7272
"@intlify/unplugin-vue-i18n": "^0.8.2",
7373
"@purge-icons/generated": "^0.9.0",
7474
"@types/intro.js": "^5.1.0",
@@ -97,14 +97,14 @@
9797
"postcss-scss": "^4.0.6",
9898
"prettier": "^2.8.4",
9999
"rimraf": "^4.1.2",
100-
"rollup": "^3.14.0",
100+
"rollup": "^3.15.0",
101101
"sass": "^1.58.0",
102-
"stylelint": "^14.16.1",
102+
"stylelint": "^15.1.0",
103103
"stylelint-config-html": "^1.1.0",
104-
"stylelint-config-prettier": "^9.0.4",
105-
"stylelint-config-recommended": "^9.0.0",
106-
"stylelint-config-standard": "^29.0.0",
107-
"stylelint-order": "^6.0.1",
104+
"stylelint-config-prettier": "^9.0.5",
105+
"stylelint-config-recommended": "^10.0.1",
106+
"stylelint-config-standard": "^30.0.1",
107+
"stylelint-order": "^6.0.2",
108108
"terser": "^5.16.3",
109109
"typescript": "4.9.5",
110110
"unplugin-auto-import": "^0.14.2",

src/views/system/post/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
</template>
4747
</XTable>
4848
</ContentWrap>
49-
5049
<!-- 表单弹窗:添加/修改/详情 -->
5150
<PostForm ref="modalRef" @success="reload()" />
5251
</template>

0 commit comments

Comments
 (0)