File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@syncfusion/ej2-base" : " * " ,
7
- "@syncfusion/ej2-react-schedule" : " * " ,
8
- "axios" : " ^0.21.1 " ,
9
- "react" : " 17.0.0 " ,
10
- "react-dom" : " 17.0.0 "
6
+ "@syncfusion/ej2-base" : " ^28.1.48 " ,
7
+ "@syncfusion/ej2-react-schedule" : " ^28.1.48 " ,
8
+ "axios" : " ^1.7.9 " ,
9
+ "react" : " ^ 17.0.2 " ,
10
+ "react-dom" : " ^ 17.0.2 "
11
11
},
12
12
"scripts" : {
13
13
"start" : " react-scripts start" ,
16
16
"eject" : " react-scripts eject"
17
17
},
18
18
"devDependencies" : {
19
- "react-scripts" : " latest"
19
+ "react-scripts" : " ^5.0.1"
20
+ },
21
+ "browserslist" : {
22
+ "production" : [
23
+ " >0.2%" ,
24
+ " not dead" ,
25
+ " not op_mini all"
26
+ ],
27
+ "development" : [
28
+ " last 1 chrome version" ,
29
+ " last 1 firefox version" ,
30
+ " last 1 safari version"
31
+ ]
20
32
}
21
33
}
Original file line number Diff line number Diff line change @@ -99,4 +99,4 @@ export class Default extends SampleBase {
99
99
}
100
100
}
101
101
102
- render ( < Default /> , document . getElementById ( 'sample' ) ) ;
102
+ render ( < Default /> , document . getElementById ( 'sample' ) ) ;
You can’t perform that action at this time.
0 commit comments