File tree Expand file tree Collapse file tree 11 files changed +26
-26
lines changed Expand file tree Collapse file tree 11 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/add" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " A scaffold for adding new properties" ,
55 "main" : " index.js" ,
66 "author" : " " ,
99 "access" : " public"
1010 },
1111 "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 "
1414 },
1515 "devDependencies" : {
1616 "@types/node" : " ^10.12.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generate-loader" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " A scaffold for generating a loader" ,
55 "main" : " index.js" ,
66 "directories" : {
1414 "author" : " " ,
1515 "license" : " MIT" ,
1616 "dependencies" : {
17- "@webpack-cli/generators" : " ^0.1.7 " ,
17+ "@webpack-cli/generators" : " ^0.1.8 " ,
1818 "yeoman-environment" : " ^2.3.4"
1919 },
2020 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generate-plugin" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " A scaffold for generating a plugin" ,
55 "main" : " index.js" ,
66 "directories" : {
1414 "author" : " " ,
1515 "license" : " MIT" ,
1616 "dependencies" : {
17- "@webpack-cli/generators" : " ^0.1.7 " ,
17+ "@webpack-cli/generators" : " ^0.1.8 " ,
1818 "yeoman-environment" : " ^2.3.4"
1919 },
2020 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/generators" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " Webpack-CLI generators" ,
55 "main" : " index.js" ,
66 "keywords" : [],
1010 "access" : " public"
1111 },
1212 "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 " ,
1515 "chalk" : " ^2.4.1" ,
1616 "glob-all" : " ^3.1.0" ,
1717 "inquirer-autocomplete-prompt" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/init" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " init command for webpack-cli" ,
55 "main" : " index.js" ,
66 "author" : " " ,
99 "access" : " public"
1010 },
1111 "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 " ,
1414 "chalk" : " ^2.4.1" ,
1515 "jscodeshift" : " ^0.6.4" ,
1616 "p-each-series" : " ^1.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/migrate" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " Migrate command for webpack-cli" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
2626 "webpack" : " 4.x.x"
2727 },
2828 "dependencies" : {
29- "@webpack-cli/utils" : " ^0.2.1 " ,
29+ "@webpack-cli/utils" : " ^0.2.2 " ,
3030 "chalk" : " ^2.4.1" ,
3131 "diff" : " ^3.5.0" ,
3232 "inquirer" : " ^6.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/remove" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " Scaffold for removing elements from configurations" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
1111 "author" : " " ,
1212 "license" : " MIT" ,
1313 "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 "
1616 },
1717 "devDependencies" : {
1818 "typescript" : " ^3.1.6"
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/serve" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
1111 "author" : " " ,
1212 "license" : " MIT" ,
1313 "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 " ,
1616 "chalk" : " ^2.4.1" ,
1717 "cross-spawn" : " ^6.0.5" ,
1818 "inquirer" : " ^6.2.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/update" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
1111 "author" : " " ,
1212 "license" : " MIT" ,
1313 "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 "
1616 },
1717 "devDependencies" : {
1818 "typescript" : " ^3.1.6"
Original file line number Diff line number Diff line change 11{
22 "name" : " @webpack-cli/utils" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " webpack-cli utility files" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments