Skip to content

Commit

Permalink
Revert "chore(deps): pin root dependencies for info"
Browse files Browse the repository at this point in the history
This reverts commit fad3ef5.
  • Loading branch information
evenstensberg committed Dec 17, 2018
1 parent 82226e2 commit 160d1df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/add/package.json
Expand Up @@ -9,12 +9,12 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "0.1.2",
"@webpack-cli/utils": "0.1.2"
"@webpack-cli/generators": "^0.1.2",
"@webpack-cli/utils": "^0.1.2"
},
"devDependencies": {
"@types/node": "10.12.9",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/info/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/info/package.json
Expand Up @@ -9,11 +9,11 @@
"access": "public"
},
"dependencies": {
"envinfo": "5.12.1"
"envinfo": "^5.12.1"
},
"devDependencies": {
"@types/node": "10.5.1",
"typescript": "3.1.6"
"@types/node": "^10.5.1",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 160d1df

Please sign in to comment.