From 8992e7bebd7b3e16a04c4f897c4f5f024c5f612a Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Thu, 3 May 2018 15:40:29 +0200 Subject: [PATCH] chore: update deps --- packages/@vue/cli-ui/package.json | 2 +- yarn.lock | 187 +++++++++--------------------- 2 files changed, 56 insertions(+), 133 deletions(-) diff --git a/packages/@vue/cli-ui/package.json b/packages/@vue/cli-ui/package.json index bb8f0d27b..966f0c319 100644 --- a/packages/@vue/cli-ui/package.json +++ b/packages/@vue/cli-ui/package.json @@ -43,7 +43,7 @@ "terminate": "^2.1.0", "vue": "^2.5.16", "vue-apollo": "^3.0.0-beta.5", - "vue-cli-plugin-apollo": "^0.7.10", + "vue-cli-plugin-apollo": "^0.8.0", "vue-i18n": "^7.6.0", "vue-instantsearch": "^1.5.1", "vue-meta": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 633f46ab8..5d512019c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -667,7 +667,7 @@ "@babel/helper-plugin-utils" "7.0.0-beta.46" "@babel/plugin-transform-typescript" "7.0.0-beta.46" -"@babel/runtime@7.0.0-beta.46", "@babel/runtime@^7.0.0-beta.38", "@babel/runtime@^7.0.0-beta.40": +"@babel/runtime@7.0.0-beta.46", "@babel/runtime@^7.0.0-beta.40": version "7.0.0-beta.46" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0-beta.46.tgz#466a9c0498f6d12d054a185981eef742d59d4871" dependencies: @@ -766,9 +766,9 @@ dependencies: "@types/node" "*" -"@types/async@2.0.47": - version "2.0.47" - resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.47.tgz#f49ba1dd1f189486beb6e1d070a850f6ab4bd521" +"@types/async@2.0.49": + version "2.0.49" + resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.49.tgz#92e33d13f74c895cb9a7f38ba97db8431ed14bc0" "@types/blob-util@1.3.3": version "1.3.3" @@ -1102,7 +1102,7 @@ ajv@^6.1.0: json-schema-traverse "^0.3.0" uri-js "^3.0.2" -algoliasearch-helper@^2.21.1: +algoliasearch-helper@^2.26.0: version "2.26.0" resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-2.26.0.tgz#cb784b692a5aacf17062493cb0b94f6d60d30d0f" dependencies: @@ -1111,9 +1111,9 @@ algoliasearch-helper@^2.21.1: qs "^6.5.1" util "^0.10.3" -algoliasearch@^3.18.1: - version "3.27.0" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.27.0.tgz#675b7f2d186e5785a1553369b15d47b53d4efb31" +algoliasearch@^3.27.0: + version "3.27.1" + resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.27.1.tgz#e1af42b97dbf44a2dd3a8c907be99c0c34e48414" dependencies: agentkeepalive "^2.2.0" debug "^2.6.8" @@ -1221,33 +1221,33 @@ apollo-cache-control@^0.1.0: dependencies: graphql-extensions "^0.0.x" -apollo-cache-inmemory@^1.0.0, apollo-cache-inmemory@^1.1.10: - version "1.1.12" - resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.12.tgz#ab489bf046b3e026556ab28bdebb6e010cac9531" +apollo-cache-inmemory@^1.1.10: + version "1.2.0" + resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4" dependencies: - apollo-cache "^1.1.7" - apollo-utilities "^1.0.11" - graphql-anywhere "^4.1.8" + apollo-cache "^1.1.8" + apollo-utilities "^1.0.12" + graphql-anywhere "^4.1.9" -apollo-cache@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.7.tgz#5817018a2fbfc05a21ba319bd17a3e7538110cc5" +apollo-cache@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c" dependencies: - apollo-utilities "^1.0.11" + apollo-utilities "^1.0.12" -apollo-client@^2.0.1, apollo-client@^2.2.6: - version "2.2.8" - resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.8.tgz#b604d31ab2d2dd00db3105d8793b93ee02ce567e" +apollo-client@^2.2.6: + version "2.3.0" + resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.0.tgz#6c8c9cfef5eaa28d89094078b5b4a59e9b6babaa" dependencies: "@types/zen-observable" "^0.5.3" - apollo-cache "^1.1.7" + apollo-cache "^1.1.8" apollo-link "^1.0.0" apollo-link-dedup "^1.0.0" - apollo-utilities "^1.0.11" + apollo-utilities "^1.0.12" symbol-observable "^1.0.2" - zen-observable "^0.7.0" + zen-observable "^0.8.0" optionalDependencies: - "@types/async" "2.0.47" + "@types/async" "2.0.49" apollo-engine-binary-darwin@0.2018.4-20-g7a8822c14: version "0.2018.4-20-g7a8822c14" @@ -1276,38 +1276,25 @@ apollo-engine@^1.1.0: apollo-engine-binary-linux "0.2018.4-20-g7a8822c14" apollo-engine-binary-windows "0.2018.4-20-g7a8822c14" -apollo-link-context@^1.0.5: - version "1.0.8" - resolved "https://registry.yarnpkg.com/apollo-link-context/-/apollo-link-context-1.0.8.tgz#c967a56ac6ed32add748937735bcb57c5cc64c95" - dependencies: - apollo-link "^1.2.2" - apollo-link-dedup@^1.0.0: version "1.0.9" resolved "https://registry.yarnpkg.com/apollo-link-dedup/-/apollo-link-dedup-1.0.9.tgz#3c4e4af88ef027cbddfdb857c043fd0574051dad" dependencies: apollo-link "^1.2.2" -apollo-link-http-common@^0.2.3, apollo-link-http-common@^0.2.4: +apollo-link-http-common@^0.2.4: version "0.2.4" resolved "https://registry.yarnpkg.com/apollo-link-http-common/-/apollo-link-http-common-0.2.4.tgz#877603f7904dc8f70242cac61808b1f8d034b2c3" dependencies: apollo-link "^1.2.2" -apollo-link-http@^1.0.0, apollo-link-http@^1.5.3: +apollo-link-http@^1.5.3: version "1.5.4" resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.4.tgz#b80b7b4b342c655b6a5614624b076a36be368f43" dependencies: apollo-link "^1.2.2" apollo-link-http-common "^0.2.4" -apollo-link-persisted-queries@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/apollo-link-persisted-queries/-/apollo-link-persisted-queries-0.1.0.tgz#addc4b4f5b4755fb9909cd87685a8b50d7646d79" - dependencies: - apollo-link "^1.0.3" - hash.js "^1.1.3" - apollo-link-state@^0.4.0: version "0.4.1" resolved "https://registry.yarnpkg.com/apollo-link-state/-/apollo-link-state-0.4.1.tgz#65e9e0e12c67936b8c4b12b8438434f393104579" @@ -1321,7 +1308,7 @@ apollo-link-ws@^1.0.0: dependencies: apollo-link "^1.2.2" -apollo-link@^1.0.0, apollo-link@^1.0.3, apollo-link@^1.2.1, apollo-link@^1.2.2: +apollo-link@^1.0.0, apollo-link@^1.2.1, apollo-link@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/apollo-link/-/apollo-link-1.2.2.tgz#54c84199b18ac1af8d63553a68ca389c05217a03" dependencies: @@ -1354,14 +1341,6 @@ apollo-tracing@^0.1.0: dependencies: graphql-extensions "~0.0.9" -apollo-upload-client@^7.0.0-alpha.4: - version "7.1.0" - resolved "https://registry.yarnpkg.com/apollo-upload-client/-/apollo-upload-client-7.1.0.tgz#13b48b24c6c5b454c6c62ee9c01726a6026ea0f4" - dependencies: - "@babel/runtime" "^7.0.0-beta.40" - apollo-link-http-common "^0.2.3" - extract-files "^3.1.0" - apollo-upload-server@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/apollo-upload-server/-/apollo-upload-server-5.0.0.tgz#c953b523608313966e0c8444637f4ae8ef77d5bc" @@ -1370,7 +1349,11 @@ apollo-upload-server@^5.0.0: busboy "^0.2.14" object-path "^0.11.4" -apollo-utilities@^1.0.0, apollo-utilities@^1.0.1, apollo-utilities@^1.0.11, apollo-utilities@^1.0.8, apollo-utilities@^1.0.9: +apollo-utilities@^1.0.0, apollo-utilities@^1.0.11, apollo-utilities@^1.0.12, apollo-utilities@^1.0.9: + version "1.0.12" + resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.12.tgz#9e2b2a34cf89f3bf0d73a664effd8c1bb5d1b7f7" + +apollo-utilities@^1.0.1, apollo-utilities@^1.0.8: version "1.0.11" resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.11.tgz#cd36bfa6e5c04eea2caf0c204a0f38a0ad550802" @@ -3060,13 +3043,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: safe-buffer "^5.0.1" sha.js "^2.4.8" -cross-env@^5.1.4: - version "5.1.4" - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.4.tgz#f61c14291f7cc653bb86457002ea80a04699d022" - dependencies: - cross-spawn "^5.1.0" - is-windows "^1.0.0" - cross-fetch@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.0.0.tgz#a17475449561e0f325146cea636a8619efb9b382" @@ -4045,13 +4021,6 @@ eslint-plugin-cypress@^2.0.1: dependencies: globals "^11.0.1" -eslint-plugin-graphql@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-graphql/-/eslint-plugin-graphql-1.5.0.tgz#1f0861b6499906f7ce153f9e83633659e4374ef6" - dependencies: - graphql-config "~1.0.9" - lodash "^4.11.1" - eslint-plugin-html@^4.0.1: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-4.0.3.tgz#97d52dcf9e22724505d02719fbd02754013c8a17" @@ -4432,12 +4401,6 @@ extglob@^2.0.4: snapdragon "^0.8.1" to-regex "^3.0.1" -extract-files@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-3.1.0.tgz#b70424c9d4a1a4208efe22069388f428e4ae00f1" - dependencies: - "@babel/runtime" "^7.0.0-beta.38" - extract-from-css@^0.4.4: version "0.4.4" resolved "https://registry.yarnpkg.com/extract-from-css/-/extract-from-css-0.4.4.tgz#1ea7df2e7c7c6eb9922fa08e8adaea486f6f8f92" @@ -5156,12 +5119,18 @@ graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3 version "1.0.1" resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" -graphql-anywhere@^4.1.0-alpha.0, graphql-anywhere@^4.1.8: +graphql-anywhere@^4.1.0-alpha.0: version "4.1.8" resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.8.tgz#23882e6a16ec824febbe5bca40937cdd76c5acdc" dependencies: apollo-utilities "^1.0.11" +graphql-anywhere@^4.1.9: + version "4.1.9" + resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1" + dependencies: + apollo-utilities "^1.0.12" + graphql-config@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327" @@ -5172,16 +5141,6 @@ graphql-config@2.0.0: lodash "^4.17.4" minimatch "^3.0.4" -graphql-config@~1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.0.9.tgz#8fa416a7c2bdb8f62f441324775dd3ff8a266652" - dependencies: - graphql "^0.11.7" - graphql-request "^1.4.0" - js-yaml "^3.10.0" - minimatch "^3.0.4" - rimraf "^2.6.2" - graphql-extensions@^0.0.x, graphql-extensions@~0.0.9: version "0.0.10" resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.10.tgz#34bdb2546d43f6a5bc89ab23c295ec0466c6843d" @@ -5220,8 +5179,8 @@ graphql-subscriptions@^0.5.8: iterall "^1.2.1" graphql-tag@^2.5.0: - version "2.9.1" - resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.1.tgz#1ab090ef7d3518b06d8c97d1393672145fe91587" + version "2.9.2" + resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.2.tgz#2f60a5a981375f430bf1e6e95992427dc18af686" graphql-tools@^2.21.0: version "2.24.0" @@ -5237,12 +5196,6 @@ graphql-type-json@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.1.tgz#d2c177e2f1b17d87f81072cd05311c0754baa420" -graphql@^0.11.7: - version "0.11.7" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6" - dependencies: - iterall "1.1.3" - graphql@^0.13.0, graphql@^0.13.1: version "0.13.2" resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270" @@ -5387,7 +5340,7 @@ hash-sum@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/hash-sum/-/hash-sum-1.0.2.tgz#33b40777754c6432573c120cc3808bbd10d47f04" -hash.js@^1.0.0, hash.js@^1.0.3, hash.js@^1.1.3: +hash.js@^1.0.0, hash.js@^1.0.3: version "1.1.3" resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz#340dedbe6290187151c1ea1d777a3448935df846" dependencies: @@ -6103,7 +6056,7 @@ is-windows@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c" -is-windows@^1.0.0, is-windows@^1.0.2: +is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" @@ -6236,10 +6189,6 @@ isurl@^1.0.0-alpha5: has-to-string-tag-x "^1.2.0" is-object "^1.0.1" -iterall@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9" - iterall@^1.1.3, iterall@^1.2.1: version "1.2.2" resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" @@ -7259,7 +7208,7 @@ lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" -lodash@4, lodash@4.x, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: +lodash@4, lodash@4.x, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: version "4.17.10" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" @@ -11046,7 +10995,7 @@ vm-browserify@0.0.4: dependencies: indexof "0.0.1" -vue-apollo@^3.0.0-alpha.1, vue-apollo@^3.0.0-beta.5: +vue-apollo@^3.0.0-beta.5: version "3.0.0-beta.5" resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-beta.5.tgz#d0aabd19683e50cd1ab2d24e2827e8fb579ff78e" dependencies: @@ -11058,37 +11007,15 @@ vue-class-component@^6.0.0: version "6.2.0" resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-6.2.0.tgz#7adb1daa9a868c75f30f97f33f4f1b94aee62089" -vue-cli-plugin-apollo@^0.7.10: - version "0.7.10" - resolved "https://registry.yarnpkg.com/vue-cli-plugin-apollo/-/vue-cli-plugin-apollo-0.7.10.tgz#d98a9e5648f4ce62766a22657d717337fad04887" +vue-cli-plugin-apollo@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/vue-cli-plugin-apollo/-/vue-cli-plugin-apollo-0.8.0.tgz#4b400ebd4ff054c27d796ca5b41b63c06e0e41cb" dependencies: apollo-engine "^1.1.0" apollo-server-express "^1.3.2" apollo-upload-server "^5.0.0" body-parser "^1.18.2" cors "^2.8.4" - cross-env "^5.1.4" - express "^4.16.2" - graphql "^0.13.1" - graphql-playground-middleware-express "^1.5.7" - graphql-subscriptions "^0.5.8" - graphql-tools "^2.21.0" - lowdb "^1.0.0" - mkdirp "^0.5.1" - nodemon "^1.17.1" - shortid "^2.2.8" - subscriptions-transport-ws "^0.9.6" - -vue-cli-plugin-apollo@^0.7.9: - version "0.7.9" - resolved "https://registry.yarnpkg.com/vue-cli-plugin-apollo/-/vue-cli-plugin-apollo-0.7.9.tgz#73db0c38ba24ca3caf49d958a8d3c431ed0ff037" - dependencies: - apollo-engine "^1.1.0" - apollo-server-express "^1.3.2" - apollo-upload-server "^5.0.0" - body-parser "^1.18.2" - cors "^2.8.4" - cross-env "^5.1.4" express "^4.16.2" graphql "^0.13.1" graphql-playground-middleware-express "^1.5.7" @@ -11145,11 +11072,11 @@ vue-i18n@^7.6.0: resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-7.6.0.tgz#8745807756f6ca5090fd85629e9cab99b1c6e442" vue-instantsearch@^1.5.1: - version "1.5.2" - resolved "https://registry.yarnpkg.com/vue-instantsearch/-/vue-instantsearch-1.5.2.tgz#4c673ff6135197af0b30ce7b1e010263993af3d1" + version "1.6.0" + resolved "https://registry.yarnpkg.com/vue-instantsearch/-/vue-instantsearch-1.6.0.tgz#1846902b57cbe1fb72dd09ba6a0b5a284653ca95" dependencies: - algoliasearch "^3.18.1" - algoliasearch-helper "^2.21.1" + algoliasearch "^3.27.0" + algoliasearch-helper "^2.26.0" escape-html "^1.0.3" vue-jest@^2.5.0: @@ -11225,7 +11152,7 @@ vue-style-loader@^4.0.1: hash-sum "^1.0.2" loader-utils "^1.0.2" -vue-template-compiler@^2.5.13, vue-template-compiler@^2.5.16: +vue-template-compiler@^2.5.16: version "2.5.16" resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.16.tgz#93b48570e56c720cdf3f051cc15287c26fbd04cb" dependencies: @@ -11236,7 +11163,7 @@ vue-template-es2015-compiler@^1.5.3, vue-template-es2015-compiler@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz#dc42697133302ce3017524356a6c61b7b69b4a18" -vue@^2.5.13, vue@^2.5.16: +vue@^2.5.16: version "2.5.16" resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.16.tgz#07edb75e8412aaeed871ebafa99f4672584a0085" @@ -11852,10 +11779,6 @@ zen-observable-ts@^0.8.9: dependencies: zen-observable "^0.8.0" -zen-observable@^0.7.0: - version "0.7.1" - resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.7.1.tgz#f84075c0ee085594d3566e1d6454207f126411b3" - zen-observable@^0.8.0: version "0.8.8" resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.8.tgz#1ea93995bf098754a58215a1e0a7309e5749ec42"