[release]
This commit is contained in:
pooya parsa 2019-04-04 22:46:43 +04:30
commit 3cdce79d13
34 changed files with 188 additions and 51 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
### Bug Fixes
* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5))
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package nuxt-start
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)
**Note:** Version bump only for package nuxt-start **Note:** Version bump only for package nuxt-start

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt-start", "name": "nuxt-start",
"version": "2.6.0", "version": "2.6.1",
"description": "Starts Nuxt.js Application in production mode", "description": "Starts Nuxt.js Application in production mode",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -52,8 +52,8 @@
"main": "dist/nuxt-start.js", "main": "dist/nuxt-start.js",
"bin": "bin/nuxt-start.js", "bin": "bin/nuxt-start.js",
"dependencies": { "dependencies": {
"@nuxt/cli": "2.6.0", "@nuxt/cli": "2.6.1",
"@nuxt/core": "2.6.0", "@nuxt/core": "2.6.1",
"node-fetch": "^2.3.0", "node-fetch": "^2.3.0",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-meta": "^1.6.0", "vue-meta": "^1.6.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package nuxt-ts
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)
**Note:** Version bump only for package nuxt-ts **Note:** Version bump only for package nuxt-ts

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt-ts", "name": "nuxt-ts",
"version": "2.6.0", "version": "2.6.1",
"description": "Nuxt With Runtime Typescript Support", "description": "Nuxt With Runtime Typescript Support",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -56,14 +56,14 @@
"nuxts": "bin/nuxt-ts.js" "nuxts": "bin/nuxt-ts.js"
}, },
"dependencies": { "dependencies": {
"@nuxt/builder": "2.6.0", "@nuxt/builder": "2.6.1",
"@nuxt/cli": "2.6.0", "@nuxt/cli": "2.6.1",
"@nuxt/core": "2.6.0", "@nuxt/core": "2.6.1",
"@nuxt/generator": "2.6.0", "@nuxt/generator": "2.6.1",
"@nuxt/loading-screen": "^0.2.0", "@nuxt/loading-screen": "^0.2.0",
"@nuxt/opencollective": "^0.2.2", "@nuxt/opencollective": "^0.2.2",
"@nuxt/typescript": "2.6.0", "@nuxt/typescript": "2.6.1",
"@nuxt/webpack": "2.6.0" "@nuxt/webpack": "2.6.1"
}, },
"engines": { "engines": {
"node": ">=6.0.0", "node": ">=6.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package nuxt
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)
**Note:** Version bump only for package nuxt **Note:** Version bump only for package nuxt

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt", "name": "nuxt",
"version": "2.6.0", "version": "2.6.1",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -54,13 +54,13 @@
"postinstall": "opencollective || exit 0" "postinstall": "opencollective || exit 0"
}, },
"dependencies": { "dependencies": {
"@nuxt/builder": "2.6.0", "@nuxt/builder": "2.6.1",
"@nuxt/cli": "2.6.0", "@nuxt/cli": "2.6.1",
"@nuxt/core": "2.6.0", "@nuxt/core": "2.6.1",
"@nuxt/generator": "2.6.0", "@nuxt/generator": "2.6.1",
"@nuxt/loading-screen": "^0.2.0", "@nuxt/loading-screen": "^0.2.0",
"@nuxt/opencollective": "^0.2.2", "@nuxt/opencollective": "^0.2.2",
"@nuxt/webpack": "2.6.0" "@nuxt/webpack": "2.6.1"
}, },
"engines": { "engines": {
"node": ">=8.0.0", "node": ">=8.0.0",

View File

@ -1,5 +1,5 @@
{ {
"version": "2.6.0", "version": "2.6.1",
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"conventionalCommits": true, "conventionalCommits": true,

View File

@ -53,7 +53,7 @@
"eslint-plugin-promise": "^4.1.1", "eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2", "eslint-plugin-vue": "^5.2.2",
"esm": "^3.2.22", "esm": "3.2.20",
"express": "^4.16.4", "express": "^4.16.4",
"finalhandler": "^1.1.1", "finalhandler": "^1.1.1",
"fork-ts-checker-webpack-plugin": "^1.0.1", "fork-ts-checker-webpack-plugin": "^1.0.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/babel-preset-app
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/babel-preset-app", "name": "@nuxt/babel-preset-app",
"version": "2.6.0", "version": "2.6.1",
"description": "babel-preset-app for nuxt.js", "description": "babel-preset-app for nuxt.js",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/builder
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/builder", "name": "@nuxt/builder",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -9,8 +9,8 @@
"main": "dist/builder.js", "main": "dist/builder.js",
"dependencies": { "dependencies": {
"@nuxt/devalue": "^1.2.2", "@nuxt/devalue": "^1.2.2",
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"@nuxt/vue-app": "2.6.0", "@nuxt/vue-app": "2.6.1",
"chokidar": "^2.1.5", "chokidar": "^2.1.5",
"consola": "^2.5.8", "consola": "^2.5.8",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
### Bug Fixes
* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5))
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/cli", "name": "@nuxt/cli",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -12,12 +12,12 @@
"nuxt-cli": "bin/nuxt-cli.js" "nuxt-cli": "bin/nuxt-cli.js"
}, },
"dependencies": { "dependencies": {
"@nuxt/config": "2.6.0", "@nuxt/config": "2.6.1",
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"boxen": "^3.0.0", "boxen": "^3.0.0",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"consola": "^2.5.8", "consola": "^2.5.8",
"esm": "^3.2.22", "esm": "3.2.20",
"execa": "^1.0.0", "execa": "^1.0.0",
"exit": "^0.1.2", "exit": "^0.1.2",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/config
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/config", "name": "@nuxt/config",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -10,7 +10,7 @@
"main": "dist/config.js", "main": "dist/config.js",
"typings": "types/index.d.ts", "typings": "types/index.d.ts",
"dependencies": { "dependencies": {
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"consola": "^2.5.8", "consola": "^2.5.8",
"std-env": "^2.2.1" "std-env": "^2.2.1"
}, },

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
### Bug Fixes
* pin esm to 3.2.20 ([#5464](https://github.com/nuxt/nuxt.js/issues/5464)) ([53915c5](https://github.com/nuxt/nuxt.js/commit/53915c5))
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/core", "name": "@nuxt/core",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -8,14 +8,14 @@
], ],
"main": "dist/core.js", "main": "dist/core.js",
"dependencies": { "dependencies": {
"@nuxt/config": "2.6.0", "@nuxt/config": "2.6.1",
"@nuxt/devalue": "^1.2.2", "@nuxt/devalue": "^1.2.2",
"@nuxt/server": "2.6.0", "@nuxt/server": "2.6.1",
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"@nuxt/vue-renderer": "2.6.0", "@nuxt/vue-renderer": "2.6.1",
"consola": "^2.5.8", "consola": "^2.5.8",
"debug": "^4.1.1", "debug": "^4.1.1",
"esm": "^3.2.22", "esm": "3.2.20",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"std-env": "^2.2.1" "std-env": "^2.2.1"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/generator
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)
**Note:** Version bump only for package @nuxt/generator **Note:** Version bump only for package @nuxt/generator

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/generator", "name": "@nuxt/generator",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -8,7 +8,7 @@
], ],
"main": "dist/generator.js", "main": "dist/generator.js",
"dependencies": { "dependencies": {
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"consola": "^2.5.8", "consola": "^2.5.8",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/server
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)
**Note:** Version bump only for package @nuxt/server **Note:** Version bump only for package @nuxt/server

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/server", "name": "@nuxt/server",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -8,8 +8,8 @@
], ],
"main": "dist/server.js", "main": "dist/server.js",
"dependencies": { "dependencies": {
"@nuxt/config": "2.6.0", "@nuxt/config": "2.6.1",
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"@nuxtjs/youch": "^4.2.3", "@nuxtjs/youch": "^4.2.3",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"compression": "^1.7.4", "compression": "^1.7.4",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/typescript
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/typescript", "name": "@nuxt/typescript",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/utils
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/utils", "name": "@nuxt/utils",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/vue-app
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/vue-app", "name": "@nuxt/vue-app",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/vue-renderer
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/vue-renderer", "name": "@nuxt/vue-renderer",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -9,7 +9,7 @@
"main": "dist/vue-renderer.js", "main": "dist/vue-renderer.js",
"dependencies": { "dependencies": {
"@nuxt/devalue": "^1.2.2", "@nuxt/devalue": "^1.2.2",
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"consola": "^2.5.8", "consola": "^2.5.8",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",
"lru-cache": "^5.1.1", "lru-cache": "^5.1.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.6.1](https://github.com/nuxt/nuxt.js/compare/v2.6.0...v2.6.1) (2019-04-04)
**Note:** Version bump only for package @nuxt/webpack
# [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04) # [2.6.0](https://github.com/nuxt/nuxt.js/compare/v2.5.1...v2.6.0) (2019-04-04)

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/webpack", "name": "@nuxt/webpack",
"version": "2.6.0", "version": "2.6.1",
"repository": "nuxt/nuxt.js", "repository": "nuxt/nuxt.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
@ -9,9 +9,9 @@
"main": "dist/webpack.js", "main": "dist/webpack.js",
"dependencies": { "dependencies": {
"@babel/core": "^7.4.3", "@babel/core": "^7.4.3",
"@nuxt/babel-preset-app": "2.6.0", "@nuxt/babel-preset-app": "2.6.1",
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0", "@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
"@nuxt/utils": "2.6.0", "@nuxt/utils": "2.6.1",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",
"cache-loader": "^2.0.1", "cache-loader": "^2.0.1",
"caniuse-lite": "^1.0.30000957", "caniuse-lite": "^1.0.30000957",

View File

@ -4555,10 +4555,10 @@ eslint@^5.16.0:
table "^5.2.3" table "^5.2.3"
text-table "^0.2.0" text-table "^0.2.0"
esm@^3.2.22: esm@3.2.20:
version "3.2.22" version "3.2.20"
resolved "https://registry.npmjs.org/esm/-/esm-3.2.22.tgz#5062c2e22fee3ccfee4e8f20da768330da90d6e3" resolved "https://registry.npmjs.org/esm/-/esm-3.2.20.tgz#44f125117863427cdece7223baa411fc739c1939"
integrity sha512-z8YG7U44L82j1XrdEJcqZOLUnjxco8pO453gKOlaMD1/md1n/5QrscAmYG+oKUspsmDLuBFZrpbxI6aQ67yRxA== integrity sha512-NA92qDA8C/qGX/xMinDGa3+cSPs4wQoFxskRrSnDo/9UloifhONFm4sl4G+JsyCqM007z2K+BfQlH5rMta4K1Q==
espree@^4.1.0: espree@^4.1.0:
version "4.1.0" version "4.1.0"