|
1 | 1 | { |
2 | 2 | "name": "react-form-controlled", |
3 | | - "version": "0.17.3", |
| 3 | + "version": "0.17.4", |
4 | 4 | "description": "React controlled form components", |
5 | 5 | "author": { |
6 | 6 | "name": "Zlatko Fedor", |
|
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | 38 | "diacritics": "^1.2.3", |
39 | | - "ajv": "^4.9.2", |
| 39 | + "ajv": "^4.10.0", |
40 | 40 | "lodash": "^4.17.2", |
41 | | - "core-decorators": "^0.14.0" |
| 41 | + "core-decorators": "^0.15.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "babel-cli": "^6.18.0", |
45 | | - "babel-core": "^6.18.2", |
| 45 | + "babel-core": "^6.20.0", |
46 | 46 | "babel-eslint": "^7.1.1", |
47 | 47 | "babel-plugin-transform-class-properties": "^6.19.0", |
48 | 48 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
49 | 49 | "babel-plugin-transform-proto-to-assign": "^6.9.0", |
| 50 | + "babel-plugin-transform-runtime": "^6.15.0", |
50 | 51 | "babel-preset-es2015": "^6.18.0", |
51 | 52 | "babel-preset-react": "^6.16.0", |
52 | 53 | "babel-preset-stage-0": "^6.16.0", |
53 | 54 | "babel-preset-stage-1": "^6.16.0", |
54 | | - "eslint": "^3.11.1", |
| 55 | + "eslint": "^3.12.1", |
55 | 56 | "eslint-config-airbnb": "^13.0.0", |
56 | 57 | "eslint-loader": "^1.6.1", |
57 | 58 | "eslint-plugin-react": "^6.8.0", |
|
68 | 69 | "enzyme": "^2.6.0" |
69 | 70 | }, |
70 | 71 | "peerDependencies": { |
71 | | - "react": "15.x" |
| 72 | + "react": "15.x", |
| 73 | + "babel-runtime": "^6.15.0" |
72 | 74 | }, |
73 | 75 | "typings": "react-form-controlled.d.ts" |
74 | 76 | } |
0 commit comments