mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
parent
8fb196c5d5
commit
daa04c8800
@ -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.2",
|
||||
"@nuxt/loading-screen": "^2.0.0-rc.3",
|
||||
"@nuxt/opencollective": "^0.3.0",
|
||||
"@nuxt/telemetry": "^0.0.9",
|
||||
"@nuxt/webpack": "2.12.1"
|
||||
|
@ -75,7 +75,7 @@
|
||||
"puppeteer-core": "^3.3.0",
|
||||
"request": "^2.88.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.15.0",
|
||||
"rollup": "^2.16.0",
|
||||
"rollup-plugin-license": "^2.1.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sort-package-json": "^1.44.0",
|
||||
|
19
yarn.lock
19
yarn.lock
@ -1868,13 +1868,12 @@
|
||||
error-stack-parser "^2.0.0"
|
||||
string-width "^2.0.0"
|
||||
|
||||
"@nuxt/loading-screen@^2.0.0-rc.2":
|
||||
version "2.0.0-rc.2"
|
||||
resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.0-rc.2.tgz#0c0525bd870d367391d0a5fe9ea3cf526ba1c499"
|
||||
integrity sha512-wHiwmmKSIyH92gwZW9GohopcaW68Q2UA7Qu029MfWh5hrBaqcv4x949v9EzLssLJlHFpc7io5tJBS8uz2mh6Hg==
|
||||
"@nuxt/loading-screen@^2.0.0-rc.3":
|
||||
version "2.0.0-rc.3"
|
||||
resolved "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.0-rc.3.tgz#b5b106c08950fe6e01c0a055964a1f92918b1b40"
|
||||
integrity sha512-QRk78akwn9WPh01nK/9xOZgciCKFB06IgKSMXnT9H6JNlVk+7RkbFodjjbjMELBuy8q90CJ6eSD9jQOlEZZnPQ==
|
||||
dependencies:
|
||||
connect "^3.7.0"
|
||||
fs-extra "^9.0.0"
|
||||
get-port-plz "^0.0.6"
|
||||
node-res "^5.0.1"
|
||||
serve-static "^1.14.1"
|
||||
@ -6206,7 +6205,7 @@ fs-extra@^8.1.0:
|
||||
jsonfile "^4.0.0"
|
||||
universalify "^0.1.0"
|
||||
|
||||
fs-extra@^9.0.0, fs-extra@^9.0.1:
|
||||
fs-extra@^9.0.1:
|
||||
version "9.0.1"
|
||||
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
|
||||
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
|
||||
@ -11434,10 +11433,10 @@ rollup-plugin-license@^2.1.0:
|
||||
spdx-expression-validate "2.0.0"
|
||||
spdx-satisfies "5.0.0"
|
||||
|
||||
rollup@^2.15.0:
|
||||
version "2.15.0"
|
||||
resolved "https://registry.npmjs.org/rollup/-/rollup-2.15.0.tgz#1324633188c7f82138bd3bdc99416009ee541f48"
|
||||
integrity sha512-HAk4kyXiV5sdNDnbKWk5zBPnkX/DAgx09Kbp8rRIRDVsTUVN3vnSowR7ZHkV6/lAiE6c2TQ8HtYb72aCPGW4Jw==
|
||||
rollup@^2.16.0:
|
||||
version "2.16.0"
|
||||
resolved "https://registry.npmjs.org/rollup/-/rollup-2.16.0.tgz#f45ed04a2cafdb4d1b71a2a77b5673334d811a32"
|
||||
integrity sha512-95NglykUQAhl+mTFZqVvGUWDoGHV4/XanOZBbR7LOwTKODde5yFNHfVDZEnERBMuQViDuYaxOlFW87i1GQMihA==
|
||||
optionalDependencies:
|
||||
fsevents "~2.1.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user