Skip to content

Commit

Permalink
Revert "chore(deps): pin root dependencies for generators"
Browse files Browse the repository at this point in the history
This reverts commit d89bb17.
  • Loading branch information
evenstensberg committed Dec 17, 2018
1 parent 8180c17 commit be25e4c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions packages/generators/package.json
Expand Up @@ -10,29 +10,29 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/utils": "0.1.2",
"@webpack-cli/webpack-scaffold": "0.1.2",
"chalk": "2.4.1",
"glob-all": "3.1.0",
"inquirer-autocomplete-prompt": "1.0.1",
"lodash": "4.17.11",
"log-symbols": "2.2.0",
"mkdirp": "0.5.1",
"@webpack-cli/utils": "^0.1.2",
"@webpack-cli/webpack-scaffold": "^0.1.2",
"chalk": "^2.4.1",
"glob-all": "^3.1.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"lodash": "^4.17.11",
"log-symbols": "^2.2.0",
"mkdirp": "^0.5.1",
"webpack": "4.x.x",
"webpack-addons": "1.1.5",
"webpack-dev-server": "3.1.10",
"yeoman-generator": "3.1.1"
"webpack-addons": "^1.1.5",
"webpack-dev-server": "^3.1.10",
"yeoman-generator": "^3.1.1"
},
"peerDependencies": {
"webpack": "4.x.x"
},
"devDependencies": {
"@types/lodash": "4.14.118",
"@types/log-symbols": "2.0.0",
"@types/mkdirp": "0.5.2",
"@types/node": "10.12.9",
"@types/webpack-dev-server": "3.1.1",
"typescript": "3.1.6"
"@types/lodash": "^4.14.118",
"@types/log-symbols": "^2.0.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.9",
"@types/webpack-dev-server": "^3.1.1",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit be25e4c

Please sign in to comment.