|
1 | 1 | {
|
2 | 2 | "name": "react-form-controlled",
|
3 |
| - "version": "0.17.22", |
| 3 | + "version": "0.17.23", |
4 | 4 | "description": "Intuitive react forms for building powerful applications",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Zlatko Fedor",
|
|
39 | 39 | "dependencies": {
|
40 | 40 | "diacritics": "^1.3.0",
|
41 | 41 | "lodash": "^4.17.4",
|
42 |
| - "prop-types": "^15.5.8" |
| 42 | + "prop-types": "^15.5.10", |
| 43 | + "babel-runtime": "^6.23.0" |
43 | 44 | },
|
44 | 45 | "devDependencies": {
|
45 | 46 | "babel-cli": "^6.24.1",
|
46 | 47 | "babel-core": "^6.24.1",
|
47 |
| - "babel-eslint": "^7.2.2", |
| 48 | + "babel-eslint": "^7.2.3", |
48 | 49 | "babel-plugin-transform-class-properties": "^6.24.1",
|
49 | 50 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
50 | 51 | "babel-plugin-transform-proto-to-assign": "^6.23.0",
|
|
54 | 55 | "babel-preset-stage-0": "^6.24.1",
|
55 | 56 | "babel-preset-stage-1": "^6.24.1",
|
56 | 57 | "eslint": "^3.19.0",
|
57 |
| - "eslint-config-airbnb": "^14.1.0", |
| 58 | + "eslint-config-airbnb": "^15.0.1", |
58 | 59 | "eslint-loader": "^1.7.1",
|
59 |
| - "eslint-plugin-react": "^6.10.3", |
60 |
| - "eslint-plugin-import": "^2.2.0", |
| 60 | + "eslint-plugin-react": "^7.0.1", |
| 61 | + "eslint-plugin-import": "^2.3.0", |
61 | 62 | "gulp": "^3.9.1",
|
62 | 63 | "gulp-babel": "^6.1.2",
|
63 | 64 | "gulp-util": "^3.0.8",
|
64 | 65 | "react": "^15.5.4",
|
65 | 66 | "react-addons-test-utils": "^15.5.1",
|
66 |
| - "eslint-plugin-jsx-a11y": "^4.0.0", |
| 67 | + "eslint-plugin-jsx-a11y": "^5.0.3", |
67 | 68 | "react-dom": "^15.5.4",
|
68 |
| - "jest": "^19.0.2", |
69 |
| - "jest-cli": "^19.0.2", |
| 69 | + "jest": "^20.0.4", |
| 70 | + "jest-cli": "^20.0.4", |
70 | 71 | "enzyme": "^2.8.2"
|
71 | 72 | },
|
72 | 73 | "peerDependencies": {
|
|
0 commit comments