chore: use @nuxt for all core dependencies (#4596)

[skip release]
This commit is contained in:
Pooya Parsa 2018-12-20 14:45:12 +03:30 committed by GitHub
parent 7a1ec1c180
commit 8b366fd216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 20 deletions

View File

@ -54,7 +54,7 @@
"@nuxt/core": "2.3.4", "@nuxt/core": "2.3.4",
"@nuxt/generator": "2.3.4", "@nuxt/generator": "2.3.4",
"@nuxt/webpack": "2.3.4", "@nuxt/webpack": "2.3.4",
"@nuxtjs/opencollective": "^0.2.1" "@nuxt/opencollective": "^0.2.1"
}, },
"engines": { "engines": {
"node": ">=6.0.0", "node": ">=6.0.0",

View File

@ -54,7 +54,7 @@
"@nuxt/core": "2.3.4", "@nuxt/core": "2.3.4",
"@nuxt/generator": "2.3.4", "@nuxt/generator": "2.3.4",
"@nuxt/webpack": "2.3.4", "@nuxt/webpack": "2.3.4",
"@nuxtjs/opencollective": "^0.2.1" "@nuxt/opencollective": "^0.2.1"
}, },
"engines": { "engines": {
"node": ">=8.0.0", "node": ">=8.0.0",

View File

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@nuxt/common": "2.3.4", "@nuxt/common": "2.3.4",
"@nuxt/vue-app": "2.3.4", "@nuxt/vue-app": "2.3.4",
"@nuxtjs/devalue": "^1.2.0", "@nuxt/devalue": "^1.2.0",
"chokidar": "^2.0.4", "chokidar": "^2.0.4",
"consola": "^2.3.0", "consola": "^2.3.0",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",

View File

@ -14,7 +14,7 @@ import template from 'lodash/template'
import uniq from 'lodash/uniq' import uniq from 'lodash/uniq'
import uniqBy from 'lodash/uniqBy' import uniqBy from 'lodash/uniqBy'
import devalue from '@nuxtjs/devalue' import devalue from '@nuxt/devalue'
import { import {
r, r,

View File

@ -12,7 +12,7 @@
"@nuxt/config": "2.3.4", "@nuxt/config": "2.3.4",
"@nuxt/server": "2.3.4", "@nuxt/server": "2.3.4",
"@nuxt/vue-renderer": "2.3.4", "@nuxt/vue-renderer": "2.3.4",
"@nuxtjs/devalue": "^1.2.0", "@nuxt/devalue": "^1.2.0",
"consola": "^2.3.0", "consola": "^2.3.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"esm": "^3.0.84", "esm": "^3.0.84",

View File

@ -9,7 +9,7 @@
"main": "dist/vue-renderer.js", "main": "dist/vue-renderer.js",
"dependencies": { "dependencies": {
"@nuxt/common": "2.3.4", "@nuxt/common": "2.3.4",
"@nuxtjs/devalue": "^1.2.0", "@nuxt/devalue": "^1.2.0",
"consola": "^2.3.0", "consola": "^2.3.0",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",
"lru-cache": "^5.1.1", "lru-cache": "^5.1.1",

View File

@ -2,7 +2,7 @@ import path from 'path'
import crypto from 'crypto' import crypto from 'crypto'
import fs from 'fs' import fs from 'fs'
import consola from 'consola' import consola from 'consola'
import devalue from '@nuxtjs/devalue' import devalue from '@nuxt/devalue'
import invert from 'lodash/invert' import invert from 'lodash/invert'
import template from 'lodash/template' import template from 'lodash/template'
import { waitFor } from '@nuxt/common' import { waitFor } from '@nuxt/common'

View File

@ -1350,6 +1350,13 @@
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
"@nuxt/devalue@^1.2.0":
version "1.2.0"
resolved "https://registry.npmjs.org/@nuxt/devalue/-/devalue-1.2.0.tgz#a76f12fbabf43fbfde6823942338674ba7ae3265"
integrity sha512-t4HOJiCc4uqjgDIFjLpVBom/071SroKiJW6fXMg1Tga1ahnSPHBvo7YIPjPzpVSzDJhwKHaio7t0J/trH4+43g==
dependencies:
consola "^2.3.0"
"@nuxt/friendly-errors-webpack-plugin@^2.4.0": "@nuxt/friendly-errors-webpack-plugin@^2.4.0":
version "2.4.0" version "2.4.0"
resolved "https://registry.npmjs.org/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.4.0.tgz#525ad27dca736f5b0554b4d3675c586e8f6d3959" resolved "https://registry.npmjs.org/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.4.0.tgz#525ad27dca736f5b0554b4d3675c586e8f6d3959"
@ -1360,27 +1367,20 @@
error-stack-parser "^2.0.0" error-stack-parser "^2.0.0"
string-width "^2.0.0" string-width "^2.0.0"
"@nuxtjs/devalue@^1.2.0": "@nuxt/opencollective@^0.2.1":
version "1.2.0" version "0.2.1"
resolved "https://registry.npmjs.org/@nuxtjs/devalue/-/devalue-1.2.0.tgz#f3f40c4678916a7159b9e43e9cef57db0390538f" resolved "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.2.1.tgz#8290f1220072637e575c3935733719a78ad2d056"
integrity sha512-k5PwF2YD4BPqvNyDGUMZKx2nqMiqyz+9NqBKuhWYl+D5sElct/19Cos8X2qcxFze1u7nW7OZ+oYmkgibP9TK8g== integrity sha512-NP2VSUKRFGutbhWeKgIU0MnY4fmpH8UWxxwTJNPurCQ5BeWhOxp+Gp5ltO39P/Et/J2GYGb3+ALNqZJ+5cGBBw==
dependencies: dependencies:
chalk "^2.4.1"
consola "^2.3.0" consola "^2.3.0"
node-fetch "^2.3.0"
"@nuxtjs/eslint-config@^0.0.1": "@nuxtjs/eslint-config@^0.0.1":
version "0.0.1" version "0.0.1"
resolved "https://registry.npmjs.org/@nuxtjs/eslint-config/-/eslint-config-0.0.1.tgz#3aeed1cc6a2e01331c7e6b56bfa7152ce8bb2d90" resolved "https://registry.npmjs.org/@nuxtjs/eslint-config/-/eslint-config-0.0.1.tgz#3aeed1cc6a2e01331c7e6b56bfa7152ce8bb2d90"
integrity sha512-Scz5oYNtVwePF1ebXcWPrFxBpNF5wAkYh8L++6f2ZdLyUb1mCOwzE2+oVZxS25hGCYUyecFEshbqeSwkC+ktqA== integrity sha512-Scz5oYNtVwePF1ebXcWPrFxBpNF5wAkYh8L++6f2ZdLyUb1mCOwzE2+oVZxS25hGCYUyecFEshbqeSwkC+ktqA==
"@nuxtjs/opencollective@^0.2.1":
version "0.2.1"
resolved "https://registry.npmjs.org/@nuxtjs/opencollective/-/opencollective-0.2.1.tgz#ddf3e6a22990997322bc2b82e2455a7fbffc518d"
integrity sha512-pzSib8NKquaTt/ns5Cc2G0BGRVJXaD+p1qfF6q7vNIMvRysorn/VF3y7gAuQpcxfF7wBbGE+dXjhIieWOUsWSw==
dependencies:
chalk "^2.4.1"
consola "^2.3.0"
node-fetch "^2.3.0"
"@nuxtjs/youch@^4.2.3": "@nuxtjs/youch@^4.2.3":
version "4.2.3" version "4.2.3"
resolved "https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz#36f8b22df5a0efaa81373109851e1d857aca6bed" resolved "https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz#36f8b22df5a0efaa81373109851e1d857aca6bed"