Skip to content

Commit

Permalink
Revert "chore(deps): pin root dependencies for serve"
Browse files Browse the repository at this point in the history
This reverts commit c34e975.
  • Loading branch information
evenstensberg committed Dec 17, 2018
1 parent 4687709 commit 71a87ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/serve/package.json
Expand Up @@ -11,17 +11,17 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/utils": "0.1.2",
"@webpack-cli/webpack-scaffold": "0.1.2",
"chalk": "2.4.1",
"cross-spawn": "6.0.5",
"inquirer": "6.2.0"
"@webpack-cli/utils": "^0.1.2",
"@webpack-cli/webpack-scaffold": "^0.1.2",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"inquirer": "^6.2.0"
},
"devDependencies": {
"@types/cross-spawn": "6.0.0",
"@types/cross-spawn": "^6.0.0",
"@types/inquirer": "0.0.43",
"@types/node": "10.12.9",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 71a87ba

Please sign in to comment.