Commit 5ffac409351fea933a004f118fd3854502555374
1 parent
60136892
chore: update deps
Showing
3 changed files
with
148 additions
and
100 deletions
package.json
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | "qrcode": "^1.4.4", |
40 | 40 | "sortablejs": "^1.13.0", |
41 | 41 | "vditor": "^3.8.1", |
42 | - "vue": "^3.0.5", | |
42 | + "vue": "^3.0.6", | |
43 | 43 | "vue-i18n": "9.0.0-rc.7", |
44 | 44 | "vue-router": "^4.0.4", |
45 | 45 | "vue-types": "^3.0.2", |
... | ... | @@ -67,15 +67,15 @@ |
67 | 67 | "@typescript-eslint/parser": "^4.15.2", |
68 | 68 | "@vitejs/plugin-legacy": "^1.3.1", |
69 | 69 | "@vitejs/plugin-vue": "^1.1.4", |
70 | - "@vitejs/plugin-vue-jsx": "^1.1.1", | |
71 | - "@vue/compiler-sfc": "^3.0.5", | |
70 | + "@vitejs/plugin-vue-jsx": "^1.1.2", | |
71 | + "@vue/compiler-sfc": "^3.0.6", | |
72 | 72 | "autoprefixer": "^10.2.4", |
73 | 73 | "commitizen": "^4.2.3", |
74 | 74 | "conventional-changelog-cli": "^2.1.1", |
75 | 75 | "cross-env": "^7.0.3", |
76 | 76 | "dotenv": "^8.2.0", |
77 | 77 | "eslint": "^7.20.0", |
78 | - "eslint-config-prettier": "^8.0.0", | |
78 | + "eslint-config-prettier": "^8.1.0", | |
79 | 79 | "eslint-plugin-prettier": "^3.3.1", |
80 | 80 | "eslint-plugin-vue": "^7.6.0", |
81 | 81 | "esno": "^0.4.4", |
... | ... | @@ -95,7 +95,7 @@ |
95 | 95 | "stylelint-order": "^4.1.0", |
96 | 96 | "ts-node": "^9.1.1", |
97 | 97 | "typescript": "4.1.5", |
98 | - "vite": "2.0.2", | |
98 | + "vite": "2.0.3", | |
99 | 99 | "vite-plugin-compression": "^0.2.2", |
100 | 100 | "vite-plugin-html": "^2.0.2", |
101 | 101 | "vite-plugin-imagemin": "^0.2.8", |
... | ... | @@ -104,7 +104,7 @@ |
104 | 104 | "vite-plugin-pwa": "^0.5.3", |
105 | 105 | "vite-plugin-style-import": "^0.7.5", |
106 | 106 | "vite-plugin-theme": "^0.4.8", |
107 | - "vite-plugin-windicss": "0.4.12", | |
107 | + "vite-plugin-windicss": "0.5.0", | |
108 | 108 | "vue-eslint-parser": "^7.5.0", |
109 | 109 | "yargs": "^16.2.0" |
110 | 110 | }, | ... | ... |
src/design/index.less
... | ... | @@ -11,16 +11,6 @@ input:-webkit-autofill { |
11 | 11 | transition: background-color 5000s ease-in-out 0s !important; |
12 | 12 | } |
13 | 13 | |
14 | -// Background color setting in full screen state in each browser | |
15 | -::backdrop, | |
16 | -html, | |
17 | -*:fullscreen, | |
18 | -*:-webkit-full-screen, | |
19 | -*:-moz-full-screen { | |
20 | - z-index: 1; | |
21 | - background-color: #fff !important; | |
22 | -} | |
23 | - | |
24 | 14 | html { |
25 | 15 | overflow: hidden; |
26 | 16 | -webkit-text-size-adjust: 100%; | ... | ... |
yarn.lock
... | ... | @@ -1579,15 +1579,15 @@ |
1579 | 1579 | regenerator-runtime "^0.13.7" |
1580 | 1580 | systemjs "^6.8.3" |
1581 | 1581 | |
1582 | -"@vitejs/plugin-vue-jsx@^1.1.1": | |
1583 | - version "1.1.1" | |
1584 | - resolved "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-1.1.1.tgz#f9e1bb89591f8529218974d6e55d205964784bc9" | |
1585 | - integrity sha512-xVpDaXmBsSMkUrYm1qhCrXqlzWuadwbYCPp0pm5N9g6pECTtd5+KgGN7SkIyDER+1cl+0vhkXdZAHu1MaS11gw== | |
1582 | +"@vitejs/plugin-vue-jsx@^1.1.2": | |
1583 | + version "1.1.2" | |
1584 | + resolved "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-1.1.2.tgz#d240d8d73c2f8e34f32ade6d06e709a959d1f2a1" | |
1585 | + integrity sha512-3m+0amZwkn0g/D3OqqTsG2qe82LvIaQYqAi3Klpx2vEdaBU5pgok5Qlp6eMGr6QQRDLa7HAKZbPCVV5yAPfOpg== | |
1586 | 1586 | dependencies: |
1587 | 1587 | "@babel/core" "^7.12.10" |
1588 | 1588 | "@babel/plugin-syntax-import-meta" "^7.10.4" |
1589 | 1589 | "@babel/plugin-transform-typescript" "^7.12.1" |
1590 | - "@vue/babel-plugin-jsx" "^1.0.1" | |
1590 | + "@vue/babel-plugin-jsx" "^1.0.3" | |
1591 | 1591 | hash-sum "^2.0.0" |
1592 | 1592 | |
1593 | 1593 | "@vitejs/plugin-vue@^1.1.4": |
... | ... | @@ -1600,10 +1600,10 @@ |
1600 | 1600 | resolved "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz#9b9c691cd06fc855221a2475c3cc831d774bc7dc" |
1601 | 1601 | integrity sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA== |
1602 | 1602 | |
1603 | -"@vue/babel-plugin-jsx@^1.0.1": | |
1604 | - version "1.0.2" | |
1605 | - resolved "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.0.2.tgz#6bfd8e39c48e53391a56705649f81a35fe20b6a1" | |
1606 | - integrity sha512-1uZlQCLCeuqJgDYLCmg3qfsvTVtOQiXh278ES4bvPTYYbv2Bi/rElLETK6AdjI9xxzyTUf5n1QEiH8Xxz0eZrg== | |
1603 | +"@vue/babel-plugin-jsx@^1.0.3": | |
1604 | + version "1.0.3" | |
1605 | + resolved "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.0.3.tgz#ad5ee86ebc9fc40900add9914534e223c719eace" | |
1606 | + integrity sha512-+52ZQFmrM0yh61dQlgwQlfHZXmYbswbQEL25SOSt9QkjegAdfIGu87oELw0l8H6cuJYazZCiNjPR9eU++ZIbxg== | |
1607 | 1607 | dependencies: |
1608 | 1608 | "@babel/helper-module-imports" "^7.0.0" |
1609 | 1609 | "@babel/plugin-syntax-jsx" "^7.0.0" |
... | ... | @@ -1626,6 +1626,17 @@ |
1626 | 1626 | estree-walker "^2.0.1" |
1627 | 1627 | source-map "^0.6.1" |
1628 | 1628 | |
1629 | +"@vue/compiler-core@3.0.6": | |
1630 | + version "3.0.6" | |
1631 | + resolved "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.0.6.tgz#265bbe0711a81ab4c1344f8294e22e2d08ca167d" | |
1632 | + integrity sha512-O7QzQ39DskOoPpEDWRvKwDX7Py9UNT7SvLHvBdIfckGA3OsAEBdiAtuYQNcVmUDeBajm+08v5wyvHWBbWgkilQ== | |
1633 | + dependencies: | |
1634 | + "@babel/parser" "^7.12.0" | |
1635 | + "@babel/types" "^7.12.0" | |
1636 | + "@vue/shared" "3.0.6" | |
1637 | + estree-walker "^2.0.1" | |
1638 | + source-map "^0.6.1" | |
1639 | + | |
1629 | 1640 | "@vue/compiler-dom@3.0.5": |
1630 | 1641 | version "3.0.5" |
1631 | 1642 | resolved "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.0.5.tgz#7885a13e6d18f64dde8ebceec052ed2c102696c2" |
... | ... | @@ -1634,35 +1645,43 @@ |
1634 | 1645 | "@vue/compiler-core" "3.0.5" |
1635 | 1646 | "@vue/shared" "3.0.5" |
1636 | 1647 | |
1637 | -"@vue/compiler-sfc@^3.0.5": | |
1638 | - version "3.0.5" | |
1639 | - resolved "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.0.5.tgz#3ae08e60244a72faf9598361874fb7bdb5b1d37c" | |
1640 | - integrity sha512-uOAC4X0Gx3SQ9YvDC7YMpbDvoCmPvP0afVhJoxRotDdJ+r8VO3q4hFf/2f7U62k4Vkdftp6DVni8QixrfYzs+w== | |
1648 | +"@vue/compiler-dom@3.0.6": | |
1649 | + version "3.0.6" | |
1650 | + resolved "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.0.6.tgz#f94c3959320a1252915bd02b943f96a7ee3fc951" | |
1651 | + integrity sha512-q1wfHzYwvDRAhBlx+Qa+n3Bu5nHr1qL/j0UbpNlbQDwIlt9zpvmXUrUCL+i55Bh5lLKvSe+mNo0qlwNEApm+jA== | |
1652 | + dependencies: | |
1653 | + "@vue/compiler-core" "3.0.6" | |
1654 | + "@vue/shared" "3.0.6" | |
1655 | + | |
1656 | +"@vue/compiler-sfc@^3.0.6": | |
1657 | + version "3.0.6" | |
1658 | + resolved "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.0.6.tgz#3945f73a93d52868799f1e332a75bb8849976ac9" | |
1659 | + integrity sha512-g1tkswnhtiJpj4ELQ3SzeGxtOd0t8E5GkT+n2VlElEnTI1BzueSvr41D5QthnUS+TNWZd52ZnPtdaNz+Lfum1w== | |
1641 | 1660 | dependencies: |
1642 | 1661 | "@babel/parser" "^7.12.0" |
1643 | 1662 | "@babel/types" "^7.12.0" |
1644 | - "@vue/compiler-core" "3.0.5" | |
1645 | - "@vue/compiler-dom" "3.0.5" | |
1646 | - "@vue/compiler-ssr" "3.0.5" | |
1647 | - "@vue/shared" "3.0.5" | |
1663 | + "@vue/compiler-core" "3.0.6" | |
1664 | + "@vue/compiler-dom" "3.0.6" | |
1665 | + "@vue/compiler-ssr" "3.0.6" | |
1666 | + "@vue/shared" "3.0.6" | |
1648 | 1667 | consolidate "^0.16.0" |
1649 | 1668 | estree-walker "^2.0.1" |
1650 | 1669 | hash-sum "^2.0.0" |
1651 | 1670 | lru-cache "^5.1.1" |
1652 | 1671 | magic-string "^0.25.7" |
1653 | 1672 | merge-source-map "^1.1.0" |
1654 | - postcss "^7.0.32" | |
1655 | - postcss-modules "^3.2.2" | |
1673 | + postcss "^8.1.10" | |
1674 | + postcss-modules "^4.0.0" | |
1656 | 1675 | postcss-selector-parser "^6.0.4" |
1657 | 1676 | source-map "^0.6.1" |
1658 | 1677 | |
1659 | -"@vue/compiler-ssr@3.0.5": | |
1660 | - version "3.0.5" | |
1661 | - resolved "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.0.5.tgz#7661ad891a0be948726c7f7ad1e425253c587b83" | |
1662 | - integrity sha512-Wm//Kuxa1DpgjE4P9W0coZr8wklOfJ35Jtq61CbU+t601CpPTK4+FL2QDBItaG7aoUUDCWL5nnxMkuaOgzTBKg== | |
1678 | +"@vue/compiler-ssr@3.0.6": | |
1679 | + version "3.0.6" | |
1680 | + resolved "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.0.6.tgz#7156361e4c465cbee2723275edc61e940678e47c" | |
1681 | + integrity sha512-Y4amPwRevUiiNQDho0cq1Ith9q6UU5N6CD6YiXkHIboFPeXEiGvH3ULJWjFzlGqn1eUV1AReNJpFJrhjtQNc7g== | |
1663 | 1682 | dependencies: |
1664 | - "@vue/compiler-dom" "3.0.5" | |
1665 | - "@vue/shared" "3.0.5" | |
1683 | + "@vue/compiler-dom" "3.0.6" | |
1684 | + "@vue/shared" "3.0.6" | |
1666 | 1685 | |
1667 | 1686 | "@vue/devtools-api@^6.0.0-beta.5": |
1668 | 1687 | version "6.0.0-beta.7" |
... | ... | @@ -1676,6 +1695,13 @@ |
1676 | 1695 | dependencies: |
1677 | 1696 | "@vue/shared" "3.0.5" |
1678 | 1697 | |
1698 | +"@vue/reactivity@3.0.6": | |
1699 | + version "3.0.6" | |
1700 | + resolved "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.0.6.tgz#7b16f3d5d04cc55028085fff0bb8475cc0e32991" | |
1701 | + integrity sha512-hX8PnZayNMoljWSYrZW0OclQnRaMoHxvi5eeFVFPDr7+tzBeiftmmozKttxxCLoDxBWX1B4gNc237DIcYU63Lw== | |
1702 | + dependencies: | |
1703 | + "@vue/shared" "3.0.6" | |
1704 | + | |
1679 | 1705 | "@vue/runtime-core@3.0.5": |
1680 | 1706 | version "3.0.5" |
1681 | 1707 | resolved "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.0.5.tgz#da6331d5f300d5794e9e0ebdc8a8bd72a9e19962" |
... | ... | @@ -1684,6 +1710,14 @@ |
1684 | 1710 | "@vue/reactivity" "3.0.5" |
1685 | 1711 | "@vue/shared" "3.0.5" |
1686 | 1712 | |
1713 | +"@vue/runtime-core@3.0.6": | |
1714 | + version "3.0.6" | |
1715 | + resolved "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.0.6.tgz#d16779b5664593f1d25be677fb1b1968024aa532" | |
1716 | + integrity sha512-x6N38P0DeMyrHiAxCE/rACHTyydOzlg8IyUIPkSJ4rrSkuJnAtFKQicK6fm8NuD21dwdPr8KcZ4Cn4xaqL1JJg== | |
1717 | + dependencies: | |
1718 | + "@vue/reactivity" "3.0.6" | |
1719 | + "@vue/shared" "3.0.6" | |
1720 | + | |
1687 | 1721 | "@vue/runtime-dom@3.0.5": |
1688 | 1722 | version "3.0.5" |
1689 | 1723 | resolved "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.0.5.tgz#1ce2c9c449e26ab06963da0064096e882a7a8935" |
... | ... | @@ -1693,11 +1727,25 @@ |
1693 | 1727 | "@vue/shared" "3.0.5" |
1694 | 1728 | csstype "^2.6.8" |
1695 | 1729 | |
1730 | +"@vue/runtime-dom@3.0.6": | |
1731 | + version "3.0.6" | |
1732 | + resolved "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.0.6.tgz#e7d6c61913d871f1f020a9a81b558c8fcbeba8c6" | |
1733 | + integrity sha512-Y6y4Tak9//VXB2mp2NVQxbwC4a5xsnJpotpo8yBAB3qB3L4v4HQLpqxSkwThRwI6Y6Z7dydX/sgfraqLBE8BWg== | |
1734 | + dependencies: | |
1735 | + "@vue/runtime-core" "3.0.6" | |
1736 | + "@vue/shared" "3.0.6" | |
1737 | + csstype "^2.6.8" | |
1738 | + | |
1696 | 1739 | "@vue/shared@3.0.5": |
1697 | 1740 | version "3.0.5" |
1698 | 1741 | resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.0.5.tgz#c131d88bd6713cc4d93b3bb1372edb1983225ff0" |
1699 | 1742 | integrity sha512-gYsNoGkWejBxNO6SNRjOh/xKeZ0H0V+TFzaPzODfBjkAIb0aQgBuixC1brandC/CDJy1wYPwSoYrXpvul7m6yw== |
1700 | 1743 | |
1744 | +"@vue/shared@3.0.6": | |
1745 | + version "3.0.6" | |
1746 | + resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.0.6.tgz#d65576430fc4ad383dc7c829118798e5169178d4" | |
1747 | + integrity sha512-c37C60HpelUZIx+SNZVEINSxkFzQYhIXFg5AynnIA4QDBmY4iSPoACfGSwSUTCTKImukPeCgY2oqRJVP3R1Mnw== | |
1748 | + | |
1701 | 1749 | "@vueuse/core@^4.2.2": |
1702 | 1750 | version "4.2.2" |
1703 | 1751 | resolved "https://registry.npmjs.org/@vueuse/core/-/core-4.2.2.tgz#ecbba4ba05e0360e9c9079b32e149fac803a1020" |
... | ... | @@ -1713,10 +1761,10 @@ |
1713 | 1761 | dependencies: |
1714 | 1762 | vue-demi latest |
1715 | 1763 | |
1716 | -"@windicss/plugin-utils@0.4.12": | |
1717 | - version "0.4.12" | |
1718 | - resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.4.12.tgz#b75f218ec11e2970e6ccb7db556cf9930c1cb9ec" | |
1719 | - integrity sha512-5nZm/qHfnBBYWdtNZmU6IpXO5i/ckIiv+PhyeBOAGl5EXfly7h84YJ4NrkixusbhWMBwUdPi9Bs5m9rOR3oMpg== | |
1764 | +"@windicss/plugin-utils@0.5.0": | |
1765 | + version "0.5.0" | |
1766 | + resolved "https://registry.npmjs.org/@windicss/plugin-utils/-/plugin-utils-0.5.0.tgz#dab121dd33074eccb4b7c85e7757eb5704f1c76e" | |
1767 | + integrity sha512-d2oi4cY+PV0mcQ2wij1nI+Ku0s6Zw2/+zllxX8TtMyEknYqe5zHE69DbUyCjIyVg2DYCje2vIc8XnTWYDFEkjQ== | |
1720 | 1768 | dependencies: |
1721 | 1769 | esbuild "^0.8.50" |
1722 | 1770 | esbuild-register "^2.0.0" |
... | ... | @@ -3626,10 +3674,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: |
3626 | 3674 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
3627 | 3675 | integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= |
3628 | 3676 | |
3629 | -eslint-config-prettier@^8.0.0: | |
3630 | - version "8.0.0" | |
3631 | - resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c" | |
3632 | - integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA== | |
3677 | +eslint-config-prettier@^8.1.0: | |
3678 | + version "8.1.0" | |
3679 | + resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6" | |
3680 | + integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== | |
3633 | 3681 | |
3634 | 3682 | eslint-plugin-prettier@^3.3.1: |
3635 | 3683 | version "3.3.1" |
... | ... | @@ -4817,12 +4865,10 @@ icss-replace-symbols@^1.1.0: |
4817 | 4865 | resolved "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" |
4818 | 4866 | integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= |
4819 | 4867 | |
4820 | -icss-utils@^4.0.0, icss-utils@^4.1.1: | |
4821 | - version "4.1.1" | |
4822 | - resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" | |
4823 | - integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== | |
4824 | - dependencies: | |
4825 | - postcss "^7.0.14" | |
4868 | +icss-utils@^5.0.0: | |
4869 | + version "5.1.0" | |
4870 | + resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" | |
4871 | + integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== | |
4826 | 4872 | |
4827 | 4873 | ieee754@^1.1.13: |
4828 | 4874 | version "1.2.1" |
... | ... | @@ -6861,52 +6907,46 @@ postcss-media-query-parser@^0.2.3: |
6861 | 6907 | resolved "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" |
6862 | 6908 | integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= |
6863 | 6909 | |
6864 | -postcss-modules-extract-imports@^2.0.0: | |
6865 | - version "2.0.0" | |
6866 | - resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" | |
6867 | - integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== | |
6868 | - dependencies: | |
6869 | - postcss "^7.0.5" | |
6910 | +postcss-modules-extract-imports@^3.0.0: | |
6911 | + version "3.0.0" | |
6912 | + resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" | |
6913 | + integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== | |
6870 | 6914 | |
6871 | -postcss-modules-local-by-default@^3.0.2: | |
6872 | - version "3.0.3" | |
6873 | - resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" | |
6874 | - integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== | |
6915 | +postcss-modules-local-by-default@^4.0.0: | |
6916 | + version "4.0.0" | |
6917 | + resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c" | |
6918 | + integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== | |
6875 | 6919 | dependencies: |
6876 | - icss-utils "^4.1.1" | |
6877 | - postcss "^7.0.32" | |
6920 | + icss-utils "^5.0.0" | |
6878 | 6921 | postcss-selector-parser "^6.0.2" |
6879 | 6922 | postcss-value-parser "^4.1.0" |
6880 | 6923 | |
6881 | -postcss-modules-scope@^2.2.0: | |
6882 | - version "2.2.0" | |
6883 | - resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" | |
6884 | - integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== | |
6924 | +postcss-modules-scope@^3.0.0: | |
6925 | + version "3.0.0" | |
6926 | + resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06" | |
6927 | + integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== | |
6885 | 6928 | dependencies: |
6886 | - postcss "^7.0.6" | |
6887 | - postcss-selector-parser "^6.0.0" | |
6929 | + postcss-selector-parser "^6.0.4" | |
6888 | 6930 | |
6889 | -postcss-modules-values@^3.0.0: | |
6890 | - version "3.0.0" | |
6891 | - resolved "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" | |
6892 | - integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== | |
6931 | +postcss-modules-values@^4.0.0: | |
6932 | + version "4.0.0" | |
6933 | + resolved "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" | |
6934 | + integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== | |
6893 | 6935 | dependencies: |
6894 | - icss-utils "^4.0.0" | |
6895 | - postcss "^7.0.6" | |
6936 | + icss-utils "^5.0.0" | |
6896 | 6937 | |
6897 | -postcss-modules@^3.2.2: | |
6898 | - version "3.2.2" | |
6899 | - resolved "https://registry.npmjs.org/postcss-modules/-/postcss-modules-3.2.2.tgz#ee390de0f9f18e761e1778dfb9be26685c02c51f" | |
6900 | - integrity sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== | |
6938 | +postcss-modules@^4.0.0: | |
6939 | + version "4.0.0" | |
6940 | + resolved "https://registry.npmjs.org/postcss-modules/-/postcss-modules-4.0.0.tgz#2bc7f276ab88f3f1b0fadf6cbd7772d43b5f3b9b" | |
6941 | + integrity sha512-ghS/ovDzDqARm4Zj6L2ntadjyQMoyJmi0JkLlYtH2QFLrvNlxH5OAVRPWPeKilB0pY7SbuhO173KOWkPAxRJcw== | |
6901 | 6942 | dependencies: |
6902 | 6943 | generic-names "^2.0.1" |
6903 | 6944 | icss-replace-symbols "^1.1.0" |
6904 | 6945 | lodash.camelcase "^4.3.0" |
6905 | - postcss "^7.0.32" | |
6906 | - postcss-modules-extract-imports "^2.0.0" | |
6907 | - postcss-modules-local-by-default "^3.0.2" | |
6908 | - postcss-modules-scope "^2.2.0" | |
6909 | - postcss-modules-values "^3.0.0" | |
6946 | + postcss-modules-extract-imports "^3.0.0" | |
6947 | + postcss-modules-local-by-default "^4.0.0" | |
6948 | + postcss-modules-scope "^3.0.0" | |
6949 | + postcss-modules-values "^4.0.0" | |
6910 | 6950 | string-hash "^1.1.1" |
6911 | 6951 | |
6912 | 6952 | postcss-resolve-nested-selector@^0.1.1: |
... | ... | @@ -6936,7 +6976,7 @@ postcss-scss@^2.1.1: |
6936 | 6976 | dependencies: |
6937 | 6977 | postcss "^7.0.6" |
6938 | 6978 | |
6939 | -postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: | |
6979 | +postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: | |
6940 | 6980 | version "6.0.4" |
6941 | 6981 | resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz#56075a1380a04604c38b063ea7767a129af5c2b3" |
6942 | 6982 | integrity sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== |
... | ... | @@ -6964,7 +7004,7 @@ postcss-value-parser@^4.1.0: |
6964 | 7004 | resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" |
6965 | 7005 | integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== |
6966 | 7006 | |
6967 | -postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.31, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6: | |
7007 | +postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.31, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.6: | |
6968 | 7008 | version "7.0.35" |
6969 | 7009 | resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" |
6970 | 7010 | integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== |
... | ... | @@ -6973,6 +7013,15 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0. |
6973 | 7013 | source-map "^0.6.1" |
6974 | 7014 | supports-color "^6.1.0" |
6975 | 7015 | |
7016 | +postcss@^8.1.10: | |
7017 | + version "8.2.6" | |
7018 | + resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe" | |
7019 | + integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== | |
7020 | + dependencies: | |
7021 | + colorette "^1.2.1" | |
7022 | + nanoid "^3.1.20" | |
7023 | + source-map "^0.6.1" | |
7024 | + | |
6976 | 7025 | postcss@^8.2.1: |
6977 | 7026 | version "8.2.4" |
6978 | 7027 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz#20a98a39cf303d15129c2865a9ec37eda0031d04" |
... | ... | @@ -8963,18 +9012,18 @@ vite-plugin-theme@^0.4.8: |
8963 | 9012 | es-module-lexer "^0.3.26" |
8964 | 9013 | tinycolor2 "^1.4.2" |
8965 | 9014 | |
8966 | -vite-plugin-windicss@0.4.12: | |
8967 | - version "0.4.12" | |
8968 | - resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.4.12.tgz#6a967daaaea084afea4352a019c316ff03eea099" | |
8969 | - integrity sha512-IXYgvJ58jMF1/lOejZGeOOmNotI+L+W9vMvdJBOykphsk7X+qc8nZfWKW0VvmX2JcI5Ry+QuQMM4JX0xVKnWYQ== | |
9015 | +vite-plugin-windicss@0.5.0: | |
9016 | + version "0.5.0" | |
9017 | + resolved "https://registry.npmjs.org/vite-plugin-windicss/-/vite-plugin-windicss-0.5.0.tgz#63189c772feab50b3860ddec4c8a0ac69555f9d2" | |
9018 | + integrity sha512-8mT03wppL3/ehyNEIJHVpMlWsS8jlSBaW/zSUuGjFiUC0zhB0GSzTbQkvtpJLqlFvvU4oHF4uhvN9tb7Uoq1ww== | |
8970 | 9019 | dependencies: |
8971 | - "@windicss/plugin-utils" "0.4.12" | |
9020 | + "@windicss/plugin-utils" "0.5.0" | |
8972 | 9021 | windicss "^2.2.0" |
8973 | 9022 | |
8974 | -vite@2.0.2: | |
8975 | - version "2.0.2" | |
8976 | - resolved "https://registry.npmjs.org/vite/-/vite-2.0.2.tgz#d984528b5a1c8e725d2804245751769b11d671cf" | |
8977 | - integrity sha512-X+PTIPRt6/5Odf/h0kBkwkck+YC0I6oKH5+ttA9ytoLyC9yeksktVq1KNzImqB+/1CNBiBE2vr7orcgSxAi67w== | |
9023 | +vite@2.0.3: | |
9024 | + version "2.0.3" | |
9025 | + resolved "https://registry.npmjs.org/vite/-/vite-2.0.3.tgz#ea0329295d4da9341e670036e5e7f0bfa30ae2cf" | |
9026 | + integrity sha512-4CUm3FVUHyTSSSK6vHWkj3SVkP+GGNNzwYcFsHOjjc8xQ3BPjJa1JDDmFlYxpxR29ANa+7RWptYPoyHyJ29Nhw== | |
8978 | 9027 | dependencies: |
8979 | 9028 | esbuild "^0.8.47" |
8980 | 9029 | postcss "^8.2.1" |
... | ... | @@ -9028,7 +9077,7 @@ vue-types@^3.0.2: |
9028 | 9077 | dependencies: |
9029 | 9078 | is-plain-object "3.0.1" |
9030 | 9079 | |
9031 | -vue@^3.0.0, vue@^3.0.5: | |
9080 | +vue@^3.0.0: | |
9032 | 9081 | version "3.0.5" |
9033 | 9082 | resolved "https://registry.npmjs.org/vue/-/vue-3.0.5.tgz#de1b82eba24abfe71e0970fc9b8d4b2babdc3fe1" |
9034 | 9083 | integrity sha512-TfaprOmtsAfhQau7WsomXZ8d9op/dkQLNIq8qPV3A0Vxs6GR5E+c1rfJS1SDkXRQj+dFyfnec7+U0Be1huiScg== |
... | ... | @@ -9037,6 +9086,15 @@ vue@^3.0.0, vue@^3.0.5: |
9037 | 9086 | "@vue/runtime-dom" "3.0.5" |
9038 | 9087 | "@vue/shared" "3.0.5" |
9039 | 9088 | |
9089 | +vue@^3.0.6: | |
9090 | + version "3.0.6" | |
9091 | + resolved "https://registry.npmjs.org/vue/-/vue-3.0.6.tgz#2c16ed4bb66f16d6c6f6eaa3b7d5835a76598049" | |
9092 | + integrity sha512-fgjbe/+f1EsqG7ZbaFSnxdzQXF2DKoFCdJlPxZZJy9XMtyXS6SY8pGzLi8WYb4zmsPLHvTZz4bHW30kFDk7vfA== | |
9093 | + dependencies: | |
9094 | + "@vue/compiler-dom" "3.0.6" | |
9095 | + "@vue/runtime-dom" "3.0.6" | |
9096 | + "@vue/shared" "3.0.6" | |
9097 | + | |
9040 | 9098 | vuex-module-decorators@^1.0.1: |
9041 | 9099 | version "1.0.1" |
9042 | 9100 | resolved "https://registry.npmjs.org/vuex-module-decorators/-/vuex-module-decorators-1.0.1.tgz#d34dafb5428a3636f1c26d3d014c15fc9659ccd0" | ... | ... |