File tree Expand file tree Collapse file tree 16 files changed +40
-40
lines changed
cli-plugin-e2e-nightwatch Expand file tree Collapse file tree 16 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 2
2
"lerna" : " 2.5.1" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 3.0.0 "
5
+ "version" : " 3.0.1 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/babel-preset-app" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " babel-preset-app 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-babel" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " babel plugin for vue-cli" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
20
20
"homepage" : " https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme" ,
21
21
"dependencies" : {
22
22
"@babel/core" : " 7.0.0-beta.47" ,
23
- "@vue/babel-preset-app" : " ^3.0.0 " ,
23
+ "@vue/babel-preset-app" : " ^3.0.1 " ,
24
24
"babel-loader" : " ^8.0.0-0"
25
25
},
26
26
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-cypress" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " e2e-cypress 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.0.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.0.1 " ,
26
26
"cypress" : " ^3.0.2" ,
27
27
"eslint-plugin-cypress" : " ^2.0.1"
28
28
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-e2e-nightwatch" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.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.0.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.0.1 " ,
26
26
"chromedriver" : " ^2.40.0" ,
27
27
"deepmerge" : " ^2.1.1" ,
28
28
"execa" : " ^0.10.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-eslint" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
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.0.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.0.1 " ,
26
26
"babel-eslint" : " ^8.2.5" ,
27
27
"eslint" : " ^4.19.1" ,
28
28
"eslint-loader" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-pwa" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.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.0.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.0.1 " ,
26
26
"workbox-webpack-plugin" : " ^3.3.1"
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.0.0 " ,
3
+ "version" : " 3.0.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/node" : " ^10.5.2" ,
26
- "@vue/cli-shared-utils" : " ^3.0.0 " ,
26
+ "@vue/cli-shared-utils" : " ^3.0.1 " ,
27
27
"fork-ts-checker-webpack-plugin" : " ^0.4.4" ,
28
28
"globby" : " ^8.0.1" ,
29
29
"ts-loader" : " ^4.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-jest" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.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.0.0 " ,
25
+ "@vue/cli-shared-utils" : " ^3.0.1 " ,
26
26
"babel-jest" : " ^23.4.0" ,
27
27
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.26.2" ,
28
28
"jest" : " ^23.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/cli-plugin-unit-mocha" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.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.0.0 " ,
24
+ "@vue/cli-shared-utils" : " ^3.0.1 " ,
25
25
"jsdom" : " ^11.11.0" ,
26
26
"jsdom-global" : " ^3.0.2" ,
27
27
"mocha" : " ^5.2.0" ,
You can’t perform that action at this time.
0 commit comments