Skip to content

Commit ee8aed2

Browse files
committed
1.9.1
1 parent 260397f commit ee8aed2

File tree

23 files changed

+2646
-2340
lines changed

23 files changed

+2646
-2340
lines changed

CHANGELOG.md

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

3+
## 1.9.1
4+
5+
- 优化 `typeSctipt` 类型定义
6+
- 优化 `setup` 语法
7+
- 依赖升级
8+
39
## 1.9.0
410

511
- 新增 `BasicForm` 组件,支持 `setLoading`, `setSchema` 方法

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "naive-ui-admin",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"author": {
55
"name": "Ahjung",
66
"email": "735878602@qq.com",
@@ -32,71 +32,71 @@
3232
"@vicons/ionicons5": "^0.12.0",
3333
"@vueup/vue-quill": "^1.2.0",
3434
"@vueuse/core": "^9.13.0",
35-
"axios": "^1.4.0",
35+
"axios": "^1.6.8",
3636
"blueimp-md5": "^2.19.0",
3737
"date-fns": "^2.30.0",
38-
"echarts": "^5.4.3",
38+
"echarts": "^5.5.0",
3939
"element-resize-detector": "^1.2.4",
4040
"lodash-es": "^4.17.21",
4141
"mitt": "^3.0.1",
4242
"mockjs": "^1.1.0",
43-
"naive-ui": "^2.34.4",
44-
"pinia": "^2.1.6",
45-
"qs": "^6.11.2",
43+
"naive-ui": "^2.38.1",
44+
"pinia": "^2.1.7",
45+
"qs": "^6.12.0",
4646
"vfonts": "^0.0.3",
47-
"vue": "^3.3.4",
48-
"vue-router": "^4.2.4",
47+
"vue": "^3.4.21",
48+
"vue-router": "^4.3.0",
4949
"vue-types": "^4.2.1"
5050
},
5151
"devDependencies": {
52-
"@commitlint/cli": "^17.7.0",
53-
"@commitlint/config-conventional": "^17.7.0",
54-
"@types/lodash": "^4.14.197",
55-
"@types/node": "^18.17.4",
52+
"@commitlint/cli": "^17.8.1",
53+
"@commitlint/config-conventional": "^17.8.1",
54+
"@types/lodash": "^4.17.0",
55+
"@types/node": "^18.19.31",
5656
"@typescript-eslint/eslint-plugin": "^5.62.0",
5757
"@typescript-eslint/parser": "^5.62.0",
5858
"@vitejs/plugin-vue": "^3.2.0",
5959
"@vitejs/plugin-vue-jsx": "^2.1.1",
60-
"@vue/compiler-sfc": "^3.3.4",
60+
"@vue/compiler-sfc": "^3.4.21",
6161
"@vue/eslint-config-typescript": "^11.0.3",
62-
"autoprefixer": "^10.4.14",
62+
"autoprefixer": "^10.4.19",
6363
"commitizen": "^4.3.0",
64-
"core-js": "^3.32.0",
64+
"core-js": "^3.36.1",
6565
"cross-env": "^7.0.3",
66-
"dotenv": "^16.3.1",
67-
"eslint": "^8.46.0",
66+
"dotenv": "^16.4.5",
67+
"eslint": "^8.57.0",
6868
"eslint-config-prettier": "^8.10.0",
6969
"eslint-define-config": "1.12.0",
70-
"eslint-plugin-jest": "^27.2.3",
70+
"eslint-plugin-jest": "^27.9.0",
7171
"eslint-plugin-prettier": "^4.2.1",
72-
"eslint-plugin-vue": "^9.17.0",
72+
"eslint-plugin-vue": "^9.24.1",
7373
"esno": "^0.16.3",
7474
"gh-pages": "^4.0.0",
7575
"husky": "^8.0.3",
76-
"jest": "^29.6.2",
76+
"jest": "^29.7.0",
7777
"less": "^4.2.0",
78-
"less-loader": "^11.1.3",
79-
"lint-staged": "^13.2.3",
80-
"postcss": "^8.4.27",
78+
"less-loader": "^11.1.4",
79+
"lint-staged": "^13.3.0",
80+
"postcss": "^8.4.38",
8181
"prettier": "^2.8.8",
82-
"pretty-quick": "^3.1.3",
82+
"pretty-quick": "^3.3.1",
8383
"rimraf": "^3.0.2",
8484
"stylelint": "^14.16.1",
8585
"stylelint-config-prettier": "^9.0.5",
8686
"stylelint-config-standard": "^29.0.0",
8787
"stylelint-order": "^5.0.0",
8888
"stylelint-scss": "^4.7.0",
89-
"tailwindcss": "^3.3.3",
89+
"tailwindcss": "^3.4.3",
9090
"typescript": "^4.9.5",
9191
"unplugin-vue-components": "^0.22.12",
92-
"vite": "^3.2.7",
92+
"vite": "^3.2.10",
9393
"vite-plugin-compression": "^0.5.1",
94-
"vite-plugin-html": "^3.2.0",
94+
"vite-plugin-html": "^3.2.2",
9595
"vite-plugin-mock": "^2.9.8",
9696
"vite-plugin-style-import": "^2.0.0",
9797
"vue-demi": "^0.13.11",
9898
"vue-draggable-next": "^2.2.1",
99-
"vue-eslint-parser": "^9.3.1",
99+
"vue-eslint-parser": "^9.4.2",
100100
"vuedraggable": "^4.1.0"
101101
},
102102
"lint-staged": {

0 commit comments

Comments
 (0)