Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64cfef7

Browse files
committedMar 20, 2018
chore(monorepo): prune package json
1 parent e9bc6eb commit 64cfef7

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed
 

‎packages/generators/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"log-symbols": "2.2.0",
1515
"mkdirp": "^0.5.1",
1616
"webpack-addons": "^1.1.5",
17-
"webpack-cli-generators": "2.0.12",
18-
"webpack-cli-init": "2.0.12",
1917
"webpack-cli-utils": "2.0.12",
2018
"yeoman-generator": "^2.0.3"
2119
},

‎packages/init/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"jscodeshift": "^0.5.0",
1313
"p-each-series": "^1.0.0",
1414
"prettier": "^1.5.3",
15-
"webpack-cli-utils": "2.0.12",
16-
"webpack-cli-generators": "2.0.12",
17-
"yeoman-environment": "^2.0.0",
18-
"yeoman-generator": "^2.0.3"
15+
"webpack-cli-utils": "2.0.12"
1916
}
2017
}

‎packages/migrate/package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@
99
},
1010
"dependencies": {
1111
"chalk": "^2.3.2",
12-
"cross-spawn": "^6.0.5",
13-
"global-modules": "^1.0.0",
1412
"got": "^8.2.0",
1513
"jscodeshift": "^0.5.0",
1614
"lodash": "^4.17.5",
1715
"p-each-series": "^1.0.0",
1816
"p-lazy": "^1.0.0",
19-
"prettier": "^1.5.3",
20-
"webpack-cli-init": "2.0.12",
21-
"webpack-cli-utils": "2.0.12",
22-
"yeoman-environment": "^2.0.0",
23-
"yeoman-generator": "^2.0.3"
17+
"webpack-cli-utils": "2.0.12"
2418
}
2519
}

‎packages/utils/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"global-modules": "^1.0.0",
1414
"got": "^8.2.0",
1515
"jscodeshift": "^0.5.0",
16-
"p-each-series": "^1.0.0",
1716
"prettier": "^1.5.3",
1817
"webpack-cli-init": "2.0.12",
1918
"yeoman-environment": "^2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.