File tree 11 files changed +26
-26
lines changed
11 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/add" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " A scaffold for adding new properties" ,
5
5
"main" : " index.js" ,
6
6
"author" : " " ,
9
9
"access" : " public"
10
10
},
11
11
"dependencies" : {
12
- "@webpack-cli/generators" : " ^0.1.7 " ,
13
- "@webpack-cli/utils" : " ^0.2.1 "
12
+ "@webpack-cli/generators" : " ^0.1.8 " ,
13
+ "@webpack-cli/utils" : " ^0.2.2 "
14
14
},
15
15
"devDependencies" : {
16
16
"@types/node" : " ^10.12.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-loader" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " A scaffold for generating a loader" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
14
14
"author" : " " ,
15
15
"license" : " MIT" ,
16
16
"dependencies" : {
17
- "@webpack-cli/generators" : " ^0.1.7 " ,
17
+ "@webpack-cli/generators" : " ^0.1.8 " ,
18
18
"yeoman-environment" : " ^2.3.4"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generate-plugin" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " A scaffold for generating a plugin" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
14
14
"author" : " " ,
15
15
"license" : " MIT" ,
16
16
"dependencies" : {
17
- "@webpack-cli/generators" : " ^0.1.7 " ,
17
+ "@webpack-cli/generators" : " ^0.1.8 " ,
18
18
"yeoman-environment" : " ^2.3.4"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generators" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " Webpack-CLI generators" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [],
10
10
"access" : " public"
11
11
},
12
12
"dependencies" : {
13
- "@webpack-cli/utils" : " ^0.2.1 " ,
14
- "@webpack-cli/webpack-scaffold" : " ^0.1.7 " ,
13
+ "@webpack-cli/utils" : " ^0.2.2 " ,
14
+ "@webpack-cli/webpack-scaffold" : " ^0.1.8 " ,
15
15
"chalk" : " ^2.4.1" ,
16
16
"glob-all" : " ^3.1.0" ,
17
17
"inquirer-autocomplete-prompt" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/init" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " init command for webpack-cli" ,
5
5
"main" : " index.js" ,
6
6
"author" : " " ,
9
9
"access" : " public"
10
10
},
11
11
"dependencies" : {
12
- "@webpack-cli/generators" : " ^0.1.7 " ,
13
- "@webpack-cli/utils" : " ^0.2.1 " ,
12
+ "@webpack-cli/generators" : " ^0.1.8 " ,
13
+ "@webpack-cli/utils" : " ^0.2.2 " ,
14
14
"chalk" : " ^2.4.1" ,
15
15
"jscodeshift" : " ^0.6.4" ,
16
16
"p-each-series" : " ^1.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/migrate" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " Migrate command for webpack-cli" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
26
26
"webpack" : " 4.x.x"
27
27
},
28
28
"dependencies" : {
29
- "@webpack-cli/utils" : " ^0.2.1 " ,
29
+ "@webpack-cli/utils" : " ^0.2.2 " ,
30
30
"chalk" : " ^2.4.1" ,
31
31
"diff" : " ^3.5.0" ,
32
32
"inquirer" : " ^6.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/remove" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " Scaffold for removing elements from configurations" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
11
11
"author" : " " ,
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "@webpack-cli/generators" : " ^0.1.7 " ,
15
- "@webpack-cli/utils" : " ^0.2.1 "
14
+ "@webpack-cli/generators" : " ^0.1.8 " ,
15
+ "@webpack-cli/utils" : " ^0.2.2 "
16
16
},
17
17
"devDependencies" : {
18
18
"typescript" : " ^3.1.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/serve" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
11
11
"author" : " " ,
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "@webpack-cli/utils" : " ^0.2.1 " ,
15
- "@webpack-cli/webpack-scaffold" : " ^0.1.7 " ,
14
+ "@webpack-cli/utils" : " ^0.2.2 " ,
15
+ "@webpack-cli/webpack-scaffold" : " ^0.1.8 " ,
16
16
"chalk" : " ^2.4.1" ,
17
17
"cross-spawn" : " ^6.0.5" ,
18
18
"inquirer" : " ^6.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/update" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
11
11
"author" : " " ,
12
12
"license" : " MIT" ,
13
13
"dependencies" : {
14
- "@webpack-cli/generators" : " ^0.1.7 " ,
15
- "@webpack-cli/utils" : " ^0.2.1 "
14
+ "@webpack-cli/generators" : " ^0.1.8 " ,
15
+ "@webpack-cli/utils" : " ^0.2.2 "
16
16
},
17
17
"devDependencies" : {
18
18
"typescript" : " ^3.1.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/utils" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " webpack-cli utility files" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/webpack-scaffold" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " Utility files for webpack-scaffold" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments