From 30afe252837a997e0e80590ee7b9ad3e3d295a9f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 10 Feb 2021 14:42:11 +0100 Subject: [PATCH] feat(deps): update `@nuxt/components` to v2 [release] --- distributions/nuxt/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index 3a1d359032..bcedb7fa5a 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -63,7 +63,7 @@ "@nuxt/babel-preset-app": "^2.14.12", "@nuxt/builder": "^2.14.12", "@nuxt/cli": "^2.14.12", - "@nuxt/components": "^1.2.6", + "@nuxt/components": "^2.0.0-0", "@nuxt/config": "^2.14.12", "@nuxt/core": "^2.14.12", "@nuxt/generator": "^2.14.12", diff --git a/yarn.lock b/yarn.lock index ecafdaf231..d436f0a8e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1877,10 +1877,10 @@ mkdirp "^1.0.4" rimraf "^3.0.2" -"@nuxt/components@^1.2.6": - version "1.2.6" - resolved "https://registry.npmjs.org/@nuxt/components/-/components-1.2.6.tgz#69399599aedaeffe79e1847c9495f4ab79284393" - integrity sha512-PUXP26xCr7fhSSSZfQsoh7BuLIT71cpMms18ZckR117UgjXi/ZYhKBZkn/bYGv8qI7ECqmOrMi6hOcKghAwWFw== +"@nuxt/components@^2.0.0-0": + version "2.0.0-0" + resolved "https://registry.npmjs.org/@nuxt/components/-/components-2.0.0-0.tgz#bfa69cfa3c6c708ca240a716b64b1b91c746cef7" + integrity sha512-s10biEAxJdKtcn6P+jFoJLTiCrHKCiEkbxInuzJ26Tle5QmFhOjhJ5Wfcrnfo3h6o7dQPfqg+KaLnzW7t8bbZA== dependencies: chalk "^4.1.0" chokidar "^3.5.1"