File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
"createClass": "createReactClass", // Regex for Component Factory to use,
41
41
// default to "createReactClass"
42
42
"pragma": "React", // Pragma to use, default to "React"
43
- "version": "16.5 ", // React version, default to the latest React stable release
43
+ "version": "16.8 ", // React version, default to the latest React stable release
44
44
"flowVersion": "0.81" // Flow version
45
45
},
46
46
"propWrapperFunctions": [ "forbidExtraProps" ] // The names of any functions used to wrap the
Original file line number Diff line number Diff line change 37
37
"dependencies" : {
38
38
"@coreui/icons" : " 0.3.0" ,
39
39
"classnames" : " ^2.2.6" ,
40
- "core-js" : " ^2.6.5 " ,
40
+ "core-js" : " ^2.6.8 " ,
41
41
"prop-types" : " ^15.7.2" ,
42
42
"react-onclickout" : " ^2.0.8" ,
43
43
"react-perfect-scrollbar" : " ^1.5.2" ,
51
51
"devDependencies" : {
52
52
"babel-eslint" : " ^10.0.1" ,
53
53
"enzyme" : " ^3.9.0" ,
54
- "enzyme-adapter-react-16" : " ^1.13.0 " ,
54
+ "enzyme-adapter-react-16" : " ^1.13.1 " ,
55
55
"eslint" : " ^5.16.0" ,
56
56
"eslint-plugin-import" : " ^2.17.2" ,
57
57
"eslint-plugin-react" : " ^7.13.0" ,
60
60
"react-dom" : " ^16.8.6" ,
61
61
"react-router-dom" : " ^5.0.0" ,
62
62
"sinon" : " ^5.1.1" ,
63
- "webpack-dev-server" : " ~3.3 .1"
63
+ "webpack-dev-server" : " ^3.4 .1"
64
64
},
65
65
"repository" : {
66
66
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments