diff --git a/CHANGELOG.md b/CHANGELOG.md index eefa75b116..8425922e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package nuxt.js + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) diff --git a/distributions/nuxt-legacy/CHANGELOG.md b/distributions/nuxt-legacy/CHANGELOG.md index 7738e95d9b..0256becebe 100644 --- a/distributions/nuxt-legacy/CHANGELOG.md +++ b/distributions/nuxt-legacy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package nuxt-legacy + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package nuxt-legacy diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index 5ed80c4f7b..63481ecd84 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-legacy", - "version": "2.4.1", + "version": "2.4.2", "description": "Legacy build of Nuxt.js for Node.js < 8.0.0", "keywords": [ "nuxt", @@ -54,12 +54,12 @@ "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.3.1", "@babel/register": "^7.0.0", - "@nuxt/builder": "2.4.1", - "@nuxt/cli": "2.4.1", - "@nuxt/core": "2.4.1", - "@nuxt/generator": "2.4.1", + "@nuxt/builder": "2.4.2", + "@nuxt/cli": "2.4.2", + "@nuxt/core": "2.4.2", + "@nuxt/generator": "2.4.2", "@nuxt/opencollective": "^0.2.1", - "@nuxt/webpack": "2.4.1" + "@nuxt/webpack": "2.4.2" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt-start/CHANGELOG.md b/distributions/nuxt-start/CHANGELOG.md index 71a87d0a7a..b3f7aaea4b 100644 --- a/distributions/nuxt-start/CHANGELOG.md +++ b/distributions/nuxt-start/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package nuxt-start + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package nuxt-start diff --git a/distributions/nuxt-start/package.json b/distributions/nuxt-start/package.json index 83f27571b3..258617ae8f 100644 --- a/distributions/nuxt-start/package.json +++ b/distributions/nuxt-start/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-start", - "version": "2.4.1", + "version": "2.4.2", "description": "Starts Nuxt.js Application in production mode", "keywords": [ "nuxt", @@ -52,8 +52,8 @@ "main": "dist/nuxt-start.js", "bin": "bin/nuxt-start.js", "dependencies": { - "@nuxt/cli": "2.4.1", - "@nuxt/core": "2.4.1", + "@nuxt/cli": "2.4.2", + "@nuxt/core": "2.4.2", "vue": "^2.5.22", "vue-meta": "^1.5.8", "vue-no-ssr": "^1.1.1", diff --git a/distributions/nuxt-ts/CHANGELOG.md b/distributions/nuxt-ts/CHANGELOG.md index 07d0a7a41e..39eff7b410 100644 --- a/distributions/nuxt-ts/CHANGELOG.md +++ b/distributions/nuxt-ts/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package nuxt-ts + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package nuxt-ts diff --git a/distributions/nuxt-ts/package.json b/distributions/nuxt-ts/package.json index 575bde8155..2159cbeeb3 100644 --- a/distributions/nuxt-ts/package.json +++ b/distributions/nuxt-ts/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-ts", - "version": "2.4.1", + "version": "2.4.2", "description": "Nuxt With Runtime Typescript Support", "keywords": [ "nuxt", @@ -56,13 +56,13 @@ "nuxts": "bin/nuxt-ts.js" }, "dependencies": { - "@nuxt/builder": "2.4.1", - "@nuxt/cli": "2.4.1", - "@nuxt/core": "2.4.1", - "@nuxt/generator": "2.4.1", + "@nuxt/builder": "2.4.2", + "@nuxt/cli": "2.4.2", + "@nuxt/core": "2.4.2", + "@nuxt/generator": "2.4.2", "@nuxt/opencollective": "^0.2.1", - "@nuxt/typescript": "2.4.1", - "@nuxt/webpack": "2.4.1" + "@nuxt/typescript": "2.4.2", + "@nuxt/webpack": "2.4.2" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt/CHANGELOG.md b/distributions/nuxt/CHANGELOG.md index 128577695b..a46bb4a3f0 100644 --- a/distributions/nuxt/CHANGELOG.md +++ b/distributions/nuxt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package nuxt + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package nuxt diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index aba94a00fe..f6a8aafe38 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "2.4.1", + "version": "2.4.2", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "keywords": [ "nuxt", @@ -54,12 +54,12 @@ "postinstall": "opencollective || exit 0" }, "dependencies": { - "@nuxt/builder": "2.4.1", - "@nuxt/cli": "2.4.1", - "@nuxt/core": "2.4.1", - "@nuxt/generator": "2.4.1", + "@nuxt/builder": "2.4.2", + "@nuxt/cli": "2.4.2", + "@nuxt/core": "2.4.2", + "@nuxt/generator": "2.4.2", "@nuxt/opencollective": "^0.2.1", - "@nuxt/webpack": "2.4.1" + "@nuxt/webpack": "2.4.2" }, "engines": { "node": ">=8.0.0", diff --git a/lerna.json b/lerna.json index 75735026e2..0dbaacc04b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.4.1", + "version": "2.4.2", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/babel-preset-app/CHANGELOG.md b/packages/babel-preset-app/CHANGELOG.md index c321988e9e..beb3b77f7f 100644 --- a/packages/babel-preset-app/CHANGELOG.md +++ b/packages/babel-preset-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/babel-preset-app + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/babel-preset-app diff --git a/packages/babel-preset-app/package.json b/packages/babel-preset-app/package.json index baa05a3404..cc39e44f7b 100644 --- a/packages/babel-preset-app/package.json +++ b/packages/babel-preset-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/babel-preset-app", - "version": "2.4.1", + "version": "2.4.2", "description": "babel-preset-app for nuxt.js", "repository": "nuxt/nuxt.js", "license": "MIT", diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 059455472d..2e6ab098c6 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/builder + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/builder diff --git a/packages/builder/package.json b/packages/builder/package.json index 9a6d76b369..40482ce148 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/builder", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -9,8 +9,8 @@ "main": "dist/builder.js", "dependencies": { "@nuxt/devalue": "^1.2.0", - "@nuxt/utils": "2.4.1", - "@nuxt/vue-app": "2.4.1", + "@nuxt/utils": "2.4.2", + "@nuxt/vue-app": "2.4.2", "chokidar": "^2.0.4", "consola": "^2.3.2", "fs-extra": "^7.0.1", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 967001914a..b3ce5932d1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/cli + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 75c6b10f08..ab7800a1b1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/cli", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -12,7 +12,7 @@ "nuxt-cli": "bin/nuxt-cli.js" }, "dependencies": { - "@nuxt/config": "2.4.1", + "@nuxt/config": "2.4.2", "boxen": "^2.1.0", "chalk": "^2.4.2", "consola": "^2.3.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index c498da4c3e..71cba899b1 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/config + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/config diff --git a/packages/config/package.json b/packages/config/package.json index b3cb60748f..336c9b9aaf 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/config", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/config.js", "dependencies": { - "@nuxt/utils": "2.4.1", + "@nuxt/utils": "2.4.2", "consola": "^2.3.2", "std-env": "^2.2.1" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 680ad5355f..f5b7081509 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/core + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/core diff --git a/packages/core/package.json b/packages/core/package.json index 2fbd91f5a7..5c0616e9a1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/core", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,11 +8,11 @@ ], "main": "dist/core.js", "dependencies": { - "@nuxt/config": "2.4.1", + "@nuxt/config": "2.4.2", "@nuxt/devalue": "^1.2.0", - "@nuxt/server": "2.4.1", - "@nuxt/utils": "2.4.1", - "@nuxt/vue-renderer": "2.4.1", + "@nuxt/server": "2.4.2", + "@nuxt/utils": "2.4.2", + "@nuxt/vue-renderer": "2.4.2", "consola": "^2.3.2", "debug": "^4.1.1", "esm": "^3.1.4", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 351ba91cd7..242084d70b 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/generator + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/generator diff --git a/packages/generator/package.json b/packages/generator/package.json index 52006a0e01..a7d2f0c4c3 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/generator", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "dist/generator.js", "dependencies": { - "@nuxt/utils": "2.4.1", + "@nuxt/utils": "2.4.2", "chalk": "^2.4.2", "consola": "^2.3.2", "fs-extra": "^7.0.1", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index e443214027..b7a66f7dd8 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/server + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/server diff --git a/packages/server/package.json b/packages/server/package.json index ec5252d224..2f61efd10c 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/server", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -8,8 +8,8 @@ ], "main": "dist/server.js", "dependencies": { - "@nuxt/config": "2.4.1", - "@nuxt/utils": "2.4.1", + "@nuxt/config": "2.4.2", + "@nuxt/utils": "2.4.2", "@nuxtjs/youch": "^4.2.3", "chalk": "^2.4.2", "compression": "^1.7.3", diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 7adf8178e4..296f4c98dd 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/typescript + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/typescript diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 2cfb68787b..b4049942f6 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index aad53e641d..abf2828edd 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/utils + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 16933742d7..c33fdb0ff0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/utils", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/vue-app/CHANGELOG.md b/packages/vue-app/CHANGELOG.md index c2cbe02b7f..ed6cc3c0e2 100644 --- a/packages/vue-app/CHANGELOG.md +++ b/packages/vue-app/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/vue-app + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/vue-app diff --git a/packages/vue-app/package.json b/packages/vue-app/package.json index 87f706498a..18b16f77cd 100644 --- a/packages/vue-app/package.json +++ b/packages/vue-app/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-app", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ diff --git a/packages/vue-renderer/CHANGELOG.md b/packages/vue-renderer/CHANGELOG.md index a235c784ce..f9d28d59ea 100644 --- a/packages/vue-renderer/CHANGELOG.md +++ b/packages/vue-renderer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/vue-renderer + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/vue-renderer diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 6656108ea8..d1c64ca7b0 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/vue-renderer", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -9,7 +9,7 @@ "main": "dist/vue-renderer.js", "dependencies": { "@nuxt/devalue": "^1.2.0", - "@nuxt/utils": "2.4.1", + "@nuxt/utils": "2.4.2", "consola": "^2.3.2", "fs-extra": "^7.0.1", "lru-cache": "^5.1.1", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index c1fb67f89b..3c2abe1761 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) + +**Note:** Version bump only for package @nuxt/webpack + + + + + ## [2.4.1](https://github.com/nuxt/nuxt.js/compare/v2.4.0...v2.4.1) (2019-01-30) **Note:** Version bump only for package @nuxt/webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index b57cc38575..ba2e251e64 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/webpack", - "version": "2.4.1", + "version": "2.4.2", "repository": "nuxt/nuxt.js", "license": "MIT", "files": [ @@ -10,9 +10,9 @@ "dependencies": { "@babel/core": "^7.2.2", "@babel/polyfill": "^7.2.5", - "@nuxt/babel-preset-app": "2.4.1", + "@nuxt/babel-preset-app": "2.4.2", "@nuxt/friendly-errors-webpack-plugin": "^2.4.0", - "@nuxt/utils": "2.4.1", + "@nuxt/utils": "2.4.2", "babel-loader": "^8.0.5", "cache-loader": "^2.0.1", "caniuse-lite": "^1.0.30000932",