File tree Expand file tree Collapse file tree 18 files changed +40
-40
lines changed
cli-plugin-e2e-nightwatch Expand file tree Collapse file tree 18 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-init" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " init addon for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-cypress" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " e2e-cypress plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
},
24
24
"dependencies" : {
25
25
"@cypress/webpack-preprocessor" : " ^3.0.0" ,
26
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
26
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
27
27
"cypress" : " ^3.1.0" ,
28
28
"eslint-plugin-cypress" : " ^2.0.1"
29
29
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-nightwatch" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " e2e-nightwatch plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
22
22
"access" : " public"
23
23
},
24
24
"dependencies" : {
25
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
26
26
"chromedriver" : " ^2.43.1" ,
27
27
"deepmerge" : " ^2.2.1" ,
28
28
"execa" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-eslint" ,
3
- "version" : " 3.1.3 " ,
3
+ "version" : " 3.1.4 " ,
4
4
"description" : " eslint plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
22
22
"access" : " public"
23
23
},
24
24
"dependencies" : {
25
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
26
26
"babel-eslint" : " ^10.0.1" ,
27
27
"eslint" : " ^4.19.1" ,
28
28
"eslint-loader" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-pwa" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " pwa plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
22
22
"access" : " public"
23
23
},
24
24
"dependencies" : {
25
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
26
26
"workbox-webpack-plugin" : " ^3.6.3"
27
27
},
28
28
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-typescript" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " typescript plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
23
23
},
24
24
"dependencies" : {
25
25
"@types/webpack-env" : " ^1.13.6" ,
26
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
26
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
27
27
"fork-ts-checker-webpack-plugin" : " ^0.4.14" ,
28
28
"globby" : " ^8.0.1" ,
29
29
"ts-loader" : " ^5.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-jest" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " unit-jest plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
22
22
"access" : " public"
23
23
},
24
24
"dependencies" : {
25
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
26
26
"babel-jest" : " ^23.6.0" ,
27
27
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.26.2" ,
28
28
"jest" : " ^23.6.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-mocha" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " mocha unit testing plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
21
21
},
22
22
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme" ,
23
23
"dependencies" : {
24
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
24
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
25
25
"jsdom" : " ^13.0.0" ,
26
26
"jsdom-global" : " ^3.0.2" ,
27
27
"mocha" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-service-global" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " vue-cli-service global addon for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
23
23
"dependencies" : {
24
24
"@vue/babel-preset-app" : " ^3.1.0" ,
25
25
"@vue/cli-plugin-babel" : " ^3.1.0" ,
26
- "@vue/cli-plugin-eslint" : " ^3.1.0 " ,
27
- "@vue/cli-service" : " ^3.1.0 " ,
26
+ "@vue/cli-plugin-eslint" : " ^3.1.4 " ,
27
+ "@vue/cli-service" : " ^3.1.2 " ,
28
28
"babel-eslint" : " ^10.0.1" ,
29
29
"chalk" : " ^2.4.1" ,
30
30
"eslint-plugin-vue" : " ^5.0.0-0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-service" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " local service for vue-cli projects" ,
5
5
"main" : " lib/Service.js" ,
6
6
"bin" : {
23
23
"dependencies" : {
24
24
"@intervolga/optimize-cssnano-plugin" : " ^1.0.5" ,
25
25
"@vue/cli-overlay" : " ^3.1.0" ,
26
- "@vue/cli-shared-utils" : " ^3.1.0 " ,
26
+ "@vue/cli-shared-utils" : " ^3.1.1 " ,
27
27
"@vue/preload-webpack-plugin" : " ^1.1.0" ,
28
28
"@vue/web-component-wrapper" : " ^1.2.0" ,
29
29
"acorn" : " ^6.0.2" ,
You can’t perform that action at this time.
0 commit comments