File tree Expand file tree Collapse file tree 15 files changed +39
-39
lines changed Expand file tree Collapse file tree 15 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-start" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"description" : " Starts Nuxt.js Application in production mode" ,
5
5
"keywords" : [
6
6
" nuxt" ,
55
55
" dist"
56
56
],
57
57
"dependencies" : {
58
- "@nuxt/cli" : " 2.13.0 " ,
59
- "@nuxt/core" : " 2.13.0 " ,
58
+ "@nuxt/cli" : " 2.13.1 " ,
59
+ "@nuxt/core" : " 2.13.1 " ,
60
60
"@nuxt/telemetry" : " ^1.1.0" ,
61
61
"node-fetch" : " ^2.6.0" ,
62
62
"vue" : " ^2.6.11" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"description" : " A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)" ,
5
5
"keywords" : [
6
6
" nuxt" ,
58
58
"postinstall" : " opencollective || exit 0"
59
59
},
60
60
"dependencies" : {
61
- "@nuxt/builder" : " 2.13.0 " ,
62
- "@nuxt/cli" : " 2.13.0 " ,
61
+ "@nuxt/builder" : " 2.13.1 " ,
62
+ "@nuxt/cli" : " 2.13.1 " ,
63
63
"@nuxt/components" : " ^1.0.4" ,
64
- "@nuxt/core" : " 2.13.0 " ,
65
- "@nuxt/generator" : " 2.13.0 " ,
64
+ "@nuxt/core" : " 2.13.1 " ,
65
+ "@nuxt/generator" : " 2.13.1 " ,
66
66
"@nuxt/loading-screen" : " ^2.0.1" ,
67
67
"@nuxt/opencollective" : " ^0.3.0" ,
68
68
"@nuxt/telemetry" : " ^1.1.0" ,
69
- "@nuxt/webpack" : " 2.13.0 "
69
+ "@nuxt/webpack" : " 2.13.1 "
70
70
},
71
71
"engines" : {
72
72
"node" : " >=8.9.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.13.0 " ,
2
+ "version" : " 2.13.1 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"conventionalCommits" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/babel-preset-app" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"description" : " babel-preset-app for nuxt.js" ,
5
5
"repository" : " nuxt/nuxt.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/builder" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/builder.js" ,
9
9
],
10
10
"dependencies" : {
11
11
"@nuxt/devalue" : " ^1.2.4" ,
12
- "@nuxt/utils" : " 2.13.0 " ,
13
- "@nuxt/vue-app" : " 2.13.0 " ,
14
- "@nuxt/webpack" : " 2.13.0 " ,
12
+ "@nuxt/utils" : " 2.13.1 " ,
13
+ "@nuxt/vue-app" : " 2.13.1 " ,
14
+ "@nuxt/webpack" : " 2.13.1 " ,
15
15
"chalk" : " ^3.0.0" ,
16
16
"chokidar" : " ^3.4.0" ,
17
17
"consola" : " ^2.13.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/cli" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/cli.js" ,
12
12
" dist"
13
13
],
14
14
"dependencies" : {
15
- "@nuxt/config" : " 2.13.0 " ,
16
- "@nuxt/utils" : " 2.13.0 " ,
15
+ "@nuxt/config" : " 2.13.1 " ,
16
+ "@nuxt/utils" : " 2.13.1 " ,
17
17
"boxen" : " ^4.2.0" ,
18
18
"chalk" : " ^3.0.0" ,
19
19
"compression" : " ^1.7.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/config" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/config.js" ,
10
10
" index.d.ts"
11
11
],
12
12
"dependencies" : {
13
- "@nuxt/utils" : " 2.13.0 " ,
13
+ "@nuxt/utils" : " 2.13.1 " ,
14
14
"consola" : " ^2.13.0" ,
15
15
"create-require" : " ^1.0.2" ,
16
16
"defu" : " ^2.0.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/core" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/core.js" ,
7
7
"files" : [
8
8
" dist"
9
9
],
10
10
"dependencies" : {
11
- "@nuxt/config" : " 2.13.0 " ,
11
+ "@nuxt/config" : " 2.13.1 " ,
12
12
"@nuxt/devalue" : " ^1.2.4" ,
13
- "@nuxt/server" : " 2.13.0 " ,
14
- "@nuxt/utils" : " 2.13.0 " ,
15
- "@nuxt/vue-renderer" : " 2.13.0 " ,
13
+ "@nuxt/server" : " 2.13.1 " ,
14
+ "@nuxt/utils" : " 2.13.1 " ,
15
+ "@nuxt/vue-renderer" : " 2.13.1 " ,
16
16
"consola" : " ^2.13.0" ,
17
17
"debug" : " ^4.1.1" ,
18
18
"esm" : " ^3.2.25" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/generator" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/generator.js" ,
7
7
"files" : [
8
8
" dist"
9
9
],
10
10
"dependencies" : {
11
- "@nuxt/utils" : " 2.13.0 " ,
11
+ "@nuxt/utils" : " 2.13.1 " ,
12
12
"chalk" : " ^3.0.0" ,
13
13
"consola" : " ^2.13.0" ,
14
14
"fs-extra" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/server" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/server.js" ,
7
7
"files" : [
8
8
" dist"
9
9
],
10
10
"dependencies" : {
11
- "@nuxt/config" : " 2.13.0 " ,
12
- "@nuxt/utils" : " 2.13.0 " ,
13
- "@nuxt/vue-renderer" : " 2.13.0 " ,
11
+ "@nuxt/config" : " 2.13.1 " ,
12
+ "@nuxt/utils" : " 2.13.1 " ,
13
+ "@nuxt/vue-renderer" : " 2.13.1 " ,
14
14
"@nuxtjs/youch" : " ^4.2.3" ,
15
15
"chalk" : " ^3.0.0" ,
16
16
"compression" : " ^1.7.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/types" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"description" : " Nuxt.js types" ,
5
5
"repository" : " nuxt/nuxt.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/utils" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/utils.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/vue-app" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/vue-app.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/vue-renderer" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/vue-renderer.js" ,
9
9
],
10
10
"dependencies" : {
11
11
"@nuxt/devalue" : " ^1.2.4" ,
12
- "@nuxt/utils" : " 2.13.0 " ,
12
+ "@nuxt/utils" : " 2.13.1 " ,
13
13
"consola" : " ^2.13.0" ,
14
14
"fs-extra" : " ^8.1.0" ,
15
15
"lru-cache" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/webpack" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"repository" : " nuxt/nuxt.js" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/webpack.js" ,
9
9
],
10
10
"dependencies" : {
11
11
"@babel/core" : " ^7.10.3" ,
12
- "@nuxt/babel-preset-app" : " 2.13.0 " ,
12
+ "@nuxt/babel-preset-app" : " 2.13.1 " ,
13
13
"@nuxt/friendly-errors-webpack-plugin" : " ^2.5.0" ,
14
- "@nuxt/utils" : " 2.13.0 " ,
14
+ "@nuxt/utils" : " 2.13.1 " ,
15
15
"babel-loader" : " ^8.1.0" ,
16
16
"cache-loader" : " ^4.1.0" ,
17
17
"caniuse-lite" : " ^1.0.30001088" ,
You can’t perform that action at this time.
0 commit comments