bump: Bump to v2.3.3

This commit is contained in:
Sébastien Chopin 2018-11-26 18:37:12 +01:00
parent 2e90166f2a
commit d0af6a4736
14 changed files with 55 additions and 55 deletions

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-legacy",
"version": "2.3.2",
"version": "2.3.3",
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
"keywords": [
"nuxt",
@ -48,12 +48,12 @@
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"@nuxt/builder": "2.3.2",
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2",
"@nuxt/generator": "2.3.2",
"@nuxt/webpack": "2.3.2",
"@nuxt/builder": "2.3.3",
"@nuxt/cli": "2.3.3",
"@nuxt/common": "2.3.3",
"@nuxt/core": "2.3.3",
"@nuxt/generator": "2.3.3",
"@nuxt/webpack": "2.3.3",
"@nuxtjs/opencollective": "^0.2.0"
},
"engines": {
@ -64,5 +64,5 @@
"url": "https://opencollective.com/nuxtjs",
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "2.3.2",
"version": "2.3.3",
"description": "Starts Nuxt.js Application in production mode",
"keywords": [
"nuxt",
@ -46,13 +46,13 @@
"main": "dist/nuxt-start.js",
"bin": "bin/nuxt-start.js",
"dependencies": {
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2"
"@nuxt/cli": "2.3.3",
"@nuxt/common": "2.3.3",
"@nuxt/core": "2.3.3"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "2.3.2",
"version": "2.3.3",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [
"nuxt",
@ -48,12 +48,12 @@
"postinstall": "opencollective || exit 0"
},
"dependencies": {
"@nuxt/builder": "2.3.2",
"@nuxt/cli": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/core": "2.3.2",
"@nuxt/generator": "2.3.2",
"@nuxt/webpack": "2.3.2",
"@nuxt/builder": "2.3.3",
"@nuxt/cli": "2.3.3",
"@nuxt/common": "2.3.3",
"@nuxt/core": "2.3.3",
"@nuxt/generator": "2.3.3",
"@nuxt/webpack": "2.3.3",
"@nuxtjs/opencollective": "^0.2.0"
},
"engines": {
@ -64,5 +64,5 @@
"url": "https://opencollective.com/nuxtjs",
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,5 +1,5 @@
{
"version": "2.3.2",
"version": "2.3.3",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/builder",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/builder.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/vue-app": "2.3.2",
"@nuxt/common": "2.3.3",
"@nuxt/vue-app": "2.3.3",
"@nuxtjs/devalue": "^1.1.0",
"chokidar": "^2.0.4",
"consola": "^2.3.0",
@ -24,5 +24,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/cli",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -12,7 +12,7 @@
"nuxt-cli": "bin/nuxt-cli.js"
},
"dependencies": {
"@nuxt/config": "2.3.2",
"@nuxt/config": "2.3.3",
"boxen": "^2.0.0",
"chalk": "^2.4.1",
"consola": "^2.3.0",
@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/common",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -13,5 +13,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/config",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,12 +8,12 @@
],
"main": "dist/config.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/common": "2.3.3",
"consola": "^2.3.0",
"std-env": "^2.2.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/core",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,10 +8,10 @@
],
"main": "dist/core.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/config": "2.3.2",
"@nuxt/server": "2.3.2",
"@nuxt/vue-renderer": "2.3.2",
"@nuxt/common": "2.3.3",
"@nuxt/config": "2.3.3",
"@nuxt/server": "2.3.3",
"@nuxt/vue-renderer": "2.3.3",
"@nuxtjs/devalue": "^1.1.0",
"consola": "^2.3.0",
"debug": "^4.1.0",
@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/generator",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/generator.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/common": "2.3.3",
"chalk": "^2.4.1",
"consola": "^2.3.0",
"fs-extra": "^7.0.1",
@ -17,5 +17,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/server",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,8 +8,8 @@
],
"main": "dist/server.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/config": "2.3.2",
"@nuxt/common": "2.3.3",
"@nuxt/config": "2.3.3",
"@nuxtjs/youch": "^4.2.3",
"browserslist-useragent": "^2.0.1",
"chalk": "^2.4.1",
@ -29,5 +29,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-app",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -11,5 +11,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -8,7 +8,7 @@
],
"main": "dist/vue-renderer.js",
"dependencies": {
"@nuxt/common": "2.3.2",
"@nuxt/common": "2.3.3",
"@nuxtjs/devalue": "^1.1.0",
"consola": "^2.3.0",
"fs-extra": "^7.0.1",
@ -24,5 +24,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack",
"version": "2.3.2",
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
@ -11,7 +11,7 @@
"@babel/core": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@nuxt/babel-preset-app": "2.3.2",
"@nuxt/common": "2.3.2",
"@nuxt/common": "2.3.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.3.2",
"babel-loader": "^8.0.4",
"cache-loader": "^1.2.5",
@ -52,5 +52,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}