manually bump all versions to 2.4.3

This commit is contained in:
pooya parsa 2019-02-06 19:27:43 +03:30
parent 13e494c0f0
commit 1be455f5af
6 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,7 @@
"@nuxt/core": "2.4.3", "@nuxt/core": "2.4.3",
"@nuxt/generator": "2.4.3", "@nuxt/generator": "2.4.3",
"@nuxt/opencollective": "^0.2.1", "@nuxt/opencollective": "^0.2.1",
"@nuxt/typescript": "2.4.2", "@nuxt/typescript": "2.4.3",
"@nuxt/webpack": "2.4.3" "@nuxt/webpack": "2.4.3"
}, },
"engines": { "engines": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/babel-preset-app", "name": "@nuxt/babel-preset-app",
"version": "2.4.2", "version": "2.4.3",
"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

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@nuxt/devalue": "^1.2.0", "@nuxt/devalue": "^1.2.0",
"@nuxt/utils": "2.4.3", "@nuxt/utils": "2.4.3",
"@nuxt/vue-app": "2.4.2", "@nuxt/vue-app": "2.4.3",
"chokidar": "^2.0.4", "chokidar": "^2.0.4",
"consola": "^2.3.2", "consola": "^2.3.2",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",

View File

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

View File

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

View File

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.2.2",
"@babel/polyfill": "^7.2.5", "@babel/polyfill": "^7.2.5",
"@nuxt/babel-preset-app": "2.4.2", "@nuxt/babel-preset-app": "2.4.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0", "@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
"@nuxt/utils": "2.4.3", "@nuxt/utils": "2.4.3",
"babel-loader": "^8.0.5", "babel-loader": "^8.0.5",