Skip to content

Commit

Permalink
Revert "chore(deps): pin root dependencies for migrate"
Browse files Browse the repository at this point in the history
This reverts commit 0034d3f.
  • Loading branch information
evenstensberg committed Dec 17, 2018
1 parent 822e9de commit 698437d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 154 deletions.
180 changes: 44 additions & 136 deletions packages/migrate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions packages/migrate/package.json
Expand Up @@ -10,31 +10,31 @@
"access": "public"
},
"devDependencies": {
"@types/chalk": "2.2.0",
"@types/diff": "3.5.1",
"@types/chalk": "^2.2.0",
"@types/diff": "^3.5.1",
"@types/inquirer": "0.0.43",
"@types/listr": "0.13.0",
"@types/lodash": "4.14.118",
"@types/node": "10.3.3",
"@types/p-each-series": "1.0.0",
"@types/p-lazy": "1.0.0",
"jest": "23.6.0",
"typescript": "3.1.6",
"@types/listr": "^0.13.0",
"@types/lodash": "^4.14.118",
"@types/node": "^10.3.3",
"@types/p-each-series": "^1.0.0",
"@types/p-lazy": "^1.0.0",
"jest": "^23.6.0",
"typescript": "^3.1.6",
"webpack": "4.x.x"
},
"peerDependencies": {
"webpack": "4.x.x"
},
"dependencies": {
"@webpack-cli/utils": "0.1.2",
"chalk": "2.4.1",
"diff": "3.5.0",
"inquirer": "6.2.0",
"jscodeshift": "0.5.1",
"listr": "0.14.2",
"lodash": "4.17.11",
"p-each-series": "1.0.0",
"p-lazy": "1.0.0"
"@webpack-cli/utils": "^0.1.2",
"chalk": "^2.4.1",
"diff": "^3.5.0",
"inquirer": "^6.2.0",
"jscodeshift": "^0.5.1",
"listr": "^0.14.2",
"lodash": "^4.17.11",
"p-each-series": "^1.0.0",
"p-lazy": "^1.0.0"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 698437d

Please sign in to comment.