|
11 | 11 | }
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "moment": "2.22.2", |
| 14 | + "moment": "2.24.0", |
15 | 15 | "prismjs": "1.15.0",
|
16 |
| - "react": "16.5.2", |
17 |
| - "react-clipboard.js": "2.0.1", |
18 |
| - "react-datepicker": "1.6.0", |
19 |
| - "react-dom": "16.5.2", |
20 |
| - "react-moment": "0.8.1", |
| 16 | + "react": "16.8.3", |
| 17 | + "react-clipboard.js": "2.0.3", |
| 18 | + "react-datepicker": "2.1.0", |
| 19 | + "react-dom": "16.8.3", |
| 20 | + "react-moment": "0.8.4", |
21 | 21 | "react-prism": "4.3.2",
|
22 |
| - "react-qr-svg": "2.1.0", |
23 |
| - "react-responsive": "5.0.0", |
| 22 | + "react-qr-svg": "2.2.1", |
| 23 | + "react-responsive": "6.1.1", |
24 | 24 | "react-router": "4.3.1",
|
25 | 25 | "react-router-dom": "4.3.1",
|
26 |
| - "react-scripts": "1.1.5", |
27 |
| - "react-table": "6.8.6", |
28 |
| - "semantic-ui-css": "2.4.0", |
29 |
| - "semantic-ui-react": "0.82.5", |
| 26 | + "react-scripts": "2.1.5", |
| 27 | + "react-table": "6.9.2", |
| 28 | + "semantic-ui-css": "2.4.1", |
| 29 | + "semantic-ui-react": "0.85.0", |
30 | 30 | "toastr": "2.1.4"
|
31 | 31 | },
|
32 | 32 | "scripts": {
|
33 | 33 | "start": "react-scripts start",
|
34 | 34 | "build": "react-scripts build",
|
35 | 35 | "test": "react-scripts test --env=jsdom",
|
36 | 36 | "eject": "react-scripts eject"
|
37 |
| - } |
| 37 | + }, |
| 38 | + "browserslist": [ |
| 39 | + ">0.2%", |
| 40 | + "not dead", |
| 41 | + "not ie <= 11", |
| 42 | + "not op_mini all" |
| 43 | + ] |
38 | 44 | }
|
0 commit comments