|
1 | 1 | { |
2 | 2 | "name": "redux-undo", |
3 | | - "version": "1.0.0-beta8", |
| 3 | + "version": "1.0.0-beta9", |
4 | 4 | "description": "simple undo/redo functionality for redux state containers", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "jspm": { |
|
45 | 45 | }, |
46 | 46 | "homepage": "https://github.com/omnidan/redux-undo", |
47 | 47 | "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", |
51 | 51 | "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", |
54 | 54 | "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", |
63 | 63 | "isparta": "^4.0.0", |
64 | | - "mocha": "^2.4.5", |
| 64 | + "mocha": "^2.5.3", |
65 | 65 | "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" |
68 | 68 | }, |
69 | 69 | "dependencies": { |
70 | | - "redux": "^3.5.1" |
| 70 | + "redux": "^3.5.2" |
71 | 71 | } |
72 | 72 | } |
0 commit comments