Skip to content

Commit

Permalink
Revert "chore(deps): pin root dependencies for utils"
Browse files Browse the repository at this point in the history
This reverts commit 4f34b5f.
  • Loading branch information
evenstensberg committed Dec 17, 2018
1 parent 7f69fc6 commit f774e55
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/utils/package.json
Expand Up @@ -10,28 +10,28 @@
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "2.4.1",
"cross-spawn": "6.0.5",
"global-modules": "1.0.0",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"global-modules": "^1.0.0",
"got": "8.x.x",
"jest": "23.6.0",
"jscodeshift": "0.5.1",
"log-symbols": "2.2.0",
"p-each-series": "1.0.0",
"prettier": "1.15.2",
"yeoman-environment": "2.3.4",
"yeoman-generator": "3.1.1"
"jest": "^23.6.0",
"jscodeshift": "^0.5.1",
"log-symbols": "^2.2.0",
"p-each-series": "^1.0.0",
"prettier": "^1.15.2",
"yeoman-environment": "^2.3.4",
"yeoman-generator": "^3.1.1"
},
"devDependencies": {
"@types/chalk": "2.2.0",
"@types/cross-spawn": "6.0.0",
"@types/chalk": "^2.2.0",
"@types/cross-spawn": "^6.0.0",
"@types/got": "8.x.x",
"@types/jest": "23.3.9",
"@types/log-symbols": "2.0.0",
"@types/node": "10.12.9",
"@types/p-each-series": "1.0.0",
"@types/prettier": "1.15.0",
"typescript": "3.1.6"
"@types/jest": "^23.3.9",
"@types/log-symbols": "^2.0.0",
"@types/node": "^10.12.9",
"@types/p-each-series": "^1.0.0",
"@types/prettier": "^1.15.0",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit f774e55

Please sign in to comment.