Commit 9d2231b1cd18d305ba7cf02258e59cecfccac195
1 parent
6d5388aa
chore: update deps
Showing
2 changed files
with
67 additions
and
85 deletions
package.json
... | ... | @@ -35,11 +35,11 @@ |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | 37 | "@iconify/iconify": "^2.0.3", |
38 | - "@logicflow/core": "^0.6.7", | |
39 | - "@logicflow/extension": "^0.6.7", | |
38 | + "@logicflow/core": "^0.6.8", | |
39 | + "@logicflow/extension": "^0.6.8", | |
40 | 40 | "@vueuse/core": "^5.2.0", |
41 | 41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
42 | - "ant-design-vue": "2.2.2", | |
42 | + "ant-design-vue": "2.2.3", | |
43 | 43 | "axios": "^0.21.1", |
44 | 44 | "codemirror": "^5.62.2", |
45 | 45 | "cropperjs": "^1.5.12", |
... | ... | @@ -59,15 +59,15 @@ |
59 | 59 | "vditor": "^3.8.6", |
60 | 60 | "vue": "3.1.5", |
61 | 61 | "vue-i18n": "9.1.7", |
62 | - "vue-json-pretty": "^2.0.2", | |
62 | + "vue-json-pretty": "^2.0.3", | |
63 | 63 | "vue-router": "^4.0.10", |
64 | - "vue-types": "^4.0.1", | |
64 | + "vue-types": "^4.0.2", | |
65 | 65 | "xlsx": "^0.17.0" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | 68 | "@commitlint/cli": "^13.1.0", |
69 | 69 | "@commitlint/config-conventional": "^13.1.0", |
70 | - "@iconify/json": "^1.1.383", | |
70 | + "@iconify/json": "^1.1.384", | |
71 | 71 | "@purge-icons/generated": "^0.7.0", |
72 | 72 | "@types/codemirror": "^5.60.2", |
73 | 73 | "@types/crypto-js": "^4.0.2", |
... | ... | @@ -77,7 +77,7 @@ |
77 | 77 | "@types/jest": "^26.0.24", |
78 | 78 | "@types/lodash-es": "^4.17.4", |
79 | 79 | "@types/mockjs": "^1.0.4", |
80 | - "@types/node": "^16.4.11", | |
80 | + "@types/node": "^16.4.13", | |
81 | 81 | "@types/nprogress": "^0.2.0", |
82 | 82 | "@types/qrcode": "^1.4.1", |
83 | 83 | "@types/qs": "^6.9.7", |
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 | "@typescript-eslint/eslint-plugin": "^4.29.0", |
86 | 86 | "@typescript-eslint/parser": "^4.29.0", |
87 | 87 | "@vitejs/plugin-legacy": "^1.5.1", |
88 | - "@vitejs/plugin-vue": "^1.3.0", | |
88 | + "@vitejs/plugin-vue": "^1.4.0", | |
89 | 89 | "@vitejs/plugin-vue-jsx": "^1.1.7", |
90 | 90 | "@vue/compiler-sfc": "3.1.5", |
91 | 91 | "@vue/test-utils": "^2.0.0-rc.12", |
... | ... | @@ -102,13 +102,13 @@ |
102 | 102 | "eslint-plugin-vue": "^7.15.1", |
103 | 103 | "esno": "^0.8.0", |
104 | 104 | "fs-extra": "^10.0.0", |
105 | - "http-server": "^0.12.3", | |
105 | + "http-server": "^13.0.0", | |
106 | 106 | "husky": "^7.0.1", |
107 | 107 | "inquirer": "^8.1.2", |
108 | 108 | "is-ci": "^3.0.0", |
109 | 109 | "jest": "^27.0.6", |
110 | 110 | "less": "^4.1.1", |
111 | - "lint-staged": "^11.1.1", | |
111 | + "lint-staged": "^11.1.2", | |
112 | 112 | "npm-run-all": "^4.1.5", |
113 | 113 | "postcss": "^8.3.6", |
114 | 114 | "prettier": "^2.3.2", |
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 | "vite-plugin-imagemin": "^0.4.3", |
129 | 129 | "vite-plugin-mock": "^2.9.4", |
130 | 130 | "vite-plugin-purge-icons": "^0.7.0", |
131 | - "vite-plugin-pwa": "^0.9.3", | |
131 | + "vite-plugin-pwa": "^0.10.0", | |
132 | 132 | "vite-plugin-style-import": "^1.1.1", |
133 | 133 | "vite-plugin-svg-icons": "^1.0.4", |
134 | 134 | "vite-plugin-theme": "^0.8.1", |
... | ... | @@ -139,7 +139,7 @@ |
139 | 139 | "resolutions": { |
140 | 140 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", |
141 | 141 | "bin-wrapper": "npm:bin-wrapper-china", |
142 | - "rollup": "^2.55.1" | |
142 | + "rollup": "^2.56.1" | |
143 | 143 | }, |
144 | 144 | "repository": { |
145 | 145 | "type": "git", | ... | ... |
yarn.lock
... | ... | @@ -1329,10 +1329,10 @@ |
1329 | 1329 | dependencies: |
1330 | 1330 | cross-fetch "^3.0.6" |
1331 | 1331 | |
1332 | -"@iconify/json@^1.1.383": | |
1333 | - version "1.1.383" | |
1334 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.383.tgz#d18488369bb8b5316b50eb172fde1ebfba75a4f7" | |
1335 | - integrity sha512-gMlPa0DpPisjPm/EOcIgJnAgm3VOZfrae9K+/532tI199Trgqmppz2AUKIErABT65Ix32fzkxbIZMY56sG03Tw== | |
1332 | +"@iconify/json@^1.1.384": | |
1333 | + version "1.1.384" | |
1334 | + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.384.tgz#57e67469e6bd731ad54342322375049da60bc4a7" | |
1335 | + integrity sha512-WoOrYwF6RkehwA9eQKkg1IWxyHXCskmcp/VHuK6sGMVmIKINUccop/rADLBvlI3MA7m0F03yaHxc2C+T/kCJAg== | |
1336 | 1336 | |
1337 | 1337 | "@intlify/core-base@9.1.7": |
1338 | 1338 | version "9.1.7" |
... | ... | @@ -1597,30 +1597,21 @@ |
1597 | 1597 | "@types/yargs" "^16.0.0" |
1598 | 1598 | chalk "^4.0.0" |
1599 | 1599 | |
1600 | -"@logicflow/core@^0.6.5": | |
1601 | - version "0.6.5" | |
1602 | - resolved "https://registry.yarnpkg.com/@logicflow/core/-/core-0.6.5.tgz#33299df948bf42bef6696829e0bc469b3d327c78" | |
1603 | - integrity sha512-87wBe6Q0bcPz2Sl+iUwf1YAHNxPRzVR07MN3Kxmz4lobn/6dGfk3atQRPd7Bvrx1q3LVTCE2HATukeJMQfJFCQ== | |
1604 | - dependencies: | |
1605 | - "@types/mousetrap" "^1.6.4" | |
1606 | - mousetrap "^1.6.5" | |
1607 | - preact "^10.4.8" | |
1608 | - | |
1609 | -"@logicflow/core@^0.6.7": | |
1610 | - version "0.6.7" | |
1611 | - resolved "https://registry.npmjs.org/@logicflow/core/-/core-0.6.7.tgz#61532e0cc4425e3e21c81402fd3cc0e44ee152a3" | |
1612 | - integrity sha512-+3T9q4uG55MsdtbmBiM0En3b0TZYwdR8mA19tX1IxlBc2tE839RP1S6CTiBpunHSJIvvtrSvbztJNQ4YKRzXbQ== | |
1600 | +"@logicflow/core@^0.6.8": | |
1601 | + version "0.6.8" | |
1602 | + resolved "https://registry.yarnpkg.com/@logicflow/core/-/core-0.6.8.tgz#ae5fd54f8f191f3db9e57f7ada82889db006e934" | |
1603 | + integrity sha512-ezMOEQh+ZnjRwJsERz3yE4X/FPsR2lTsLdq9TatC8NIbVF5psq9mQ8g91iqiSY45Cl58cjDJBjmsnJIHDYJtaA== | |
1613 | 1604 | dependencies: |
1614 | 1605 | "@types/mousetrap" "^1.6.4" |
1615 | 1606 | mousetrap "^1.6.5" |
1616 | 1607 | preact "^10.4.8" |
1617 | 1608 | |
1618 | -"@logicflow/extension@^0.6.7": | |
1619 | - version "0.6.7" | |
1620 | - resolved "https://registry.npmjs.org/@logicflow/extension/-/extension-0.6.7.tgz#d9ca070f78bbc8cbe20286246fc0d22b95b0d515" | |
1621 | - integrity sha512-pGk3XMp6ZigyOGiRQRSP6c/tJySkF8dlPt45RpS5HjqXbrUysewT6FIxUNm8u8qRjf+ATq7Pn5Qhejma9UPK/g== | |
1609 | +"@logicflow/extension@^0.6.8": | |
1610 | + version "0.6.8" | |
1611 | + resolved "https://registry.yarnpkg.com/@logicflow/extension/-/extension-0.6.8.tgz#bd58f10a0ee3af193b0b65eeb3f8e8d8bf13e328" | |
1612 | + integrity sha512-0gdAqsNMV0N4cEXhAAvUv7YQuZNuNkJekndonqH2Ge3Tpw7eLaChkrkAaISKDpP60U4HLxKmRthCDstiU9e8pg== | |
1622 | 1613 | dependencies: |
1623 | - "@logicflow/core" "^0.6.5" | |
1614 | + "@logicflow/core" "^0.6.8" | |
1624 | 1615 | ids "^1.0.0" |
1625 | 1616 | preact "^10.4.8" |
1626 | 1617 | |
... | ... | @@ -2028,10 +2019,10 @@ |
2028 | 2019 | resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" |
2029 | 2020 | integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== |
2030 | 2021 | |
2031 | -"@types/node@^16.4.11": | |
2032 | - version "16.4.11" | |
2033 | - resolved "https://registry.npmjs.org/@types/node/-/node-16.4.11.tgz#245030af802c776c31f00eb0cdde40ee615db462" | |
2034 | - integrity sha512-nWSFUbuNiPKJEe1IViuodSI+9cM+vpM8SWF/O6dJK7wmGRNq55U7XavJHrlRrPkSMuUZUFzg1xaZ1B+ZZCrRWw== | |
2022 | +"@types/node@^16.4.13": | |
2023 | + version "16.4.13" | |
2024 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d" | |
2025 | + integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg== | |
2035 | 2026 | |
2036 | 2027 | "@types/normalize-package-data@^2.4.0": |
2037 | 2028 | version "2.4.0" |
... | ... | @@ -2278,10 +2269,10 @@ |
2278 | 2269 | "@vue/babel-plugin-jsx" "^1.0.6" |
2279 | 2270 | hash-sum "^2.0.0" |
2280 | 2271 | |
2281 | -"@vitejs/plugin-vue@^1.3.0": | |
2282 | - version "1.3.0" | |
2283 | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.3.0.tgz#fc89a6c9b5a5157916afece4edc8fb55bf1bbc42" | |
2284 | - integrity sha512-wJvuJdTBjvucUX0vK4fuy60t+A9bJSZxc59vp1Y+8kiOd0NU5kFt4lay72gMWPeR+lSUjrTmGUq8Uzb99Jbw3A== | |
2272 | +"@vitejs/plugin-vue@^1.4.0": | |
2273 | + version "1.4.0" | |
2274 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz#962ae01b7fd16ad4007898c64ed639136e12215b" | |
2275 | + integrity sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA== | |
2285 | 2276 | |
2286 | 2277 | "@volar/code-gen@^0.26.6": |
2287 | 2278 | version "0.26.6" |
... | ... | @@ -2691,10 +2682,10 @@ ansi-styles@^5.0.0: |
2691 | 2682 | resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" |
2692 | 2683 | integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== |
2693 | 2684 | |
2694 | -ant-design-vue@2.2.2: | |
2695 | - version "2.2.2" | |
2696 | - resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-2.2.2.tgz#197388583c4e0b8ccd9c50ed19831ede27c2b919" | |
2697 | - integrity sha512-Gmed9dVw4oqYmuO3ubkXbRBadldE82XSt6Gqq3F2grvORKXYoJF/3CaMwfyRN81UaoRhWVTHmLeGLzuVpwJepw== | |
2685 | +ant-design-vue@2.2.3: | |
2686 | + version "2.2.3" | |
2687 | + resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-2.2.3.tgz#1fccd5f0143e24461c509848c7d38c2569ba6fe1" | |
2688 | + integrity sha512-7A+dw9ESJic71g5AZPjVP65KMT/8LO8mEzX1XVrZfyevsiLu1P51Vw/tJ85dkrwQNeYvAaqq+hUE4LjKjDdVwg== | |
2698 | 2689 | dependencies: |
2699 | 2690 | "@ant-design/icons-vue" "^6.0.0" |
2700 | 2691 | "@babel/runtime" "^7.10.5" |
... | ... | @@ -4539,16 +4530,6 @@ echarts@^5.1.2: |
4539 | 4530 | tslib "2.0.3" |
4540 | 4531 | zrender "5.1.1" |
4541 | 4532 | |
4542 | -ecstatic@^3.3.2: | |
4543 | - version "3.3.2" | |
4544 | - resolved "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.2.tgz#6d1dd49814d00594682c652adb66076a69d46c48" | |
4545 | - integrity sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog== | |
4546 | - dependencies: | |
4547 | - he "^1.1.1" | |
4548 | - mime "^1.6.0" | |
4549 | - minimist "^1.1.0" | |
4550 | - url-join "^2.0.5" | |
4551 | - | |
4552 | 4533 | ee-first@1.1.1: |
4553 | 4534 | version "1.1.1" |
4554 | 4535 | resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" |
... | ... | @@ -5918,9 +5899,9 @@ hash-sum@^2.0.0: |
5918 | 5899 | resolved "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz#81d01bb5de8ea4a214ad5d6ead1b523460b0b45a" |
5919 | 5900 | integrity sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg== |
5920 | 5901 | |
5921 | -he@^1.1.1, he@^1.2.0: | |
5902 | +he@^1.1.0, he@^1.1.1, he@^1.2.0: | |
5922 | 5903 | version "1.2.0" |
5923 | - resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" | |
5904 | + resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" | |
5924 | 5905 | integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== |
5925 | 5906 | |
5926 | 5907 | header-case@^2.0.4: |
... | ... | @@ -6025,21 +6006,23 @@ http-proxy@^1.18.0: |
6025 | 6006 | follow-redirects "^1.0.0" |
6026 | 6007 | requires-port "^1.0.0" |
6027 | 6008 | |
6028 | -http-server@^0.12.3: | |
6029 | - version "0.12.3" | |
6030 | - resolved "https://registry.npmjs.org/http-server/-/http-server-0.12.3.tgz#ba0471d0ecc425886616cb35c4faf279140a0d37" | |
6031 | - integrity sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA== | |
6009 | +http-server@^13.0.0: | |
6010 | + version "13.0.0" | |
6011 | + resolved "https://registry.yarnpkg.com/http-server/-/http-server-13.0.0.tgz#27ab5f3bad0e27a29965a4029c26170162f7b98f" | |
6012 | + integrity sha512-tqOx2M1CiZ3aVaE7Ue/0lup9kOG+Zqg6wdT1HygvxFnvPpU9doBMPcQ1ffT0/QS3J9ua35gipg0o3Dr8N0K0Tg== | |
6032 | 6013 | dependencies: |
6033 | 6014 | basic-auth "^1.0.3" |
6034 | 6015 | colors "^1.4.0" |
6035 | 6016 | corser "^2.0.1" |
6036 | - ecstatic "^3.3.2" | |
6017 | + he "^1.1.0" | |
6037 | 6018 | http-proxy "^1.18.0" |
6019 | + mime "^1.6.0" | |
6038 | 6020 | minimist "^1.2.5" |
6039 | 6021 | opener "^1.5.1" |
6040 | 6022 | portfinder "^1.0.25" |
6041 | 6023 | secure-compare "3.0.1" |
6042 | 6024 | union "~0.5.0" |
6025 | + url-join "^2.0.5" | |
6043 | 6026 | |
6044 | 6027 | https-proxy-agent@^5.0.0: |
6045 | 6028 | version "5.0.0" |
... | ... | @@ -7472,17 +7455,16 @@ lines-and-columns@^1.1.6: |
7472 | 7455 | resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
7473 | 7456 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
7474 | 7457 | |
7475 | -lint-staged@^11.1.1: | |
7476 | - version "11.1.1" | |
7477 | - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.1.1.tgz#9c2018b872654cf80b2b1ff5a10b6b74aef6e300" | |
7478 | - integrity sha512-eTNGe6i78PSUUH2BZi1gZmGmNfb8IeN4z2OzMYxSZ1qnP1WXKn1E7D+OHwLbRDm/wQINnzIj0bsKJ6lLVSuZiQ== | |
7458 | +lint-staged@^11.1.2: | |
7459 | + version "11.1.2" | |
7460 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.1.2.tgz#4dd78782ae43ee6ebf2969cad9af67a46b33cd90" | |
7461 | + integrity sha512-6lYpNoA9wGqkL6Hew/4n1H6lRqF3qCsujVT0Oq5Z4hiSAM7S6NksPJ3gnr7A7R52xCtiZMcEUNNQ6d6X5Bvh9w== | |
7479 | 7462 | dependencies: |
7480 | 7463 | chalk "^4.1.1" |
7481 | 7464 | cli-truncate "^2.1.0" |
7482 | 7465 | commander "^7.2.0" |
7483 | 7466 | cosmiconfig "^7.0.0" |
7484 | 7467 | debug "^4.3.1" |
7485 | - dedent "^0.7.0" | |
7486 | 7468 | enquirer "^2.3.6" |
7487 | 7469 | execa "^5.0.0" |
7488 | 7470 | listr2 "^3.8.2" |
... | ... | @@ -7995,7 +7977,7 @@ minimist-options@4.1.0: |
7995 | 7977 | is-plain-obj "^1.1.0" |
7996 | 7978 | kind-of "^6.0.3" |
7997 | 7979 | |
7998 | -minimist@1.2.5, minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: | |
7980 | +minimist@1.2.5, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: | |
7999 | 7981 | version "1.2.5" |
8000 | 7982 | resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" |
8001 | 7983 | integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |
... | ... | @@ -9707,10 +9689,10 @@ rollup-plugin-visualizer@5.5.2: |
9707 | 9689 | source-map "^0.7.3" |
9708 | 9690 | yargs "^16.2.0" |
9709 | 9691 | |
9710 | -rollup@^2.38.5, rollup@^2.43.1, rollup@^2.55.1: | |
9711 | - version "2.55.1" | |
9712 | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.55.1.tgz#66a444648e2fb603d8e329e77a61c608a6510fda" | |
9713 | - integrity sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g== | |
9692 | +rollup@^2.38.5, rollup@^2.43.1, rollup@^2.55.1, rollup@^2.56.1: | |
9693 | + version "2.56.1" | |
9694 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.1.tgz#f29dbc04a5d532dfa904f76b62395f359506211e" | |
9695 | + integrity sha512-KkrsNjeiTfGJMUFBi/PNfj3fnt70akqdoNXOjlzwo98uA1qrlkmgt6SGaK5OwhyDYCVnJb6jb2Xa2wbI47P4Nw== | |
9714 | 9696 | optionalDependencies: |
9715 | 9697 | fsevents "~2.3.2" |
9716 | 9698 | |
... | ... | @@ -11264,10 +11246,10 @@ vite-plugin-purge-icons@^0.7.0: |
11264 | 11246 | "@purge-icons/generated" "^0.7.0" |
11265 | 11247 | rollup-plugin-purge-icons "^0.7.0" |
11266 | 11248 | |
11267 | -vite-plugin-pwa@^0.9.3: | |
11268 | - version "0.9.3" | |
11269 | - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.9.3.tgz#3c03df1e7b8c9a6406882b2f475d3920fecd2da9" | |
11270 | - integrity sha512-o7UD6zMssH60dblwcTKqPeESlv1iF6tPQq2dx2N9smYMh5e5A6rlwWivV4fN8Nq2PVj82itcGRycIHDT+j32vg== | |
11249 | +vite-plugin-pwa@^0.10.0: | |
11250 | + version "0.10.0" | |
11251 | + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.10.0.tgz#56ea6c19b696c8901736aac97f9f316d3090a7c3" | |
11252 | + integrity sha512-QTI2OshRFR46JFS3KLVXXdIyhy+eO5pO3ezbeIXRAMNlUPJuB/r5sXhpRUGRZIkbrIq+UwSULNsCaNo8Ux5ZqA== | |
11271 | 11253 | dependencies: |
11272 | 11254 | debug "^4.3.2" |
11273 | 11255 | fast-glob "^3.2.7" |
... | ... | @@ -11511,10 +11493,10 @@ vue-i18n@9.1.7: |
11511 | 11493 | "@intlify/vue-devtools" "9.1.7" |
11512 | 11494 | "@vue/devtools-api" "^6.0.0-beta.7" |
11513 | 11495 | |
11514 | -vue-json-pretty@^2.0.2: | |
11515 | - version "2.0.2" | |
11516 | - resolved "https://registry.npmjs.org/vue-json-pretty/-/vue-json-pretty-2.0.2.tgz#cb8f559af15ea3a2ee53b2742672c7791826d6a3" | |
11517 | - integrity sha512-Vn7SX3XR9cfvGRNoTDNID89GmvVUMb7/fLUX3C3n0Qptga0N7hp7Zwspui1I1XN5pE+PeoVghCSYty+bi8KnjA== | |
11496 | +vue-json-pretty@^2.0.3: | |
11497 | + version "2.0.3" | |
11498 | + resolved "https://registry.yarnpkg.com/vue-json-pretty/-/vue-json-pretty-2.0.3.tgz#9b618a18643d6ac0ebf866c1a98722c5628dbec3" | |
11499 | + integrity sha512-z6W4CQK+KH3r5G/hssTf8AzLGKU5wx5gw7sPFLP+FDHVQRRLmP5x3T1ag9PmBH3PxlkFwiMk8OdXtq619iPXTw== | |
11518 | 11500 | |
11519 | 11501 | vue-router@^4.0.10: |
11520 | 11502 | version "4.0.10" |
... | ... | @@ -11537,10 +11519,10 @@ vue-types@^3.0.0: |
11537 | 11519 | dependencies: |
11538 | 11520 | is-plain-object "3.0.1" |
11539 | 11521 | |
11540 | -vue-types@^4.0.1: | |
11541 | - version "4.0.1" | |
11542 | - resolved "https://registry.yarnpkg.com/vue-types/-/vue-types-4.0.1.tgz#023aff15ac890d7823aacdc23fc4ac8e6c37b290" | |
11543 | - integrity sha512-prSJ8K4hBmwdtG9cupF96wDKxtLZqjGpu6Q6R9yakcbRWz1Gf+c4oUMq7j6FwAf0TFkZ77FfU7wgdWLgyZ/9Bw== | |
11522 | +vue-types@^4.0.2: | |
11523 | + version "4.0.2" | |
11524 | + resolved "https://registry.yarnpkg.com/vue-types/-/vue-types-4.0.2.tgz#aef6ed1ef92f1347e2e5d3ee05553453b7c86722" | |
11525 | + integrity sha512-DimV9K0BPMYCs3iE52L8LzktydLU3DTYLNnWg11l3C5DFIhrQd1m6tP/37glyrFDFM48WdYm7rOOahYnLFdIhA== | |
11544 | 11526 | dependencies: |
11545 | 11527 | is-plain-object "5.0.0" |
11546 | 11528 | ... | ... |