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 11{
22 "name" : " nuxt-start" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "description" : " Starts Nuxt Application in production mode" ,
55 "keywords" : [
66 " nuxt" ,
5555 " dist"
5656 ],
5757 "dependencies" : {
58- "@nuxt/cli" : " 2.14.10 " ,
59- "@nuxt/core" : " 2.14.10 " ,
58+ "@nuxt/cli" : " 2.14.11 " ,
59+ "@nuxt/core" : " 2.14.11 " ,
6060 "@nuxt/telemetry" : " ^1.3.0" ,
6161 "node-fetch" : " ^2.6.1" ,
6262 "vue" : " ^2.6.12" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "description" : " A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)" ,
55 "keywords" : [
66 " nuxt" ,
5858 "postinstall" : " opencollective || exit 0"
5959 },
6060 "dependencies" : {
61- "@nuxt/builder" : " 2.14.10 " ,
62- "@nuxt/cli" : " 2.14.10 " ,
61+ "@nuxt/builder" : " 2.14.11 " ,
62+ "@nuxt/cli" : " 2.14.11 " ,
6363 "@nuxt/components" : " ^1.2.2" ,
64- "@nuxt/core" : " 2.14.10 " ,
65- "@nuxt/generator" : " 2.14.10 " ,
64+ "@nuxt/core" : " 2.14.11 " ,
65+ "@nuxt/generator" : " 2.14.11 " ,
6666 "@nuxt/loading-screen" : " ^2.0.3" ,
6767 "@nuxt/opencollective" : " ^0.3.2" ,
6868 "@nuxt/telemetry" : " ^1.3.0" ,
69- "@nuxt/webpack" : " 2.14.10 "
69+ "@nuxt/webpack" : " 2.14.11 "
7070 },
7171 "engines" : {
7272 "node" : " >=8.9.0" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.14.10 " ,
2+ "version" : " 2.14.11 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "conventionalCommits" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/babel-preset-app" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "description" : " babel-preset-app for nuxt" ,
55 "repository" : " nuxt/nuxt.js" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/builder" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "repository" : " nuxt/nuxt.js" ,
55 "license" : " MIT" ,
66 "main" : " dist/builder.js" ,
99 ],
1010 "dependencies" : {
1111 "@nuxt/devalue" : " ^1.2.4" ,
12- "@nuxt/utils" : " 2.14.10 " ,
13- "@nuxt/vue-app" : " 2.14.10 " ,
14- "@nuxt/webpack" : " 2.14.10 " ,
12+ "@nuxt/utils" : " 2.14.11 " ,
13+ "@nuxt/vue-app" : " 2.14.11 " ,
14+ "@nuxt/webpack" : " 2.14.11 " ,
1515 "chalk" : " ^3.0.0" ,
1616 "chokidar" : " ^3.4.3" ,
1717 "consola" : " ^2.15.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/cli" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "repository" : " nuxt/nuxt.js" ,
55 "license" : " MIT" ,
66 "main" : " dist/cli.js" ,
1212 " dist"
1313 ],
1414 "dependencies" : {
15- "@nuxt/config" : " 2.14.10 " ,
16- "@nuxt/utils" : " 2.14.10 " ,
15+ "@nuxt/config" : " 2.14.11 " ,
16+ "@nuxt/utils" : " 2.14.11 " ,
1717 "boxen" : " ^4.2.0" ,
1818 "chalk" : " ^3.0.0" ,
1919 "compression" : " ^1.7.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/config" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "repository" : " nuxt/nuxt.js" ,
55 "license" : " MIT" ,
66 "main" : " dist/config.js" ,
1111 ],
1212 "dependencies" : {
1313 "@nuxt/ufo" : " ^0.1.0" ,
14- "@nuxt/utils" : " 2.14.10 " ,
14+ "@nuxt/utils" : " 2.14.11 " ,
1515 "consola" : " ^2.15.0" ,
1616 "create-require" : " ^1.1.1" ,
1717 "defu" : " ^2.0.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/core" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "repository" : " nuxt/nuxt.js" ,
55 "license" : " MIT" ,
66 "main" : " dist/core.js" ,
77 "files" : [
88 " dist"
99 ],
1010 "dependencies" : {
11- "@nuxt/config" : " 2.14.10 " ,
11+ "@nuxt/config" : " 2.14.11 " ,
1212 "@nuxt/devalue" : " ^1.2.4" ,
13- "@nuxt/server" : " 2.14.10 " ,
14- "@nuxt/utils" : " 2.14.10 " ,
15- "@nuxt/vue-renderer" : " 2.14.10 " ,
13+ "@nuxt/server" : " 2.14.11 " ,
14+ "@nuxt/utils" : " 2.14.11 " ,
15+ "@nuxt/vue-renderer" : " 2.14.11 " ,
1616 "consola" : " ^2.15.0" ,
1717 "debug" : " ^4.2.0" ,
1818 "esm" : " ^3.2.25" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/generator" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "repository" : " nuxt/nuxt.js" ,
55 "license" : " MIT" ,
66 "main" : " dist/generator.js" ,
77 "files" : [
88 " dist"
99 ],
1010 "dependencies" : {
11- "@nuxt/utils" : " 2.14.10 " ,
11+ "@nuxt/utils" : " 2.14.11 " ,
1212 "chalk" : " ^3.0.0" ,
1313 "consola" : " ^2.15.0" ,
1414 "devalue" : " ^2.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/server" ,
3- "version" : " 2.14.10 " ,
3+ "version" : " 2.14.11 " ,
44 "repository" : " nuxt/nuxt.js" ,
55 "license" : " MIT" ,
66 "main" : " dist/server.js" ,
77 "files" : [
88 " dist"
99 ],
1010 "dependencies" : {
11- "@nuxt/config" : " 2.14.10 " ,
12- "@nuxt/utils" : " 2.14.10 " ,
13- "@nuxt/vue-renderer" : " 2.14.10 " ,
11+ "@nuxt/config" : " 2.14.11 " ,
12+ "@nuxt/utils" : " 2.14.11 " ,
13+ "@nuxt/vue-renderer" : " 2.14.11 " ,
1414 "@nuxtjs/youch" : " ^4.2.3" ,
1515 "chalk" : " ^3.0.0" ,
1616 "compression" : " ^1.7.4" ,
You can’t perform that action at this time.
0 commit comments