|
1 | 1 | {
|
2 | 2 | "name": "react-form-controlled",
|
3 |
| - "version": "0.14.10", |
| 3 | + "version": "0.15.0", |
4 | 4 | "description": "React controlled form components. The main idea is to make forms as simple as possible.",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Zlatko Fedor",
|
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 | 38 | "diacritics": "^1.2.3",
|
39 |
| - "ajv": "~3.8.7", |
40 |
| - "lodash": "^4.6.1", |
41 |
| - "react-select": "^0.9.1" |
| 39 | + "ajv": "~4.0.1", |
| 40 | + "lodash": "^4.11.1" |
42 | 41 | },
|
43 | 42 | "devDependencies": {
|
44 |
| - "babel-cli": "^6.6.5", |
45 |
| - "babel-core": "^6.6.5", |
46 |
| - "babel-eslint": "^6.0.0", |
| 43 | + "babel-cli": "^6.7.5", |
| 44 | + "babel-core": "^6.7.6", |
| 45 | + "babel-eslint": "^6.0.3", |
47 | 46 | "babel-plugin-transform-decorators": "^6.6.5",
|
48 | 47 | "babel-plugin-transform-class-properties": "^6.6.0",
|
49 | 48 | "babel-preset-es2015": "^6.6.0",
|
50 | 49 | "babel-preset-react": "^6.5.0",
|
51 | 50 | "babel-preset-stage-0": "^6.5.0",
|
52 | 51 | "babel-preset-stage-1": "^6.5.0",
|
53 |
| - "eslint": "^2.5.1", |
54 |
| - "eslint-config-airbnb": "^6.1.0", |
| 52 | + "eslint": "^2.8.0", |
| 53 | + "eslint-config-airbnb": "^7.0.0", |
55 | 54 | "eslint-loader": "^1.3.0",
|
56 |
| - "eslint-plugin-react": "^4.2.0", |
| 55 | + "eslint-plugin-react": "^4.3.0", |
57 | 56 | "gulp": "^3.9.1",
|
58 | 57 | "gulp-babel": "^6.1.2",
|
59 | 58 | "gulp-coveralls": "^0.1.4",
|
60 | 59 | "gulp-jsx-coverage": "^0.3.8",
|
61 | 60 | "gulp-util": "^3.0.7",
|
62 |
| - "react": "^0.14.7", |
63 |
| - "react-addons-test-utils": "^0.14.7", |
64 |
| - "react-dom": "^0.14.7", |
65 |
| - "should": "^8.2.2", |
| 61 | + "react": "^15.0.1", |
| 62 | + "react-addons-test-utils": "^15.0.1", |
| 63 | + "eslint-plugin-jsx-a11y": "^0.6.2", |
| 64 | + "react-dom": "^15.0.1", |
| 65 | + "should": "^8.3.1", |
66 | 66 | "mocha": "^2.4.5",
|
67 | 67 | "jsdom": "^3.1.2 || ^6.5.1"
|
68 | 68 | },
|
69 | 69 | "peerDependencies": {
|
70 |
| - "react": "0.14.x" |
| 70 | + "react": "15.x || 0.14.x" |
71 | 71 | },
|
72 | 72 | "typings": "react-form-controlled.d.ts"
|
73 | 73 | }
|
0 commit comments