From 6c5b170688232667bc2d1b29e745acce7030a5bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 12:57:14 +0200 Subject: [PATCH] chore(deps): update dependency @nuxt/loading-screen to ^2.0.0 (#7542) Co-authored-by: Renovate Bot Co-authored-by: pooya parsa --- 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 afa79cd63f..7b273c705f 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -63,7 +63,7 @@ "@nuxt/components": "^0.3.4", "@nuxt/core": "2.12.1", "@nuxt/generator": "2.12.1", - "@nuxt/loading-screen": "^2.0.0-rc.4", + "@nuxt/loading-screen": "^2.0.0", "@nuxt/opencollective": "^0.3.0", "@nuxt/telemetry": "^1.0.0", "@nuxt/webpack": "2.12.1" diff --git a/yarn.lock b/yarn.lock index b45ceaa38c..6528f2e258 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1875,10 +1875,10 @@ error-stack-parser "^2.0.0" string-width "^2.0.0" -"@nuxt/loading-screen@^2.0.0-rc.4": - version "2.0.0-rc.4" - resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.0-rc.4.tgz#3ec3c5d0e8413b31840058a8391c2161bfd51622" - integrity sha512-5EuLiBXEkZlk5n+Bd7XMe5TYPGGkoHQx8i3o0tWUEWTJ0cs8ToM6nKUDnW8wsJjxdWB9Ap2mrIINgRdezEJwSA== +"@nuxt/loading-screen@^2.0.0": + version "2.0.0" + resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.0.tgz#7f0e4941f195469c942d59a9fe733a9dc95324c2" + integrity sha512-NqgeeqRnnlL37oe/AZtM7tPS4kZ6rwi1ZByNEYS4WaH+GW2b/JY5RNx4PrIHt86X2GpTXjJcQ0j1hQlTP05+EQ== dependencies: connect "^3.7.0" defu "^2.0.4"