You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/06/10 03:16:08 UTC

[echarts-examples] branch gh-pages updated: chore: update vue versions

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new cda7e285 chore: update vue versions
cda7e285 is described below

commit cda7e28585418abaf70e2fdfa0d5c15347f5df45
Author: Ovilia <zw...@gmail.com>
AuthorDate: Fri Jun 10 11:15:57 2022 +0800

    chore: update vue versions
---
 package-lock.json | 25 ++++++++++++++++++-------
 package.json      |  3 ++-
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 55af4897..1088eaaf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -19,6 +19,7 @@
         "semver": "^7.3.5",
         "sucrase": "^3.17.0",
         "vanilla-lazyload": "^12.5.1",
+        "vue": "^2.6.14",
         "vue-i18n": "^8.18.2",
         "vue-scrollactive": "^0.9.3"
       },
@@ -59,7 +60,7 @@
         "style-loader": "^2.0.0",
         "typescript": "^4.1.3",
         "vue-loader": "^15.9.6",
-        "vue-template-compiler": "^2.6.11",
+        "vue-template-compiler": "^2.6.14",
         "webpack": "^5.11.1",
         "webpack-bundle-analyzer": "^4.3.0",
         "webpack-cli": "^4.3.1",
@@ -10217,6 +10218,11 @@
       "resolved": "https://registry.npmjs.org/vanilla-lazyload/-/vanilla-lazyload-12.5.1.tgz",
       "integrity": "sha512-gB986dXslHqkbYMDnwfIlKHl++lLADAEZhI6FNZy7gtVddR+1N69xkOI2vRAJssr6QzmKPCfZu4btEHWjG0pNA=="
     },
+    "node_modules/vue": {
+      "version": "2.6.14",
+      "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz",
+      "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
+    },
     "node_modules/vue-hot-reload-api": {
       "version": "2.3.4",
       "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
@@ -10272,9 +10278,9 @@
       }
     },
     "node_modules/vue-template-compiler": {
-      "version": "2.6.11",
-      "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz",
-      "integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==",
+      "version": "2.6.14",
+      "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz",
+      "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==",
       "dev": true,
       "dependencies": {
         "de-indent": "^1.0.2",
@@ -19068,6 +19074,11 @@
       "resolved": "https://registry.npmjs.org/vanilla-lazyload/-/vanilla-lazyload-12.5.1.tgz",
       "integrity": "sha512-gB986dXslHqkbYMDnwfIlKHl++lLADAEZhI6FNZy7gtVddR+1N69xkOI2vRAJssr6QzmKPCfZu4btEHWjG0pNA=="
     },
+    "vue": {
+      "version": "2.6.14",
+      "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz",
+      "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
+    },
     "vue-hot-reload-api": {
       "version": "2.3.4",
       "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
@@ -19111,9 +19122,9 @@
       }
     },
     "vue-template-compiler": {
-      "version": "2.6.11",
-      "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz",
-      "integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==",
+      "version": "2.6.14",
+      "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz",
+      "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==",
       "dev": true,
       "requires": {
         "de-indent": "^1.0.2",
diff --git a/package.json b/package.json
index 08f12740..1a7a34e1 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
     "style-loader": "^2.0.0",
     "typescript": "^4.1.3",
     "vue-loader": "^15.9.6",
-    "vue-template-compiler": "^2.6.11",
+    "vue-template-compiler": "^2.6.14",
     "webpack": "^5.11.1",
     "webpack-bundle-analyzer": "^4.3.0",
     "webpack-cli": "^4.3.1",
@@ -72,6 +72,7 @@
     "semver": "^7.3.5",
     "sucrase": "^3.17.0",
     "vanilla-lazyload": "^12.5.1",
+    "vue": "^2.6.14",
     "vue-i18n": "^8.18.2",
     "vue-scrollactive": "^0.9.3"
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org