|
1 | 1 | { |
2 | 2 | "name": "react-form-controlled", |
3 | | - "version": "0.13.3", |
| 3 | + "version": "0.13.4", |
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.4.0", |
40 | | - "lodash": "^3.10.1", |
41 | | - "react-select": "^0.9.1" |
| 39 | + "ajv": "~3.8.2", |
| 40 | + "lodash": "^4.6.1", |
| 41 | + "react-select": "^0.9.1", |
| 42 | + "js-beautify": "^1.6.2" |
42 | 43 | }, |
43 | 44 | "devDependencies": { |
44 | | - "babel-cli": "^6.4.5", |
45 | | - "babel-core": "^6.4.5", |
46 | | - "babel-eslint": "^4.1.5", |
47 | | - "babel-plugin-transform-decorators": "^6.4.0", |
48 | | - "babel-plugin-transform-class-properties": "^6.4.0", |
49 | | - "babel-preset-es2015": "^6.3.13", |
50 | | - "babel-preset-react": "^6.3.13", |
51 | | - "babel-preset-stage-0": "^6.3.13", |
52 | | - "babel-preset-stage-1": "^6.3.13", |
53 | | - "eslint": "^1.10.3", |
54 | | - "eslint-config-airbnb": "^0.1.1", |
55 | | - "eslint-loader": "^1.2.0", |
56 | | - "eslint-plugin-react": "^3.15.0", |
57 | | - "gulp": "^3.9.0", |
58 | | - "gulp-babel": "^6.1.1", |
| 45 | + "babel-cli": "^6.6.5", |
| 46 | + "babel-core": "^6.6.5", |
| 47 | + "babel-eslint": "^5.0.0", |
| 48 | + "babel-plugin-transform-decorators": "^6.6.5", |
| 49 | + "babel-plugin-transform-class-properties": "^6.6.0", |
| 50 | + "babel-preset-es2015": "^6.6.0", |
| 51 | + "babel-preset-react": "^6.5.0", |
| 52 | + "babel-preset-stage-0": "^6.5.0", |
| 53 | + "babel-preset-stage-1": "^6.5.0", |
| 54 | + "eslint": "2.2.0", |
| 55 | + "eslint-config-airbnb": "^6.1.0", |
| 56 | + "eslint-loader": "^1.3.0", |
| 57 | + "eslint-plugin-react": "^4.2.0", |
| 58 | + "gulp": "^3.9.1", |
| 59 | + "gulp-babel": "^6.1.2", |
59 | 60 | "gulp-coveralls": "^0.1.4", |
60 | | - "gulp-jsx-coverage": "^0.3.7", |
| 61 | + "gulp-jsx-coverage": "^0.3.8", |
61 | 62 | "gulp-util": "^3.0.7", |
62 | | - "react": "^0.14.6", |
63 | | - "react-addons-test-utils": "^0.14.6", |
64 | | - "react-dom": "^0.14.6", |
65 | | - "should": "^8.1.1", |
66 | | - "mocha": "^2.3.4", |
| 63 | + "react": "^0.14.7", |
| 64 | + "react-addons-test-utils": "^0.14.7", |
| 65 | + "react-dom": "^0.14.7", |
| 66 | + "should": "^8.2.2", |
| 67 | + "mocha": "^2.4.5", |
67 | 68 | "jsdom": "^3.1.2 || ^6.5.1" |
68 | 69 | }, |
69 | 70 | "peerDependencies": { |
|
0 commit comments