Skip to content

Commit 97076a6

Browse files
committed
bump to beta9
1 parent 0888095 commit 97076a6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-undo",
3-
"version": "1.0.0-beta8",
3+
"version": "1.0.0-beta9",
44
"description": "simple undo/redo functionality for redux state containers",
55
"main": "lib/index.js",
66
"jspm": {
@@ -45,28 +45,28 @@
4545
},
4646
"homepage": "https://github.com/omnidan/redux-undo",
4747
"devDependencies": {
48-
"babel-cli": "^6.7.7",
49-
"babel-core": "^6.7.7",
50-
"babel-eslint": "^6.0.3",
48+
"babel-cli": "^6.11.4",
49+
"babel-core": "^6.11.4",
50+
"babel-eslint": "^6.1.2",
5151
"babel-loader": "^6.2.4",
52-
"babel-plugin-transform-object-rest-spread": "^6.5.0",
53-
"babel-preset-es2015": "^6.5.0",
52+
"babel-plugin-transform-object-rest-spread": "^6.8.0",
53+
"babel-preset-es2015": "^6.9.0",
5454
"chai": "^3.5.0",
55-
"coveralls": "^2.11.9",
56-
"cross-env": "^1.0.7",
57-
"eslint": "^2.8.0",
58-
"eslint-config-standard": "^5.1.0",
59-
"eslint-plugin-promise": "^1.0.8",
60-
"eslint-plugin-standard": "^1.3.2",
61-
"expect": "^1.18.0",
62-
"gitbook-cli": "^2.1.3",
55+
"coveralls": "^2.11.12",
56+
"cross-env": "^2.0.0",
57+
"eslint": "^3.1.1",
58+
"eslint-config-standard": "^5.3.5",
59+
"eslint-plugin-promise": "^2.0.0",
60+
"eslint-plugin-standard": "^2.0.0",
61+
"expect": "^1.20.2",
62+
"gitbook-cli": "^2.3.0",
6363
"isparta": "^4.0.0",
64-
"mocha": "^2.4.5",
64+
"mocha": "^2.5.3",
6565
"mocha-lcov-reporter": "^1.2.0",
66-
"rimraf": "^2.5.2",
67-
"webpack": "^1.12.14"
66+
"rimraf": "^2.5.4",
67+
"webpack": "^1.13.1"
6868
},
6969
"dependencies": {
70-
"redux": "^3.5.1"
70+
"redux": "^3.5.2"
7171
}
7272
}

0 commit comments

Comments
 (0)