Update dependency @nuxt/loading-screen to ^1.0.1 (#6251)

This commit is contained in:
renovate[bot] 2019-08-20 15:38:50 +04:30 committed by Pooya Parsa
parent 7fc23cd434
commit 0e7a7b8ee3
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@
"@nuxt/cli": "2.9.0",
"@nuxt/core": "2.9.0",
"@nuxt/generator": "2.9.0",
"@nuxt/loading-screen": "^1.0.0",
"@nuxt/loading-screen": "^1.0.1",
"@nuxt/opencollective": "^0.2.2",
"@nuxt/webpack": "2.9.0"
},

View File

@ -1639,10 +1639,10 @@
error-stack-parser "^2.0.0"
string-width "^2.0.0"
"@nuxt/loading-screen@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-1.0.0.tgz#8cb22ef992548923c8fa5d8757e3ae91d7709751"
integrity sha512-RuTECBAlaEzI90wi5OKdRTH9Y77ocKgLfb3W7wDRnLYIYmWOFiNG9sBVfYYlkLbNsvN84DFQJyT5zvdy7GWklQ==
"@nuxt/loading-screen@^1.0.1":
version "1.0.1"
resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-1.0.1.tgz#fca2483c30545c5ab98f9547327d0e81cf4b9ebc"
integrity sha512-uvFYSHG1H8sN5F61/JWPy6aZGQKYXcpVkrwv10HaXsm+INXrC9zGin4+WtRl9LA+3MMIoPqiJ6NZSwD3LqzNRA==
dependencies:
connect "^3.7.0"
fs-extra "^8.1.0"