|
53 | 53 | "test-coveralls": "gulp test:coveralls"
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| - "babel-cli": "^6.6.4", |
57 |
| - "babel-core": "^6.7.4", |
| 56 | + "babel-cli": "^6.24.0", |
| 57 | + "babel-core": "^6.24.0", |
58 | 58 | "babel-eslint": "^7.1.1",
|
59 |
| - "babel-plugin-transform-es2015-modules-umd": "^6.6.5", |
60 |
| - "babel-polyfill": "^6.7.4", |
61 |
| - "babel-preset-es2015": "^6.6.0", |
62 |
| - "babel-preset-react": "^6.5.0", |
63 |
| - "babel-preset-stage-2": "^6.5.0", |
| 59 | + "babel-plugin-transform-es2015-modules-umd": "^6.24.0", |
| 60 | + "babel-polyfill": "^6.23.0", |
| 61 | + "babel-preset-es2015": "^6.24.0", |
| 62 | + "babel-preset-react": "^6.23.0", |
| 63 | + "babel-preset-stage-2": "^6.22.0", |
64 | 64 | "chai": "^3.5.0",
|
65 |
| - "coveralls": "^2.11.15", |
66 |
| - "enzyme": "^2.2.0", |
67 |
| - "eslint": "^3.14.0", |
68 |
| - "eslint-config-airbnb": "^14.0.0", |
69 |
| - "eslint-plugin-babel": "^4.0.1", |
| 65 | + "coveralls": "^2.12.0", |
| 66 | + "enzyme": "^2.7.1", |
| 67 | + "eslint": "^3.18.0", |
| 68 | + "eslint-config-airbnb": "^14.1.0", |
| 69 | + "eslint-plugin-babel": "^4.1.1", |
70 | 70 | "eslint-plugin-import": "^2.2.0",
|
71 |
| - "eslint-plugin-jsx-a11y": "^3.0.2", |
72 |
| - "eslint-plugin-mocha": "^4.8.0", |
73 |
| - "eslint-plugin-react": "^6.9.0", |
| 71 | + "eslint-plugin-jsx-a11y": "^4.0.0", |
| 72 | + "eslint-plugin-mocha": "^4.9.0", |
| 73 | + "eslint-plugin-react": "^6.10.0", |
74 | 74 | "gulp": "^3.9.1",
|
75 | 75 | "gulp-coveralls": "^0.1.4",
|
76 | 76 | "gulp-istanbul": "^1.1.1",
|
77 | 77 | "gulp-mocha": "^3.0.1",
|
78 | 78 | "gulp-util": "^3.0.8",
|
79 | 79 | "isparta": "^4.0.0",
|
80 | 80 | "istanbul": "^0.4.5",
|
81 |
| - "jsdom": "^9.9.1", |
| 81 | + "jsdom": "^9.12.0", |
82 | 82 | "mocha": "^3.2.0",
|
83 |
| - "nodemon": "^1.9.1", |
84 |
| - "react": "^15.0.0", |
85 |
| - "react-addons-test-utils": "^15.0.0", |
86 |
| - "react-dom": "^15.0.0", |
| 83 | + "nodemon": "^1.11.0", |
| 84 | + "react": "^15.4.2", |
| 85 | + "react-addons-test-utils": "^15.4.2", |
| 86 | + "react-dom": "^15.4.2", |
87 | 87 | "run-sequence": "^1.2.2",
|
88 |
| - "sinon": "^1.17.6" |
| 88 | + "sinon": "^2.0" |
89 | 89 | },
|
90 | 90 | "peerDependencies": {
|
91 | 91 | "react": "~0.14.8 || ^15.0.0",
|
92 | 92 | "react-dom": "~0.14.8 || ^15.0.0"
|
93 | 93 | },
|
94 | 94 | "dependencies": {
|
95 |
| - "babel-runtime": "^6.22.0", |
| 95 | + "babel-runtime": "^6.23.0", |
96 | 96 | "lodash.noop": "^3.0.1",
|
97 | 97 | "lodash.omit": "^4.5.0"
|
98 | 98 | }
|
|
0 commit comments