use caret for devDeps

This commit is contained in:
Henry Zhu
2017-03-27 16:22:19 -04:00
parent 75328ccc60
commit f3ef03abfd
66 changed files with 77 additions and 77 deletions

View File

@@ -41,9 +41,9 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "7.0.0-alpha.3",
"babel-helper-fixtures": "^7.0.0-alpha.3",
"babel-helper-transform-fixture-test-runner": "^7.0.0-alpha.6",
"babel-polyfill": "7.0.0-alpha.3",
"babel-register": "7.0.0-alpha.3"
"babel-polyfill": "^7.0.0-alpha.3",
"babel-register": "^7.0.0-alpha.3"
}
}