Skip to content

Commit

Permalink
1.0 beta, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
omnidan committed Jan 31, 2016
1 parent 76c1782 commit 3c6e946
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-undo",
"version": "0.6.0",
"version": "1.0.0-beta1",
"description": "simple undo/redo functionality for redux state containers",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -30,21 +30,21 @@
},
"homepage": "https://github.com/omnidan/redux-undo",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"chai": "^3.4.1",
"eslint": "^1.6",
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-eslint": "^5.0.0-beta8",
"babel-loader": "^6.2.1",
"chai": "^3.5.0",
"eslint": "^1.10",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-react": "^3.5.1",
"eslint-plugin-react": "^3.16.1",
"eslint-plugin-standard": "^1.3.1",
"expect": "^1.12.0",
"isparta": "^3.1.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.3"
"expect": "^1.13.4",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"rimraf": "^2.5.1"
},
"dependencies": {
"redux": "^3.0.2"
"redux": "^3.1.6"
}
}

0 comments on commit 3c6e946

Please sign in to comment.