Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Merge pull request #125 from psbanka/6.x
Browse files Browse the repository at this point in the history
Updating react to 0.14.1
  • Loading branch information
psbanka committed Nov 13, 2015
2 parents 758a916 + 3a43cd4 commit 1bb2368
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beaker",
"version": "6.0.0",
"version": "6.0.2",
"description": "Toolkit for building web interfaces",
"keywords": [
"tools",
Expand Down Expand Up @@ -51,6 +51,7 @@
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"babel-core": "^5.0.0",
"babel-loader": "^5.3.2",
"babel-plugin-object-assign": "^1.2.1",
"babel-plugin-rewire": "^0.1.21",
Expand Down Expand Up @@ -92,15 +93,16 @@
"nock": "^0.59.1",
"postcss-loader": "^0.4.3",
"raw-loader": "^0.5.1",
"react": "0.14.0",
"react-dom": "0.14.0",
"react": "0.14.1",
"react-dom": "0.14.1",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.11.0",
"yaml-loader": "^0.1.0"
},
"peerDependencies": {
"autoprefixer-core": "^5.2.0",
"babel-core": "^5.0.0",
"babel-loader": "^5.3.2",
"babel-plugin-object-assign": "^1.2.1",
"babel-plugin-rewire": "^0.1.21",
Expand Down Expand Up @@ -140,8 +142,8 @@
"matchdep": "^0.3.0",
"postcss-loader": "^0.4.3",
"raw-loader": "^0.5.1",
"react": "0.14.0",
"react-dom": "0.14.0",
"react": "0.14.1",
"react-dom": "0.14.1",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.11.0",
Expand Down

0 comments on commit 1bb2368

Please sign in to comment.