Update dependency vite to v2.6.12 (#9169)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-26 16:55:46 +00:00
committed by GitHub
parent 76ba6f1bc6
commit cb23a5a0ff
2 changed files with 9 additions and 6 deletions

View File

@@ -90,7 +90,7 @@
"sass": "1.43.3",
"tinymce": "5.10.0",
"typescript": "4.4.4",
"vite": "2.6.11",
"vite": "2.6.12",
"vite-plugin-md": "0.11.2",
"vue": "3.2.20",
"vue-i18n": "9.1.9",

13
package-lock.json generated
View File

@@ -355,7 +355,7 @@
"sass": "1.43.3",
"tinymce": "5.10.0",
"typescript": "4.4.4",
"vite": "2.6.11",
"vite": "2.6.12",
"vite-plugin-md": "0.11.2",
"vue": "3.2.20",
"vue-i18n": "9.1.9",
@@ -39357,9 +39357,10 @@
}
},
"node_modules/vite": {
"version": "2.6.11",
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.6.12.tgz",
"integrity": "sha512-0K7HUgAFiWOCWMkshjunCieTgawoSfmtExTwNoaVc5uTUb3ZEWb3DUP9Ze1l5dZZBxmNrbo5GrmJp2UJA3g+jA==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.13.2",
"postcss": "^8.3.8",
@@ -46150,7 +46151,7 @@
"sass": "1.43.3",
"tinymce": "5.10.0",
"typescript": "4.4.4",
"vite": "2.6.11",
"vite": "2.6.12",
"vite-plugin-md": "0.11.2",
"vue": "3.2.20",
"vue-i18n": "9.1.9",
@@ -73337,7 +73338,9 @@
}
},
"vite": {
"version": "2.6.11",
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.6.12.tgz",
"integrity": "sha512-0K7HUgAFiWOCWMkshjunCieTgawoSfmtExTwNoaVc5uTUb3ZEWb3DUP9Ze1l5dZZBxmNrbo5GrmJp2UJA3g+jA==",
"dev": true,
"requires": {
"esbuild": "^0.13.2",