Commit 5cabbac7579c1a745516bb0ef2f16abe38b84734
1 parent
26b6109c
chore: update deps
Showing
3 changed files
with
71 additions
and
65 deletions
CHANGELOG.zh_CN.md
... | ... | @@ -4,14 +4,14 @@ |
4 | 4 | |
5 | 5 | - 重构整体 layout。更改代码实现方式。代码更精简 |
6 | 6 | - 配置项重构 |
7 | +- 移除 messageSetting 配置 | |
7 | 8 | |
8 | 9 | ### ✨ Features |
9 | 10 | |
10 | -- 缓存可以配置是否加密 | |
11 | +- 缓存可以配置是否加密,默认生产环境开启 Aes 加密 | |
11 | 12 | |
12 | 13 | ### 🎫 Chores |
13 | 14 | |
14 | -- 移除 messageSetting 配置 | |
15 | 15 | - 更新 antdv 到`2.0.0-rc.2` |
16 | 16 | - 暂时删除 `@vueuse/core`.等稳定后在集成。目前不太稳定。 |
17 | 17 | ... | ... |
package.json
... | ... | @@ -33,7 +33,8 @@ |
33 | 33 | "nprogress": "^0.2.0", |
34 | 34 | "path-to-regexp": "^6.2.0", |
35 | 35 | "qrcode": "^1.4.4", |
36 | - "vditor": "^3.6.3", | |
36 | + "sortablejs": "^1.12.0", | |
37 | + "vditor": "^3.6.6", | |
37 | 38 | "vue": "^3.0.2", |
38 | 39 | "vue-i18n": "^9.0.0-beta.8", |
39 | 40 | "vue-router": "^4.0.0-rc.5", |
... | ... | @@ -45,10 +46,10 @@ |
45 | 46 | "devDependencies": { |
46 | 47 | "@commitlint/cli": "^11.0.0", |
47 | 48 | "@commitlint/config-conventional": "^11.0.0", |
48 | - "@iconify/json": "^1.1.262", | |
49 | + "@iconify/json": "^1.1.264", | |
49 | 50 | "@ls-lint/ls-lint": "^1.9.2", |
50 | 51 | "@purge-icons/generated": "^0.4.1", |
51 | - "@types/echarts": "^4.9.1", | |
52 | + "@types/echarts": "^4.9.2", | |
52 | 53 | "@types/fs-extra": "^9.0.4", |
53 | 54 | "@types/globrex": "^0.1.0", |
54 | 55 | "@types/koa-static": "^4.0.1", |
... | ... | @@ -59,8 +60,8 @@ |
59 | 60 | "@types/rollup-plugin-visualizer": "^2.6.0", |
60 | 61 | "@types/yargs": "^15.0.10", |
61 | 62 | "@types/zxcvbn": "^4.4.0", |
62 | - "@typescript-eslint/eslint-plugin": "^4.8.1", | |
63 | - "@typescript-eslint/parser": "^4.8.1", | |
63 | + "@typescript-eslint/eslint-plugin": "^4.8.2", | |
64 | + "@typescript-eslint/parser": "^4.8.2", | |
64 | 65 | "@vue/compiler-sfc": "^3.0.2", |
65 | 66 | "@vuedx/typecheck": "^0.2.4-0", |
66 | 67 | "@vuedx/typescript-plugin-vue": "^0.2.4-0", |
... | ... | @@ -81,7 +82,7 @@ |
81 | 82 | "husky": "^4.3.0", |
82 | 83 | "koa-static": "^5.0.0", |
83 | 84 | "less": "^3.12.2", |
84 | - "lint-staged": "^10.5.1", | |
85 | + "lint-staged": "^10.5.2", | |
85 | 86 | "portfinder": "^1.0.28", |
86 | 87 | "postcss-import": "^12.0.1", |
87 | 88 | "prettier": "^2.2.0", | ... | ... |
yarn.lock
... | ... | @@ -1055,10 +1055,10 @@ |
1055 | 1055 | resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.0-rc.2.tgz#c4a95ddc06ca9b9496df03604e66fdefb39f4c4b" |
1056 | 1056 | integrity sha512-BybEHU5/I9EQ0CcwKAqmreZ2bMnAXrqLCTptAc6vPetHMbrXdZfejP5mt57e/8PNSt/qE7BHniU5PCYA+PGIHw== |
1057 | 1057 | |
1058 | -"@iconify/json@^1.1.262": | |
1059 | - version "1.1.262" | |
1060 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.262.tgz#a67067bad418d59c729ec514e3aa629d0ab3710b" | |
1061 | - integrity sha512-PfKUS/Ue9Rn2oO0ez/Yj4Cdodvv6vDHgPjIZNSElu2+149CYaPmWahHI87ZY+r8l3bijPIu6+blyAixdJtPPMg== | |
1058 | +"@iconify/json@^1.1.264": | |
1059 | + version "1.1.264" | |
1060 | + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.264.tgz#c8a96a63452aa5a45ffdd752e9eb5db4d81285ba" | |
1061 | + integrity sha512-8roHMDJ/dt9kg2ggXOS7LTXs4BR6vHQDFLIdrKhyXEIRLKRokwOIG1XpdGWVc36VZh/5itwENq5xvdd3r40Ckw== | |
1062 | 1062 | |
1063 | 1063 | "@koa/cors@^3.1.0": |
1064 | 1064 | version "3.1.0" |
... | ... | @@ -1285,10 +1285,10 @@ |
1285 | 1285 | "@types/keygrip" "*" |
1286 | 1286 | "@types/node" "*" |
1287 | 1287 | |
1288 | -"@types/echarts@^4.9.1": | |
1289 | - version "4.9.1" | |
1290 | - resolved "https://registry.npmjs.org/@types/echarts/-/echarts-4.9.1.tgz#e21ea327af62b1148a7ab69a039f8fa002506de2" | |
1291 | - integrity sha512-tpx/gqJD6oz1ZJnIqDaUppsoRuZdnbhAFPslWlTGk0q8//9l34DLwzOrviHCOE+Oy1R5A1VZ994/CPg1Cl3naw== | |
1288 | +"@types/echarts@^4.9.2": | |
1289 | + version "4.9.2" | |
1290 | + resolved "https://registry.npmjs.org/@types/echarts/-/echarts-4.9.2.tgz#305d250aabf3cb4c47e26ef6b335aab5354339f6" | |
1291 | + integrity sha512-ycAmdt/PbQEuj+9cI9O0mZV6Dd+R1+ngs9S8P7Cbxj8RWXbL8NOvnzXdJRvR/+9lx/hq/O1rdLxXYXXTVImujw== | |
1292 | 1292 | dependencies: |
1293 | 1293 | "@types/zrender" "*" |
1294 | 1294 | |
... | ... | @@ -1522,61 +1522,61 @@ |
1522 | 1522 | resolved "https://registry.npmjs.org/@types/zxcvbn/-/zxcvbn-4.4.0.tgz#fbc1d941cc6d9d37d18405c513ba6b294f89b609" |
1523 | 1523 | integrity sha512-GQLOT+SN20a+AI51y3fAimhyTF4Y0RG+YP3gf91OibIZ7CJmPFgoZi+ZR5a+vRbS01LbQosITWum4ATmJ1Z6Pg== |
1524 | 1524 | |
1525 | -"@typescript-eslint/eslint-plugin@^4.8.1": | |
1526 | - version "4.8.1" | |
1527 | - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769" | |
1528 | - integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ== | |
1525 | +"@typescript-eslint/eslint-plugin@^4.8.2": | |
1526 | + version "4.8.2" | |
1527 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.2.tgz#cf9102ec800391caa574f589ffe0623cca1d9308" | |
1528 | + integrity sha512-gQ06QLV5l1DtvYtqOyFLXD9PdcILYqlrJj2l+CGDlPtmgLUzc1GpqciJFIRvyfvgLALpnxYINFuw+n9AZhPBKQ== | |
1529 | 1529 | dependencies: |
1530 | - "@typescript-eslint/experimental-utils" "4.8.1" | |
1531 | - "@typescript-eslint/scope-manager" "4.8.1" | |
1530 | + "@typescript-eslint/experimental-utils" "4.8.2" | |
1531 | + "@typescript-eslint/scope-manager" "4.8.2" | |
1532 | 1532 | debug "^4.1.1" |
1533 | 1533 | functional-red-black-tree "^1.0.1" |
1534 | 1534 | regexpp "^3.0.0" |
1535 | 1535 | semver "^7.3.2" |
1536 | 1536 | tsutils "^3.17.1" |
1537 | 1537 | |
1538 | -"@typescript-eslint/experimental-utils@4.8.1": | |
1539 | - version "4.8.1" | |
1540 | - resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d" | |
1541 | - integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg== | |
1538 | +"@typescript-eslint/experimental-utils@4.8.2": | |
1539 | + version "4.8.2" | |
1540 | + resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.2.tgz#8909a5732f19329cf5ef0c39766170476bff5e50" | |
1541 | + integrity sha512-hpTw6o6IhBZEsQsjuw/4RWmceRyESfAiEzAEnXHKG1X7S5DXFaZ4IO1JO7CW1aQ604leQBzjZmuMI9QBCAJX8Q== | |
1542 | 1542 | dependencies: |
1543 | 1543 | "@types/json-schema" "^7.0.3" |
1544 | - "@typescript-eslint/scope-manager" "4.8.1" | |
1545 | - "@typescript-eslint/types" "4.8.1" | |
1546 | - "@typescript-eslint/typescript-estree" "4.8.1" | |
1544 | + "@typescript-eslint/scope-manager" "4.8.2" | |
1545 | + "@typescript-eslint/types" "4.8.2" | |
1546 | + "@typescript-eslint/typescript-estree" "4.8.2" | |
1547 | 1547 | eslint-scope "^5.0.0" |
1548 | 1548 | eslint-utils "^2.0.0" |
1549 | 1549 | |
1550 | -"@typescript-eslint/parser@^4.8.1": | |
1551 | - version "4.8.1" | |
1552 | - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1" | |
1553 | - integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw== | |
1550 | +"@typescript-eslint/parser@^4.8.2": | |
1551 | + version "4.8.2" | |
1552 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8" | |
1553 | + integrity sha512-u0leyJqmclYr3KcXOqd2fmx6SDGBO0MUNHHAjr0JS4Crbb3C3d8dwAdlazy133PLCcPn+aOUFiHn72wcuc5wYw== | |
1554 | 1554 | dependencies: |
1555 | - "@typescript-eslint/scope-manager" "4.8.1" | |
1556 | - "@typescript-eslint/types" "4.8.1" | |
1557 | - "@typescript-eslint/typescript-estree" "4.8.1" | |
1555 | + "@typescript-eslint/scope-manager" "4.8.2" | |
1556 | + "@typescript-eslint/types" "4.8.2" | |
1557 | + "@typescript-eslint/typescript-estree" "4.8.2" | |
1558 | 1558 | debug "^4.1.1" |
1559 | 1559 | |
1560 | -"@typescript-eslint/scope-manager@4.8.1": | |
1561 | - version "4.8.1" | |
1562 | - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce" | |
1563 | - integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ== | |
1560 | +"@typescript-eslint/scope-manager@4.8.2": | |
1561 | + version "4.8.2" | |
1562 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.8.2.tgz#a18388c63ae9c17adde519384f539392f2c4f0d9" | |
1563 | + integrity sha512-qHQ8ODi7mMin4Sq2eh/6eu03uVzsf5TX+J43xRmiq8ujng7ViQSHNPLOHGw/Wr5dFEoxq/ubKhzClIIdQy5q3g== | |
1564 | 1564 | dependencies: |
1565 | - "@typescript-eslint/types" "4.8.1" | |
1566 | - "@typescript-eslint/visitor-keys" "4.8.1" | |
1565 | + "@typescript-eslint/types" "4.8.2" | |
1566 | + "@typescript-eslint/visitor-keys" "4.8.2" | |
1567 | 1567 | |
1568 | -"@typescript-eslint/types@4.8.1": | |
1569 | - version "4.8.1" | |
1570 | - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222" | |
1571 | - integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA== | |
1568 | +"@typescript-eslint/types@4.8.2": | |
1569 | + version "4.8.2" | |
1570 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36" | |
1571 | + integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw== | |
1572 | 1572 | |
1573 | -"@typescript-eslint/typescript-estree@4.8.1": | |
1574 | - version "4.8.1" | |
1575 | - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32" | |
1576 | - integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ== | |
1573 | +"@typescript-eslint/typescript-estree@4.8.2": | |
1574 | + version "4.8.2" | |
1575 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed" | |
1576 | + integrity sha512-HToGNwI6fekH0dOw3XEVESUm71Onfam0AKin6f26S2FtUmO7o3cLlWgrIaT1q3vjB3wCTdww3Dx2iGq5wtUOCg== | |
1577 | 1577 | dependencies: |
1578 | - "@typescript-eslint/types" "4.8.1" | |
1579 | - "@typescript-eslint/visitor-keys" "4.8.1" | |
1578 | + "@typescript-eslint/types" "4.8.2" | |
1579 | + "@typescript-eslint/visitor-keys" "4.8.2" | |
1580 | 1580 | debug "^4.1.1" |
1581 | 1581 | globby "^11.0.1" |
1582 | 1582 | is-glob "^4.0.1" |
... | ... | @@ -1584,12 +1584,12 @@ |
1584 | 1584 | semver "^7.3.2" |
1585 | 1585 | tsutils "^3.17.1" |
1586 | 1586 | |
1587 | -"@typescript-eslint/visitor-keys@4.8.1": | |
1588 | - version "4.8.1" | |
1589 | - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3" | |
1590 | - integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ== | |
1587 | +"@typescript-eslint/visitor-keys@4.8.2": | |
1588 | + version "4.8.2" | |
1589 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77" | |
1590 | + integrity sha512-Vg+/SJTMZJEKKGHW7YC21QxgKJrSbxoYYd3MEUGtW7zuytHuEcksewq0DUmo4eh/CTNrVJGSdIY9AtRb6riWFw== | |
1591 | 1591 | dependencies: |
1592 | - "@typescript-eslint/types" "4.8.1" | |
1592 | + "@typescript-eslint/types" "4.8.2" | |
1593 | 1593 | eslint-visitor-keys "^2.0.0" |
1594 | 1594 | |
1595 | 1595 | "@vue/compiler-core@*", "@vue/compiler-core@3.0.2", "@vue/compiler-core@^3.0.0-rc.5": |
... | ... | @@ -5074,10 +5074,10 @@ lines-and-columns@^1.1.6: |
5074 | 5074 | resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
5075 | 5075 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
5076 | 5076 | |
5077 | -lint-staged@^10.5.1: | |
5078 | - version "10.5.1" | |
5079 | - resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.1.tgz#901e915c2360072dded0e7d752a0d9a49e079daa" | |
5080 | - integrity sha512-fTkTGFtwFIJJzn/PbUO3RXyEBHIhbfYBE7+rJyLcOXabViaO/h6OslgeK6zpeUtzkDrzkgyAYDTLAwx6JzDTHw== | |
5077 | +lint-staged@^10.5.2: | |
5078 | + version "10.5.2" | |
5079 | + resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.2.tgz#acfaa0093af3262aee3130b2e22438941530bdd1" | |
5080 | + integrity sha512-e8AYR1TDlzwB8VVd38Xu2lXDZf6BcshVqKVuBQThDJRaJLobqKnpbm4dkwJ2puypQNbLr9KF/9mfA649mAGvjA== | |
5081 | 5081 | dependencies: |
5082 | 5082 | chalk "^4.1.0" |
5083 | 5083 | cli-truncate "^2.1.0" |
... | ... | @@ -7147,6 +7147,11 @@ snapdragon@^0.8.1: |
7147 | 7147 | source-map-resolve "^0.5.0" |
7148 | 7148 | use "^3.1.0" |
7149 | 7149 | |
7150 | +sortablejs@^1.12.0: | |
7151 | + version "1.12.0" | |
7152 | + resolved "https://registry.npmjs.org/sortablejs/-/sortablejs-1.12.0.tgz#ee6d7ece3598c2af0feb1559d98595e5ea37cbd6" | |
7153 | + integrity sha512-bPn57rCjBRlt2sC24RBsu40wZsmLkSo2XeqG8k6DC1zru5eObQUIPPZAQG7W2SJ8FZQYq+BEJmvuw1Zxb3chqg== | |
7154 | + | |
7150 | 7155 | source-map-resolve@^0.5.0: |
7151 | 7156 | version "0.5.3" |
7152 | 7157 | resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" |
... | ... | @@ -8028,10 +8033,10 @@ vary@^1.1.2: |
8028 | 8033 | resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" |
8029 | 8034 | integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= |
8030 | 8035 | |
8031 | -vditor@^3.6.3: | |
8032 | - version "3.6.3" | |
8033 | - resolved "https://registry.npmjs.org/vditor/-/vditor-3.6.3.tgz#7d006f273208869b268268453b688ad4a0de8995" | |
8034 | - integrity sha512-skLJQrVBdeBFLdYVckfovCxNnzOR1vlgEesUFAc0WJdbfj/m4FHB7SY/LgV7KtoiK+crDPFrIdw3jkEQmhkFGA== | |
8036 | +vditor@^3.6.6: | |
8037 | + version "3.6.6" | |
8038 | + resolved "https://registry.npmjs.org/vditor/-/vditor-3.6.6.tgz#210255dbf76a504ce085d207ccbae577b89d42c5" | |
8039 | + integrity sha512-qG4HlI4+krRqPW7NFDdDczS4OsYGIdiHlJ3BHbIoPp9SO7RK5O75y+rI4zGW7EN1lPye40Jwo3zmsPbPhn5nsA== | |
8035 | 8040 | dependencies: |
8036 | 8041 | diff-match-patch "^1.0.5" |
8037 | 8042 | ... | ... |