Skip to content

Commit 13f8510

Browse files
committed
bumped react dependencies
1 parent 9ad05c0 commit 13f8510

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

web/package.json

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,34 @@
1111
}
1212
},
1313
"dependencies": {
14-
"moment": "2.22.2",
14+
"moment": "2.24.0",
1515
"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",
2121
"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",
2424
"react-router": "4.3.1",
2525
"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",
3030
"toastr": "2.1.4"
3131
},
3232
"scripts": {
3333
"start": "react-scripts start",
3434
"build": "react-scripts build",
3535
"test": "react-scripts test --env=jsdom",
3636
"eject": "react-scripts eject"
37-
}
37+
},
38+
"browserslist": [
39+
">0.2%",
40+
"not dead",
41+
"not ie <= 11",
42+
"not op_mini all"
43+
]
3844
}

0 commit comments

Comments
 (0)