|
1 | 1 | { |
2 | 2 | "name": "react-facebook", |
3 | | - "version": "7.0.2", |
| 3 | + "version": "7.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", |
7 | | - "email": "zfedor@cherryprojects.com", |
| 7 | + "email": "zfedor@gmail.com", |
8 | 8 | "url": "http://www.cherryprojects.com/" |
9 | 9 | }, |
10 | 10 | "repository": { |
|
36 | 36 | "browser": "./lib/index.js", |
37 | 37 | "module": "./module/index.js", |
38 | 38 | "esnext": "./src/index.js", |
| 39 | + "sideEffects": false, |
39 | 40 | "engines": { |
40 | | - "node": ">= 0.12.0" |
| 41 | + "node": ">= 6.0.0" |
41 | 42 | }, |
42 | 43 | "scripts": { |
43 | 44 | "prepublish": "npm run build", |
|
56 | 57 | ] |
57 | 58 | }, |
58 | 59 | "dependencies": { |
59 | | - "@babel/runtime": "^7.3.1", |
| 60 | + "@babel/runtime": "^7.3.4", |
60 | 61 | "can-use-dom": "^0.1.0", |
61 | 62 | "react-spinner-children": "^1.0.8" |
62 | 63 | }, |
63 | 64 | "devDependencies": { |
64 | 65 | "@babel/cli": "^7.2.3", |
65 | | - "@babel/core": "^7.3.3", |
66 | | - "@babel/plugin-proposal-class-properties": "^7.3.3", |
| 66 | + "@babel/core": "^7.3.4", |
| 67 | + "@babel/plugin-proposal-class-properties": "^7.3.4", |
67 | 68 | "@babel/plugin-proposal-decorators": "^7.3.0", |
68 | 69 | "@babel/plugin-proposal-do-expressions": "^7.2.0", |
69 | 70 | "@babel/plugin-proposal-export-default-from": "^7.2.0", |
|
78 | 79 | "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
79 | 80 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
80 | 81 | "@babel/plugin-syntax-import-meta": "^7.2.0", |
81 | | - "@babel/plugin-transform-flow-strip-types": "^7.2.3", |
| 82 | + "@babel/plugin-transform-flow-strip-types": "^7.3.4", |
82 | 83 | "@babel/plugin-transform-proto-to-assign": "^7.2.0", |
83 | | - "@babel/plugin-transform-runtime": "^7.2.0", |
84 | | - "@babel/preset-env": "^7.3.1", |
| 84 | + "@babel/plugin-transform-runtime": "^7.3.4", |
| 85 | + "@babel/preset-env": "^7.3.4", |
85 | 86 | "@babel/preset-react": "^7.0.0", |
86 | 87 | "babel-core": "^7.0.0-bridge.0", |
87 | 88 | "babel-eslint": "^10.0.1", |
88 | | - "babel-jest": "^24.1.0", |
| 89 | + "babel-jest": "^24.3.1", |
89 | 90 | "cross-env": "^5.2.0", |
90 | 91 | "enzyme": "^3.9.0", |
91 | | - "enzyme-adapter-react-16": "^1.9.1", |
92 | | - "eslint": "^5.14.0", |
| 92 | + "enzyme-adapter-react-16": "^1.10.0", |
| 93 | + "eslint": "^5.15.1", |
93 | 94 | "eslint-config-airbnb": "^17.1.0", |
94 | 95 | "eslint-loader": "^2.1.2", |
95 | 96 | "eslint-plugin-import": "^2.16.0", |
| 97 | + "eslint-plugin-jest": "^22.3.0", |
96 | 98 | "eslint-plugin-jsx-a11y": "^6.2.1", |
97 | 99 | "eslint-plugin-react": "^7.12.4", |
98 | | - "jest": "^24.1.0", |
99 | | - "jest-cli": "^24.1.0", |
100 | | - "react": "^16.8.2", |
101 | | - "react-dom": "^16.8.2", |
102 | | - "react-test-renderer": "^16.8.2" |
| 100 | + "jest": "^24.3.1", |
| 101 | + "jest-cli": "^24.3.1", |
| 102 | + "react": "^16.8.4", |
| 103 | + "react-dom": "^16.8.4", |
| 104 | + "react-test-renderer": "^16.8.4" |
103 | 105 | }, |
104 | 106 | "peerDependencies": { |
105 | 107 | "react": "16.x" |
|
0 commit comments