]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: up vue
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Feb 2020 08:46:12 +0000 (09:46 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Feb 2020 08:46:12 +0000 (09:46 +0100)
package.json
yarn.lock

index 681918c62f510ee9f92a42dbdeaf69adce7f07bd..86d3755250a354611098889b01983a771097a39d 100644 (file)
@@ -27,7 +27,7 @@
     "prepublishOnly": "yarn run build"
   },
   "peerDependencies": {
-    "vue": "^3.0.0-alpha.4"
+    "vue": "^3.0.0-alpha.6"
   },
   "devDependencies": {
     "@rollup/plugin-alias": "^3.0.1",
@@ -37,7 +37,7 @@
     "@types/jsdom": "^16.1.0",
     "@types/webpack": "^4.41.6",
     "@types/webpack-env": "^1.15.0",
-    "@vue/compiler-sfc": "3.0.0-alpha.4",
+    "@vue/compiler-sfc": "3.0.0-alpha.6",
     "axios": "^0.19.2",
     "browserstack-local": "^1.4.5",
     "chromedriver": "^80.0.1",
@@ -62,7 +62,7 @@
     "ts-loader": "^6.2.1",
     "ts-node": "^8.6.2",
     "typescript": "^3.8.2",
-    "vue": "3.0.0-alpha.4",
+    "vue": "next",
     "vue-loader": "next",
     "webpack": "^4.41.6",
     "webpack-cli": "^3.3.11",
index 45cfdd0d0dd3327edc0c744a93cb69d4a73ae186..750e5dfac4f598936d8b163b36cb48904604428d 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
   dependencies:
     "@types/yargs-parser" "*"
 
-"@vue/compiler-core@3.0.0-alpha.4":
-  version "3.0.0-alpha.4"
-  resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.4.tgz#46d62d0fa70495e0fb3d23dd7b4c57fb4344f410"
-  integrity sha512-WiRK3LSW4N+L8snXMx9aNANBO1LTlfIPf+2M6ld0GZEsiGj0JNJIheXPYdhSCjRNSIU5GqLFxWvzNgGGN9e4DQ==
+"@vue/compiler-core@3.0.0-alpha.6":
+  version "3.0.0-alpha.6"
+  resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.6.tgz#3f8774c389a5c339cd74fe4f4dde871a6fe69a27"
+  integrity sha512-VusnzQPrXnHiqMZia/q0ZENzgMTVG9fOiDUAc5NhiMkIeqV4drnzFpys9kCFwdPlc+meCFMQvRQcidTAgG/lDQ==
   dependencies:
     acorn "^7.1.0"
     estree-walker "^0.8.1"
     source-map "^0.6.1"
 
-"@vue/compiler-dom@3.0.0-alpha.4":
-  version "3.0.0-alpha.4"
-  resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.4.tgz#638141bb293f09692f005e8da46bdb64ac680fec"
-  integrity sha512-QtDs/ezMMYcIX5gN9qijmTQE5YcOQH4TH/PKZUdToe0bjDQEhAaMiedKfTrLjR+OTxuHkFvayp4SzUzTiQ3CAQ==
+"@vue/compiler-dom@3.0.0-alpha.6":
+  version "3.0.0-alpha.6"
+  resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.6.tgz#dba4ac5a622de651448e6ac1aa39f4644bad545d"
+  integrity sha512-tfuGMD8UYsBHmo3zEkgEqetwmdfZd/DEJpRO5gUCYgEftd+Ma3AaGrqwDaHorsShjsztmoO8IyKXFPrk8oyDeg==
   dependencies:
-    "@vue/compiler-core" "3.0.0-alpha.4"
+    "@vue/compiler-core" "3.0.0-alpha.6"
 
-"@vue/compiler-sfc@3.0.0-alpha.4":
-  version "3.0.0-alpha.4"
-  resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.4.tgz#5013249b00f5c81ee1f247bc1b128f3233af4f96"
-  integrity sha512-JlER3RUHC8seCMHV3dZgqDf48IrEGZ6HKrCWOi/ed3N825pJQAgmwJBe5XkPKNMmFBjiWypT4NYAkBU0YbLkhg==
+"@vue/compiler-sfc@3.0.0-alpha.6":
+  version "3.0.0-alpha.6"
+  resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.6.tgz#d42036f0135ccabcb054a744e0baa93f2a73af6f"
+  integrity sha512-i3SPUHHDHuyXkM+yA7SPn/JBcfnvgMhefyEuhMv3adUpjECwsjludyDCIKUw3MvITHXXRmGQ0eL5TXXaYICp/w==
   dependencies:
-    "@vue/compiler-core" "3.0.0-alpha.4"
-    "@vue/compiler-dom" "3.0.0-alpha.4"
+    "@vue/compiler-core" "3.0.0-alpha.6"
+    "@vue/compiler-dom" "3.0.0-alpha.6"
     consolidate "^0.15.1"
     hash-sum "^2.0.0"
     lru-cache "^5.1.1"
     postcss-selector-parser "^6.0.2"
     source-map "^0.6.1"
 
-"@vue/reactivity@3.0.0-alpha.4":
-  version "3.0.0-alpha.4"
-  resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.4.tgz#ed09062693a03417ffc909212b3b94fd43c82569"
-  integrity sha512-ti94RMI3gccPf5Oi8ld32DaZ/7MZPYutVs80jPBoSRjb5O0byDdsE89o1HCkNI5fUNQRBkx9/N4vBEeEQamaWw==
+"@vue/reactivity@3.0.0-alpha.6":
+  version "3.0.0-alpha.6"
+  resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.6.tgz#8a6fd29c8f1720a39791d5fc3e053b3d336bea14"
+  integrity sha512-yhET1R9tZA4pydDuCg7CP3cC036ZCaYCG9LLKQ4Mz3K07BkosDu/Iu+rsx4OpSq1FR7edg7CmYSKXXH7hIgyEg==
 
-"@vue/runtime-core@3.0.0-alpha.4":
-  version "3.0.0-alpha.4"
-  resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.4.tgz#379ff0597e71270bdf8e2becf180b3cf085a36dd"
-  integrity sha512-ytC9+fPLY9PhDmdRa9hLs96ct6fOWhLEB0o3495/3WqpJEbQwleXjcYjn7j8yv3u/r+bmtiM9kqc6Hi9FOrxkA==
+"@vue/runtime-core@3.0.0-alpha.6":
+  version "3.0.0-alpha.6"
+  resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.6.tgz#586a44e6de003416c9eccf1d8a591524bd7e07fa"
+  integrity sha512-wUKbSofk2Ei6LtwxOBjTL3qeMQp5dh/iasMs96DrW2e5O6imVY5aCENvesiwiNcUosnNZs7DCBhokWCPNfnbzQ==
   dependencies:
-    "@vue/reactivity" "3.0.0-alpha.4"
+    "@vue/reactivity" "3.0.0-alpha.6"
 
-"@vue/runtime-dom@3.0.0-alpha.4":
-  version "3.0.0-alpha.4"
-  resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.4.tgz#be7e703bb2b12101cfe250c08e950e410fc1c92e"
-  integrity sha512-T9FxDX8pOC/YSSCbpF1SaVAizqrFNYgKNb9kKdGJlp0dxjJU/SqpAqLjpw2cF0hSy3wsT1XzWrFtWlBZFkg6+w==
+"@vue/runtime-dom@3.0.0-alpha.6":
+  version "3.0.0-alpha.6"
+  resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.6.tgz#def9010f99133f0c4cca5cdd64ee6f4407e82754"
+  integrity sha512-n9Bi4mSqu//mrqZsz3k7DYWodScdlheBR2be9Vca7hnt/XzMkwMe83BgfQudfLhFoBygsT3SNL5jl+0gnQcmhg==
   dependencies:
-    "@vue/runtime-core" "3.0.0-alpha.4"
+    "@vue/runtime-core" "3.0.0-alpha.6"
     csstype "^2.6.8"
 
 "@webassemblyjs/ast@1.8.5":
@@ -8580,13 +8580,13 @@ vue-loader@next:
     merge-source-map "^1.1.0"
     source-map "^0.6.1"
 
-vue@3.0.0-alpha.4:
-  version "3.0.0-alpha.4"
-  resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.4.tgz#c0aa2a175820cb52dde4ca3e1b659df44ff5b2a5"
-  integrity sha512-hQ8bwl5tneFHjlomZ7DcwUZoB4yseM+6phOhjBQciKmPp2sYapGHNHB1O3pl/2IUFD/RtrGeZtI7BiHk9wfxxA==
+vue@next:
+  version "3.0.0-alpha.6"
+  resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.6.tgz#d530dd195c3aa98f5315a481d9927846151e7bd4"
+  integrity sha512-cfjFcYSMKtL/xQwKTjElXpDcyqt+SvMbfcbD+hh8mMLO/htLWZP/ThmjzfAeYWeDmy0iBpTeVHQgWiKd2pctlw==
   dependencies:
-    "@vue/compiler-dom" "3.0.0-alpha.4"
-    "@vue/runtime-dom" "3.0.0-alpha.4"
+    "@vue/compiler-dom" "3.0.0-alpha.6"
+    "@vue/runtime-dom" "3.0.0-alpha.6"
 
 w3c-hr-time@^1.0.1:
   version "1.0.1"