Skip to content

Commit

Permalink
Merge pull request #13 from rocjs/lock-versions
Browse files Browse the repository at this point in the history
Locked dependencies in preparation for the next release of Roc
  • Loading branch information
dlmr authored Sep 21, 2016
2 parents 52ebd98 + eb4bdd0 commit 0357585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"redux"
],
"dependencies": {
"roc": "^1.0.0-rc",
"roc": "1.0.0-rc.10",
"chalk": "~1.1.1"
}
}
6 changes: 3 additions & 3 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"test": "npm run lint"
},
"dependencies": {
"roc-package-web-app-react": "^1.0.0-alpha"
"roc-package-web-app-react": "1.0.0-alpha.11"
},
"devDependencies": {
"babel-eslint": "6.0.2",
"eslint": "2.6.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "4.2.3",
"roc-package-web-app-react-dev": "^1.0.0-alpha",
"roc-plugin-style-sass": "^1.0.0-alpha"
"roc-package-web-app-react-dev": "1.0.0-alpha.11",
"roc-plugin-style-sass": "1.0.0-alpha.3"
}
}

0 comments on commit 0357585

Please sign in to comment.