mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
bump: Bump to v2.3.3
This commit is contained in:
parent
2e90166f2a
commit
d0af6a4736
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt-legacy",
|
"name": "nuxt-legacy",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
|
"description": "Legacy build of Nuxt.js for Node.js < 8.0.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nuxt",
|
"nuxt",
|
||||||
@ -48,12 +48,12 @@
|
|||||||
"@babel/polyfill": "^7.0.0",
|
"@babel/polyfill": "^7.0.0",
|
||||||
"@babel/preset-env": "^7.1.6",
|
"@babel/preset-env": "^7.1.6",
|
||||||
"@babel/register": "^7.0.0",
|
"@babel/register": "^7.0.0",
|
||||||
"@nuxt/builder": "2.3.2",
|
"@nuxt/builder": "2.3.3",
|
||||||
"@nuxt/cli": "2.3.2",
|
"@nuxt/cli": "2.3.3",
|
||||||
"@nuxt/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"@nuxt/core": "2.3.2",
|
"@nuxt/core": "2.3.3",
|
||||||
"@nuxt/generator": "2.3.2",
|
"@nuxt/generator": "2.3.3",
|
||||||
"@nuxt/webpack": "2.3.2",
|
"@nuxt/webpack": "2.3.3",
|
||||||
"@nuxtjs/opencollective": "^0.2.0"
|
"@nuxtjs/opencollective": "^0.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -64,5 +64,5 @@
|
|||||||
"url": "https://opencollective.com/nuxtjs",
|
"url": "https://opencollective.com/nuxtjs",
|
||||||
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt-start",
|
"name": "nuxt-start",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"description": "Starts Nuxt.js Application in production mode",
|
"description": "Starts Nuxt.js Application in production mode",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nuxt",
|
"nuxt",
|
||||||
@ -46,13 +46,13 @@
|
|||||||
"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.3.2",
|
"@nuxt/cli": "2.3.3",
|
||||||
"@nuxt/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"@nuxt/core": "2.3.2"
|
"@nuxt/core": "2.3.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0",
|
"node": ">=8.0.0",
|
||||||
"npm": ">=5.0.0"
|
"npm": ">=5.0.0"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt",
|
"name": "nuxt",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"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",
|
||||||
@ -48,12 +48,12 @@
|
|||||||
"postinstall": "opencollective || exit 0"
|
"postinstall": "opencollective || exit 0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/builder": "2.3.2",
|
"@nuxt/builder": "2.3.3",
|
||||||
"@nuxt/cli": "2.3.2",
|
"@nuxt/cli": "2.3.3",
|
||||||
"@nuxt/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"@nuxt/core": "2.3.2",
|
"@nuxt/core": "2.3.3",
|
||||||
"@nuxt/generator": "2.3.2",
|
"@nuxt/generator": "2.3.3",
|
||||||
"@nuxt/webpack": "2.3.2",
|
"@nuxt/webpack": "2.3.3",
|
||||||
"@nuxtjs/opencollective": "^0.2.0"
|
"@nuxtjs/opencollective": "^0.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -64,5 +64,5 @@
|
|||||||
"url": "https://opencollective.com/nuxtjs",
|
"url": "https://opencollective.com/nuxtjs",
|
||||||
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"conventionalCommits": true,
|
"conventionalCommits": true,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/builder",
|
"name": "@nuxt/builder",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -8,8 +8,8 @@
|
|||||||
],
|
],
|
||||||
"main": "dist/builder.js",
|
"main": "dist/builder.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"@nuxt/vue-app": "2.3.2",
|
"@nuxt/vue-app": "2.3.3",
|
||||||
"@nuxtjs/devalue": "^1.1.0",
|
"@nuxtjs/devalue": "^1.1.0",
|
||||||
"chokidar": "^2.0.4",
|
"chokidar": "^2.0.4",
|
||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
@ -24,5 +24,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/cli",
|
"name": "@nuxt/cli",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"nuxt-cli": "bin/nuxt-cli.js"
|
"nuxt-cli": "bin/nuxt-cli.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/config": "2.3.2",
|
"@nuxt/config": "2.3.3",
|
||||||
"boxen": "^2.0.0",
|
"boxen": "^2.0.0",
|
||||||
"chalk": "^2.4.1",
|
"chalk": "^2.4.1",
|
||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
@ -25,5 +25,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/common",
|
"name": "@nuxt/common",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -13,5 +13,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/config",
|
"name": "@nuxt/config",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -8,12 +8,12 @@
|
|||||||
],
|
],
|
||||||
"main": "dist/config.js",
|
"main": "dist/config.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
"std-env": "^2.2.1"
|
"std-env": "^2.2.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/core",
|
"name": "@nuxt/core",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -8,10 +8,10 @@
|
|||||||
],
|
],
|
||||||
"main": "dist/core.js",
|
"main": "dist/core.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"@nuxt/config": "2.3.2",
|
"@nuxt/config": "2.3.3",
|
||||||
"@nuxt/server": "2.3.2",
|
"@nuxt/server": "2.3.3",
|
||||||
"@nuxt/vue-renderer": "2.3.2",
|
"@nuxt/vue-renderer": "2.3.3",
|
||||||
"@nuxtjs/devalue": "^1.1.0",
|
"@nuxtjs/devalue": "^1.1.0",
|
||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
@ -23,5 +23,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/generator",
|
"name": "@nuxt/generator",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"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/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"chalk": "^2.4.1",
|
"chalk": "^2.4.1",
|
||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
@ -17,5 +17,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/server",
|
"name": "@nuxt/server",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"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/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"@nuxt/config": "2.3.2",
|
"@nuxt/config": "2.3.3",
|
||||||
"@nuxtjs/youch": "^4.2.3",
|
"@nuxtjs/youch": "^4.2.3",
|
||||||
"browserslist-useragent": "^2.0.1",
|
"browserslist-useragent": "^2.0.1",
|
||||||
"chalk": "^2.4.1",
|
"chalk": "^2.4.1",
|
||||||
@ -29,5 +29,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/vue-app",
|
"name": "@nuxt/vue-app",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -11,5 +11,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/vue-renderer",
|
"name": "@nuxt/vue-renderer",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -8,7 +8,7 @@
|
|||||||
],
|
],
|
||||||
"main": "dist/vue-renderer.js",
|
"main": "dist/vue-renderer.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/common": "2.3.2",
|
"@nuxt/common": "2.3.3",
|
||||||
"@nuxtjs/devalue": "^1.1.0",
|
"@nuxtjs/devalue": "^1.1.0",
|
||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
@ -24,5 +24,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/webpack",
|
"name": "@nuxt/webpack",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"repository": "nuxt/nuxt.js",
|
"repository": "nuxt/nuxt.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"@babel/core": "^7.1.6",
|
"@babel/core": "^7.1.6",
|
||||||
"@babel/polyfill": "^7.0.0",
|
"@babel/polyfill": "^7.0.0",
|
||||||
"@nuxt/babel-preset-app": "2.3.2",
|
"@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",
|
"@nuxt/friendly-errors-webpack-plugin": "^2.3.2",
|
||||||
"babel-loader": "^8.0.4",
|
"babel-loader": "^8.0.4",
|
||||||
"cache-loader": "^1.2.5",
|
"cache-loader": "^1.2.5",
|
||||||
@ -52,5 +52,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"gitHead": "6b4a5db7f69bc82099a667be78330b9114e9cb22"
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user