diff --git a/README.md b/README.md
index 98eb07f..d3992f6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,12 @@
-# Vite2.x + Vue3.x + TypeScript H5 低代码平台
+# 基于 Vite2.x + Vue3.x + TypeScript H5 低代码平台
+
+## 克隆主分支,忽略 git-pages 等无关分支
+
+```shell
+git clone --single-branch https://github.com/buqiyuan/vite-vue3-lowcode.git
+# or
+git clone --single-branch https://gitee.com/buqiyuan/vite-vue3-lowcode.git
+```
## 技术栈
@@ -82,12 +90,6 @@ $$('#props + table tr').reduce((prev, curr) => {
## 快速开始
-### 克隆主分支,克隆主要代码,忽略 git-pages 等无关分支
-
-```shell
-git clone --single-branch https://github.com/buqiyuan/vite-vue3-lowcode
-```
-
### 安装依赖
```sh
diff --git a/package.json b/package.json
index 3a41c99..2d7569f 100644
--- a/package.json
+++ b/package.json
@@ -42,11 +42,11 @@
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/node": "^15.6.1",
- "@typescript-eslint/eslint-plugin": "^4.25.0",
- "@typescript-eslint/parser": "^4.25.0",
- "@vitejs/plugin-legacy": "^1.4.0",
- "@vitejs/plugin-vue": "^1.2.2",
- "@vitejs/plugin-vue-jsx": "^1.1.4",
+ "@typescript-eslint/eslint-plugin": "^4.26.0",
+ "@typescript-eslint/parser": "^4.26.0",
+ "@vitejs/plugin-legacy": "^1.4.1",
+ "@vitejs/plugin-vue": "^1.2.3",
+ "@vitejs/plugin-vue-jsx": "^1.1.5",
"@vue/compiler-sfc": "3.0.11",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
@@ -72,7 +72,7 @@
"vite-plugin-style-import": "^0.10.1",
"vite-plugin-windicss": "^0.16.7",
"vue-eslint-parser": "^7.6.0",
- "vue-tsc": "^0.1.6",
+ "vue-tsc": "^0.1.7",
"windicss": "^3.0.12"
},
"repository": {
diff --git a/public/gitee.svg b/public/gitee.svg
new file mode 100644
index 0000000..2a10f2c
--- /dev/null
+++ b/public/gitee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/github.svg b/public/github.svg
index 09db69b..e5fac1e 100644
--- a/public/github.svg
+++ b/public/github.svg
@@ -1 +1,11 @@
-
\ No newline at end of file
+
+
diff --git a/src/visual-editor/components/header/index.vue b/src/visual-editor/components/header/index.vue
index 7352299..85df109 100644
--- a/src/visual-editor/components/header/index.vue
+++ b/src/visual-editor/components/header/index.vue
@@ -33,11 +33,32 @@
@click="runPreview"
/>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -92,15 +113,18 @@ export default defineComponent({
background-repeat: no-repeat;
background-size: contain;
}
+
.tool-item {
.title {
margin-top: 4px;
font-size: 12px;
}
}
+
.el-button {
font-size: 22px;
}
+
.right-tools > * {
margin-left: 8px;
}
diff --git a/yarn.lock b/yarn.lock
index b74dd4c..294ea89 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -620,7 +620,7 @@
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.3.tgz#85bc74ba782fb7aa3a514d11767832b0e3bc6803"
integrity sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==
-"@types/json-schema@^7.0.3":
+"@types/json-schema@^7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -688,74 +688,74 @@
"@types/unist" "*"
"@types/vfile-message" "*"
-"@typescript-eslint/eslint-plugin@^4.25.0":
- version "4.25.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a"
- integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ==
+"@typescript-eslint/eslint-plugin@^4.26.0":
+ version "4.26.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
+ integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
dependencies:
- "@typescript-eslint/experimental-utils" "4.25.0"
- "@typescript-eslint/scope-manager" "4.25.0"
- debug "^4.1.1"
+ "@typescript-eslint/experimental-utils" "4.26.0"
+ "@typescript-eslint/scope-manager" "4.26.0"
+ debug "^4.3.1"
functional-red-black-tree "^1.0.1"
- lodash "^4.17.15"
- regexpp "^3.0.0"
- semver "^7.3.2"
- tsutils "^3.17.1"
-
-"@typescript-eslint/experimental-utils@4.25.0":
- version "4.25.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
- integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
- dependencies:
- "@types/json-schema" "^7.0.3"
- "@typescript-eslint/scope-manager" "4.25.0"
- "@typescript-eslint/types" "4.25.0"
- "@typescript-eslint/typescript-estree" "4.25.0"
- eslint-scope "^5.0.0"
- eslint-utils "^2.0.0"
+ lodash "^4.17.21"
+ regexpp "^3.1.0"
+ semver "^7.3.5"
+ tsutils "^3.21.0"
+
+"@typescript-eslint/experimental-utils@4.26.0":
+ version "4.26.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
+ integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
+ dependencies:
+ "@types/json-schema" "^7.0.7"
+ "@typescript-eslint/scope-manager" "4.26.0"
+ "@typescript-eslint/types" "4.26.0"
+ "@typescript-eslint/typescript-estree" "4.26.0"
+ eslint-scope "^5.1.1"
+ eslint-utils "^3.0.0"
-"@typescript-eslint/parser@^4.25.0":
- version "4.25.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
- integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
+"@typescript-eslint/parser@^4.26.0":
+ version "4.26.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
+ integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
dependencies:
- "@typescript-eslint/scope-manager" "4.25.0"
- "@typescript-eslint/types" "4.25.0"
- "@typescript-eslint/typescript-estree" "4.25.0"
- debug "^4.1.1"
+ "@typescript-eslint/scope-manager" "4.26.0"
+ "@typescript-eslint/types" "4.26.0"
+ "@typescript-eslint/typescript-estree" "4.26.0"
+ debug "^4.3.1"
-"@typescript-eslint/scope-manager@4.25.0":
- version "4.25.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
- integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
+"@typescript-eslint/scope-manager@4.26.0":
+ version "4.26.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
+ integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
dependencies:
- "@typescript-eslint/types" "4.25.0"
- "@typescript-eslint/visitor-keys" "4.25.0"
+ "@typescript-eslint/types" "4.26.0"
+ "@typescript-eslint/visitor-keys" "4.26.0"
-"@typescript-eslint/types@4.25.0":
- version "4.25.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
- integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
+"@typescript-eslint/types@4.26.0":
+ version "4.26.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
+ integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
-"@typescript-eslint/typescript-estree@4.25.0":
- version "4.25.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
- integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
+"@typescript-eslint/typescript-estree@4.26.0":
+ version "4.26.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
+ integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
dependencies:
- "@typescript-eslint/types" "4.25.0"
- "@typescript-eslint/visitor-keys" "4.25.0"
- debug "^4.1.1"
- globby "^11.0.1"
+ "@typescript-eslint/types" "4.26.0"
+ "@typescript-eslint/visitor-keys" "4.26.0"
+ debug "^4.3.1"
+ globby "^11.0.3"
is-glob "^4.0.1"
- semver "^7.3.2"
- tsutils "^3.17.1"
+ semver "^7.3.5"
+ tsutils "^3.21.0"
-"@typescript-eslint/visitor-keys@4.25.0":
- version "4.25.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
- integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
+"@typescript-eslint/visitor-keys@4.26.0":
+ version "4.26.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
+ integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
dependencies:
- "@typescript-eslint/types" "4.25.0"
+ "@typescript-eslint/types" "4.26.0"
eslint-visitor-keys "^2.0.0"
"@vant/icons@^1.6.0":
@@ -785,10 +785,10 @@
resolved "https://registry.yarnpkg.com/@vant/use/-/use-1.1.2.tgz#d35265e05df88a47b04196a308efb5e89e44ca10"
integrity sha512-s4YO6zqJ3NlGeAZ104exb0c/KvlXB908pOhWhCyhfedVBn1eBnKH401ildK0sttazmq0CH8jme6mnw2ZzZvutw==
-"@vitejs/plugin-legacy@^1.4.0":
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-1.4.0.tgz#1cf30419d75e841d3fe31384b84179d69b5b8a3c"
- integrity sha512-QcAdw/NkMBjESgyhzOoErQ7O6vAlb81Ij+gsWQqPdf0uwWCWxXgn1eHDGq03bBxl6ZBzfo7hYKYH5hgG6boZrw==
+"@vitejs/plugin-legacy@^1.4.1":
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-1.4.1.tgz#e9f7030081df0534ebc6d6c0f9f7c90adb9e60a9"
+ integrity sha512-xfcBaNYpPCFzDjvhvoUYOGh87SNvvJNmrHtRdAe6lmnmSOgMYW+QNOvWwdHFEUpWaWUGtgeyYfcVN024IgBafA==
dependencies:
"@babel/standalone" "^7.13.12"
core-js "^3.8.2"
@@ -796,10 +796,10 @@
regenerator-runtime "^0.13.7"
systemjs "^6.8.3"
-"@vitejs/plugin-vue-jsx@^1.1.4":
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-1.1.4.tgz#3af194202f9ed38a7384f7a7c72f5b66ce863859"
- integrity sha512-QomJwH9oF5Ixl000fLK4TjKE4gwnxpArZdcHs6ANrtgsXwxyoib8msz9tNgiP2TiBfg7VdShbaUBYMvm0gPGsA==
+"@vitejs/plugin-vue-jsx@^1.1.5":
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-1.1.5.tgz#e856ef42f59048e59c85f8714dc8397e15f81738"
+ integrity sha512-YujG7IgbZR8zWGY/hZFxYKrAUdO+9OV4t3pqqQrvbtP/ESwvTY8vb0Zpw1VMO8zLWNGqf8jSbjBaCjN49diplw==
dependencies:
"@babel/core" "^7.12.10"
"@babel/plugin-syntax-import-meta" "^7.10.4"
@@ -808,18 +808,18 @@
"@vue/babel-plugin-jsx" "^1.0.3"
hash-sum "^2.0.0"
-"@vitejs/plugin-vue@^1.2.2":
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.2.2.tgz#b0038fc11b9099f4cd01fcbf0ee419adda417b52"
- integrity sha512-5BI2WFfs/Z0pAV4S/IQf1oH3bmFYlL5ATMBHgTt1Lf7hAnfpNd5oUAAs6hZPfk3QhvyUQgtk0rJBlabwNFcBJQ==
+"@vitejs/plugin-vue@^1.2.3":
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.2.3.tgz#2e8e008b1cc3a6ad1dfbec75743c7ffd9b4872a6"
+ integrity sha512-LlnLpObkGKZ+b7dcpL4T24l13nPSHLjo+6Oc7MbZiKz5PMAUzADfNJ3EKfYIQ0l0969nxf2jp/9vsfnuJ7h6fw==
-"@volar/code-gen@^0.25.14", "@volar/code-gen@^0.25.4":
- version "0.25.14"
- resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.25.14.tgz#af9315704a602731e3416b541354e34da9b97cb4"
- integrity sha512-13d3NEI0y2yYeMokeGGeoKEYk3xFypu0lPHAnwjW+GZrW3IB+mA/IiLHEoD9e2vc7oyrUIT73/xbqhERREwzDQ==
+"@volar/code-gen@^0.25.18":
+ version "0.25.18"
+ resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.25.18.tgz#7b73f7e813ce7354ec9bce860ba6f9918112ebce"
+ integrity sha512-v5KG0Zc0J3VLb6h4uoxYuUJ/WrOSiS8/CR7LQ6qnG3f6rp1zfsRDqX5gUK9XjOSWC/Kr6Pn0leBjs+2eyV8atQ==
dependencies:
- "@volar/shared" "^0.25.14"
- "@volar/source-map" "^0.25.14"
+ "@volar/shared" "^0.25.18"
+ "@volar/source-map" "^0.25.18"
"@volar/html2pug@^0.25.4":
version "0.25.4"
@@ -831,27 +831,27 @@
htmlparser2 "^6.1.0"
pug "^3.0.2"
-"@volar/shared@^0.25.14", "@volar/shared@^0.25.4":
- version "0.25.14"
- resolved "https://registry.yarnpkg.com/@volar/shared/-/shared-0.25.14.tgz#64f66d09708a85d25ab66003d2664c61c4ee8c2b"
- integrity sha512-eZH7uBJ7A73poF90ZdC5rcgzsVP40fqug3BDxYidaB4ZJFwXLOwVVMeZIpwJ5CVLRFsftWLhOc7Jlx0Wv8KZVw==
+"@volar/shared@^0.25.18":
+ version "0.25.18"
+ resolved "https://registry.yarnpkg.com/@volar/shared/-/shared-0.25.18.tgz#1358fb8d1f3677404063705a7cc085cf4daaa07d"
+ integrity sha512-bukdpYgWT2AagiqaQBcK8xqOWdYmZJMyW1UT9vuXyq65JKNoyLf+JKKF99w7sfOjwU32v+Hnxc+lBpsdnvyPIg==
dependencies:
upath "^2.0.1"
vscode-languageserver "^7.1.0-next.4"
-"@volar/source-map@^0.25.14", "@volar/source-map@^0.25.4":
- version "0.25.14"
- resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.25.14.tgz#e38756545930a52b818f6b3451b21604d0dd4824"
- integrity sha512-rsX6z5am0RS6Mhrn5DHs3a3z0WqaGJUQgIkWGagBpTk7J800jgIjt4+REwj7d7uneuGMlc/TG5+Lm86IPV2wiA==
+"@volar/source-map@^0.25.18":
+ version "0.25.18"
+ resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.25.18.tgz#6d0f60d50b944eebe151d57647b27a931839a378"
+ integrity sha512-gI/f17lQpNle4bFPahKVguu4lC16frBlMbPojr2g2XL5U8z2qhykBOuQWIcazKA5iacXpP5xzpyLD+2WwfqVDA==
dependencies:
- "@volar/shared" "^0.25.14"
+ "@volar/shared" "^0.25.18"
-"@volar/transforms@^0.25.14", "@volar/transforms@^0.25.4":
- version "0.25.14"
- resolved "https://registry.yarnpkg.com/@volar/transforms/-/transforms-0.25.14.tgz#52903e7436a53e1721d3641e441bfbd34187c037"
- integrity sha512-G34E1n+iQ7Ai9iK66I8uwgCApi3eX1kvUR7qXJ4l5/AhZkJRUx0Pse6sHQBsAkev7056kjAF6NNzgZBtBfB8Mg==
+"@volar/transforms@^0.25.18":
+ version "0.25.18"
+ resolved "https://registry.yarnpkg.com/@volar/transforms/-/transforms-0.25.18.tgz#0faa3e07226f7285eda1977614b3841334e0cdff"
+ integrity sha512-iJMMY5E7x3U59mDCf+NHDY1OHzcMxQ+xEpMzzQT1iDFLfXll0vWgFnauZCWhX6TCh5D6PmW13IIlkOC18HEW/Q==
dependencies:
- "@volar/shared" "^0.25.14"
+ "@volar/shared" "^0.25.18"
"@vue/babel-helper-vue-transform-on@^1.0.2":
version "1.0.2"
@@ -2303,13 +2303,20 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.1:
esrecurse "^4.3.0"
estraverse "^4.1.1"
-eslint-utils@^2.0.0, eslint-utils@^2.1.0:
+eslint-utils@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
dependencies:
eslint-visitor-keys "^1.1.0"
+eslint-utils@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
+ dependencies:
+ eslint-visitor-keys "^2.0.0"
+
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -2907,7 +2914,7 @@ globals@^13.6.0:
dependencies:
type-fest "^0.20.2"
-globby@^11.0.1, globby@^11.0.3:
+globby@^11.0.3:
version "11.0.3"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -5046,7 +5053,7 @@ regenerator-runtime@^0.13.7:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
-regexpp@^3.0.0, regexpp@^3.1.0:
+regexpp@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -5267,7 +5274,7 @@ semver-diff@^2.0.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
-semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
+semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
version "7.3.5"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -5878,7 +5885,7 @@ tslib@^2.0.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
-tsutils@^3.17.1:
+tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
@@ -6410,26 +6417,26 @@ vscode-nls@^5.0.0:
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-5.0.0.tgz#99f0da0bd9ea7cda44e565a74c54b1f2bc257840"
integrity sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==
-vscode-pug-languageservice@^0.25.4:
- version "0.25.14"
- resolved "https://registry.yarnpkg.com/vscode-pug-languageservice/-/vscode-pug-languageservice-0.25.14.tgz#27bd4af991c3e38b94ddbbb9f975f6c6c674c2ea"
- integrity sha512-zkqvWn567biAO9VVJbyXd5JLbqpoId7bLTIozwwQny84vdbiWSWbchBnFj/T6wjhoTw/PvZMQDTxBYBPzPbDdQ==
+vscode-pug-languageservice@^0.25.18:
+ version "0.25.18"
+ resolved "https://registry.yarnpkg.com/vscode-pug-languageservice/-/vscode-pug-languageservice-0.25.18.tgz#6cc5a091a99c81aaad4e1666f9265370c0697379"
+ integrity sha512-+uiUQ82EO/Wb7rxTvvpfPY8g6Mt4xnNOI85lX1ZQTJR5Lk+GlCQP1CS0SO3L4zWNQuVG/d7buv4ENdUEuuBm+A==
dependencies:
- "@volar/code-gen" "^0.25.14"
- "@volar/shared" "^0.25.14"
- "@volar/source-map" "^0.25.14"
- "@volar/transforms" "^0.25.14"
+ "@volar/code-gen" "^0.25.18"
+ "@volar/shared" "^0.25.18"
+ "@volar/source-map" "^0.25.18"
+ "@volar/transforms" "^0.25.18"
pug-beautify "^0.1.1"
pug-lexer "^5.0.1"
pug-parser "^6.0.0"
vscode-languageserver "^7.1.0-next.4"
-vscode-typescript-languageservice@^0.25.12:
- version "0.25.14"
- resolved "https://registry.yarnpkg.com/vscode-typescript-languageservice/-/vscode-typescript-languageservice-0.25.14.tgz#3ca261124051870a7a5874ecdaba7033deb5432b"
- integrity sha512-yxaJmE8p4QCR+HPsRZVw7QXA96DttLhwGPjCcR0NBrwEtQN4RGt9ujmHX41woZ8INx+EDc/RA/TSGu8QAtj9SA==
+vscode-typescript-languageservice@^0.25.18:
+ version "0.25.18"
+ resolved "https://registry.yarnpkg.com/vscode-typescript-languageservice/-/vscode-typescript-languageservice-0.25.18.tgz#de25e2e5f4193c30d4c223fe2113bce818fc7356"
+ integrity sha512-SdiOHaHoA+rKm2FLFNGM3HBdv5gVeITrMik+Flvexq4+4TG3fVbpO0xMkkobrn1RX5jI9DEl4/1PYnJdOOP23w==
dependencies:
- "@volar/shared" "^0.25.14"
+ "@volar/shared" "^0.25.18"
typescript-vscode-sh-plugin "^0.6.14"
upath "^2.0.1"
vscode-languageserver "^7.1.0-next.4"
@@ -6445,17 +6452,17 @@ vscode-uri@^3.0.2:
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.2.tgz#ecfd1d066cb8ef4c3a208decdbab9a8c23d055d0"
integrity sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==
-vscode-vue-languageservice@0.25.12:
- version "0.25.12"
- resolved "https://registry.yarnpkg.com/vscode-vue-languageservice/-/vscode-vue-languageservice-0.25.12.tgz#b19524fd169d94192e156e7c007667e72febc68f"
- integrity sha512-qk1svwVtDmMLUfUA/cbKA2y+i9qJKECpCchZJ3GCWKRDP5hgyVj+fxy4MK56UBJmSRed9eHto+VvmyVF694Gdw==
+vscode-vue-languageservice@^0.25.17:
+ version "0.25.18"
+ resolved "https://registry.yarnpkg.com/vscode-vue-languageservice/-/vscode-vue-languageservice-0.25.18.tgz#f94e5674d0afcb96dd2aa4afba97378735666191"
+ integrity sha512-clhqqgiyDqm3pIwq+9l/JvW4BAbwJ8HTU7i5Sl34oYuvlJCx9wjTPjSeAj92EDPecvXLThHMep0XUUePtiePTg==
dependencies:
"@starptech/prettyhtml" "^0.10.0"
- "@volar/code-gen" "^0.25.4"
+ "@volar/code-gen" "^0.25.18"
"@volar/html2pug" "^0.25.4"
- "@volar/shared" "^0.25.4"
- "@volar/source-map" "^0.25.4"
- "@volar/transforms" "^0.25.4"
+ "@volar/shared" "^0.25.18"
+ "@volar/source-map" "^0.25.18"
+ "@volar/transforms" "^0.25.18"
"@vue/compiler-dom" "^3.0.11"
"@vue/compiler-sfc" "^3.0.11"
"@vue/reactivity" "^3.0.11"
@@ -6469,8 +6476,8 @@ vscode-vue-languageservice@0.25.12:
vscode-json-languageservice "^4.1.4"
vscode-languageserver "^7.1.0-next.4"
vscode-languageserver-textdocument "^1.0.1"
- vscode-pug-languageservice "^0.25.4"
- vscode-typescript-languageservice "^0.25.12"
+ vscode-pug-languageservice "^0.25.18"
+ vscode-typescript-languageservice "^0.25.18"
vue-demi@*:
version "0.9.1"
@@ -6496,12 +6503,12 @@ vue-router@^4.0.8:
dependencies:
"@vue/devtools-api" "^6.0.0-beta.10"
-vue-tsc@^0.1.6:
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.1.6.tgz#7e1bd4e6cc5085d51706f00062331765d3ad640c"
- integrity sha512-G30mBWh8Xis71P4GurI4Z0JSAKeJGBWOwFp452EEIxDfDmNVlsS0rIaR5KN/dUUPE+MFWItzQthC291dW2PQ7w==
+vue-tsc@^0.1.7:
+ version "0.1.7"
+ resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.1.7.tgz#ff4e2b0a3302564f0103339ca5a17669801a4796"
+ integrity sha512-wQfgo8ZAaBN5mo27cRYQUnOsgR6UIp197w1cNlgukzaD3Mj/GEjwAPuZ6hxpIZiPewLRKNp60SpPM78iuexHQg==
dependencies:
- vscode-vue-languageservice "0.25.12"
+ vscode-vue-languageservice "^0.25.17"
vue@3.0.11:
version "3.0.11"