Skip to content

Commit

Permalink
chore(deps): pin root dependencies for serve
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Dec 17, 2018
1 parent f8fe83c commit c34e975
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 c34e975

Please sign in to comment.