|
1 | 1 | { |
2 | 2 | "name": "react-facebook", |
3 | | - "version": "5.0.3", |
| 3 | + "version": "6.0.3", |
4 | 4 | "description": "Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat and others", |
5 | 5 | "author": { |
6 | 6 | "name": "Zlatko Fedor", |
|
56 | 56 | ] |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | | - "debug": "^3.1.0", |
| 59 | + "debug": "^4.0.1", |
60 | 60 | "react-spinner-children": "^1.0.8", |
61 | 61 | "can-use-dom": "^0.1.0", |
62 | | - "prop-types": "^15.6.1", |
63 | 62 | "babel-runtime": "^6.26.0" |
64 | 63 | }, |
65 | 64 | "devDependencies": { |
66 | 65 | "babel-cli": "^6.26.0", |
67 | | - "babel-core": "^6.26.0", |
68 | | - "babel-eslint": "^8.2.2", |
| 66 | + "babel-core": "^6.26.3", |
| 67 | + "babel-eslint": "^10.0.1", |
69 | 68 | "babel-plugin-transform-flow-strip-types": "6.22.0", |
70 | | - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 69 | + "babel-plugin-transform-decorators-legacy": "^1.3.5", |
71 | 70 | "babel-plugin-transform-class-properties": "^6.24.1", |
72 | 71 | "babel-plugin-transform-proto-to-assign": "^6.26.0", |
73 | | - "babel-preset-env": "^1.6.1", |
| 72 | + "babel-preset-env": "^1.7.0", |
74 | 73 | "babel-preset-react": "^6.24.1", |
75 | 74 | "babel-preset-stage-0": "^6.24.1", |
76 | 75 | "babel-plugin-transform-runtime": "^6.23.0", |
77 | | - "cross-env": "^5.1.4", |
78 | | - "eslint": "^4.19.1", |
79 | | - "eslint-config-airbnb": "^16.1.0", |
80 | | - "eslint-loader": "^2.0.0", |
81 | | - "eslint-plugin-react": "^7.7.0", |
82 | | - "eslint-plugin-jsx-a11y": "^6.0.3", |
83 | | - "eslint-plugin-import": "^2.9.0", |
84 | | - "jest": "^22.4.3", |
85 | | - "jest-cli": "^22.4.3", |
86 | | - "enzyme": "^3.3.0", |
87 | | - "enzyme-adapter-react-16": "^1.1.1", |
88 | | - "react": "^16.2.0", |
89 | | - "react-dom": "^16.2.0", |
90 | | - "react-test-renderer": "^16.2.0" |
| 76 | + "cross-env": "^5.2.0", |
| 77 | + "eslint": "^5.6.1", |
| 78 | + "eslint-config-airbnb": "^17.1.0", |
| 79 | + "eslint-loader": "^2.1.1", |
| 80 | + "eslint-plugin-react": "^7.11.1", |
| 81 | + "eslint-plugin-jsx-a11y": "^6.1.1", |
| 82 | + "eslint-plugin-import": "^2.14.0", |
| 83 | + "jest": "^23.6.0", |
| 84 | + "jest-cli": "^23.6.0", |
| 85 | + "enzyme": "^3.6.0", |
| 86 | + "enzyme-adapter-react-16": "^1.5.0", |
| 87 | + "react": "^16.5.2", |
| 88 | + "react-dom": "^16.5.2", |
| 89 | + "react-test-renderer": "^16.5.2" |
91 | 90 | }, |
92 | 91 | "peerDependencies": { |
93 | | - "react": "15.x || 16.x" |
| 92 | + "react": "16.x" |
94 | 93 | } |
95 | 94 | } |
0 commit comments