Skip to content

Commit 19df8d5

Browse files
committed
1.9.2
1 parent 489f791 commit 19df8d5

File tree

7 files changed

+6198
-4985
lines changed

7 files changed

+6198
-4985
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.9.2
4+
5+
- 升级 `vite``5.x` 版本
6+
- 优化 `BasicTable` 组件,编辑样式
7+
- 新增 `BasicTable` 组件,支持 `striped` 入参
38
- 依赖升级
49

510
## 1.9.1

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "naive-ui-admin",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"author": {
55
"name": "Ahjung",
66
"email": "735878602@qq.com",
@@ -30,10 +30,10 @@
3030
"@vicons/ionicons5": "^0.12.0",
3131
"@vueup/vue-quill": "^1.2.0",
3232
"@vueuse/core": "^9.13.0",
33-
"axios": "^1.6.8",
33+
"axios": "^1.7.2",
3434
"blueimp-md5": "^2.19.0",
3535
"date-fns": "^2.30.0",
36-
"echarts": "^5.5.0",
36+
"echarts": "^5.5.1",
3737
"element-resize-detector": "^1.2.4",
3838
"lodash-es": "^4.17.21",
3939
"mitt": "^3.0.1",
@@ -42,24 +42,24 @@
4242
"pinia": "^2.1.7",
4343
"qs": "^6.12.1",
4444
"vfonts": "^0.0.3",
45-
"vue": "^3.4.27",
46-
"vue-router": "^4.3.2",
45+
"vue": "^3.4.31",
46+
"vue-router": "^4.4.0",
4747
"vue-types": "^4.2.1"
4848
},
4949
"devDependencies": {
5050
"@commitlint/cli": "^17.8.1",
5151
"@commitlint/config-conventional": "^17.8.1",
52-
"@types/lodash": "^4.17.1",
53-
"@types/node": "^18.19.33",
52+
"@types/lodash": "^4.17.6",
53+
"@types/node": "^18.19.39",
5454
"@typescript-eslint/eslint-plugin": "^5.62.0",
5555
"@typescript-eslint/parser": "^5.62.0",
5656
"@vitejs/plugin-vue": "^3.2.0",
5757
"@vitejs/plugin-vue-jsx": "^2.1.1",
58-
"@vue/compiler-sfc": "^3.4.27",
58+
"@vue/compiler-sfc": "^3.4.31",
5959
"@vue/eslint-config-typescript": "^11.0.3",
6060
"autoprefixer": "^10.4.19",
6161
"commitizen": "^4.3.0",
62-
"core-js": "^3.37.0",
62+
"core-js": "^3.37.1",
6363
"cross-env": "^7.0.3",
6464
"dotenv": "^16.4.5",
6565
"eslint": "^8.57.0",
@@ -84,17 +84,17 @@
8484
"stylelint-config-standard": "^29.0.0",
8585
"stylelint-order": "^5.0.0",
8686
"stylelint-scss": "^4.7.0",
87-
"tailwindcss": "^3.4.3",
87+
"tailwindcss": "^3.4.4",
8888
"typescript": "^4.9.5",
8989
"unplugin-vue-components": "^0.22.12",
90-
"vite": "^3.2.10",
90+
"vite": "^5.3.2",
9191
"vite-plugin-compression": "^0.5.1",
9292
"vite-plugin-html": "^3.2.2",
9393
"vite-plugin-mock": "^2.9.8",
9494
"vite-plugin-style-import": "^2.0.0",
9595
"vue-demi": "^0.13.11",
9696
"vue-draggable-next": "^2.2.1",
97-
"vue-eslint-parser": "^9.4.2",
97+
"vue-eslint-parser": "^9.4.3",
9898
"vuedraggable": "^4.1.0"
9999
},
100100
"lint-staged": {

0 commit comments

Comments
 (0)