mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
bump: Bump to v2.3.2
This commit is contained in:
parent
6b4a5db7f6
commit
205c9d3815
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-legacy",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"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.1",
|
||||
"@nuxt/cli": "^2.3.1",
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/core": "^2.3.1",
|
||||
"@nuxt/generator": "^2.3.1",
|
||||
"@nuxt/webpack": "^2.3.1"
|
||||
"@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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0",
|
||||
@ -62,5 +62,6 @@
|
||||
"collective": {
|
||||
"url": "https://opencollective.com/nuxtjs",
|
||||
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt-start",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"description": "Starts Nuxt.js Application in production mode",
|
||||
"keywords": [
|
||||
"nuxt",
|
||||
@ -46,12 +46,13 @@
|
||||
"main": "dist/nuxt-start.js",
|
||||
"bin": "bin/nuxt-start.js",
|
||||
"dependencies": {
|
||||
"@nuxt/cli": "^2.3.1",
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/core": "^2.3.1"
|
||||
"@nuxt/cli": "2.3.2",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"@nuxt/core": "2.3.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
"npm": ">=5.0.0"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nuxt",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"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.1",
|
||||
"@nuxt/cli": "^2.3.1",
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/core": "^2.3.1",
|
||||
"@nuxt/generator": "^2.3.1",
|
||||
"@nuxt/webpack": "^2.3.1"
|
||||
"@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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
@ -62,5 +62,6 @@
|
||||
"collective": {
|
||||
"url": "https://opencollective.com/nuxtjs",
|
||||
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"conventionalCommits": true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/babel-preset-app",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"description": "babel-preset-app for nuxt.js",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
@ -23,5 +23,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/builder",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,8 +8,8 @@
|
||||
],
|
||||
"main": "dist/builder.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/vue-app": "^2.3.1",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"@nuxt/vue-app": "2.3.2",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"chokidar": "^2.0.4",
|
||||
"consola": "^2.3.0",
|
||||
@ -23,5 +23,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/cli",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -12,7 +12,7 @@
|
||||
"nuxt-cli": "bin/nuxt-cli.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/config": "^2.3.1",
|
||||
"@nuxt/config": "2.3.2",
|
||||
"boxen": "^2.0.0",
|
||||
"chalk": "^2.4.1",
|
||||
"consola": "^2.3.0",
|
||||
@ -24,5 +24,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/common",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -13,5 +13,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/config",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,12 +8,13 @@
|
||||
],
|
||||
"main": "dist/config.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"consola": "^2.3.0",
|
||||
"lodash": "^4.17.11",
|
||||
"std-env": "^2.2.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/core",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,10 +8,10 @@
|
||||
],
|
||||
"main": "dist/core.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/config": "^2.3.1",
|
||||
"@nuxt/server": "^2.3.1",
|
||||
"@nuxt/vue-renderer": "^2.3.1",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"@nuxt/config": "2.3.2",
|
||||
"@nuxt/server": "2.3.2",
|
||||
"@nuxt/vue-renderer": "2.3.2",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"@nuxtjs/opencollective": "^0.1.0",
|
||||
"consola": "^2.3.0",
|
||||
@ -24,5 +24,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/generator",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/generator.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"chalk": "^2.4.1",
|
||||
"consola": "^2.3.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
@ -16,5 +16,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/server",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,8 +8,8 @@
|
||||
],
|
||||
"main": "dist/server.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/config": "^2.3.1",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"@nuxt/config": "2.3.2",
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
"browserslist-useragent": "^2.0.1",
|
||||
"chalk": "^2.4.1",
|
||||
@ -28,5 +28,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vue-app",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -10,5 +10,6 @@
|
||||
"main": "dist/vue-app.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/vue-renderer",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/vue-renderer.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"consola": "^2.3.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
@ -23,5 +23,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/webpack",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"repository": "nuxt/nuxt.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@ -10,8 +10,8 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@nuxt/babel-preset-app": "^2.3.1",
|
||||
"@nuxt/common": "^2.3.1",
|
||||
"@nuxt/babel-preset-app": "2.3.2",
|
||||
"@nuxt/common": "2.3.2",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.3.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"cache-loader": "^1.2.5",
|
||||
@ -52,5 +52,6 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user