Skip to content

Commit

Permalink
Update babel, react and redux
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Dec 31, 2015
1 parent 0d6f348 commit e9d9c76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-plugin-transform-decorators-legacy": "^1.3.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
Expand Down Expand Up @@ -82,12 +82,12 @@
"dependencies": {
"chrome-storage-local": "^0.1.1",
"crossmessaging": "^0.1.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.1",
"redux": "^3.0.4",
"react": "^0.14.5",
"react-dom": "^0.14.5",
"react-redux": "^4.0.6",
"redux": "^3.0.5",
"redux-notify": "^0.1.1",
"redux-persist": "^1.4.3",
"redux-thunk": "^1.0.0"
"redux-thunk": "^1.0.3"
}
}

0 comments on commit e9d9c76

Please sign in to comment.