File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 "@types/react" : " ^17.0.11" ,
6060 "@types/react-dom" : " ^17.0.8" ,
6161 "@types/shallowequal" : " ^1.1.1" ,
62- "@umijs/fabric" : " ^2.0.8" ,
6362 "coveralls" : " ^3.0.6" ,
6463 "cross-env" : " ^7.0.2" ,
6564 "dumi" : " ^1.1.37" ,
7877 "np" : " ^7.1.0" ,
7978 "prettier" : " ^2.0.5" ,
8079 "rc-test" : " ^7.0.9" ,
81- "react" : " ^16 .0.0" ,
82- "react-dom" : " ^16 .0.0" ,
80+ "react" : " ^17 .0.0" ,
81+ "react-dom" : " ^17 .0.0" ,
8382 "typescript" : " ^4.0.3"
8483 },
8584 "peerDependencies" : {
Original file line number Diff line number Diff line change 1+ import * as React from 'react' ;
12import type { PresetDate } from './interface' ;
23
34export interface PresetPanelProps < T > {
Original file line number Diff line number Diff line change 33 "target" : " esnext" ,
44 "moduleResolution" : " node" ,
55 "baseUrl" : " ./" ,
6- "jsx" : " preserve " ,
6+ "jsx" : " react " ,
77 "declaration" : true ,
88 "skipLibCheck" : true ,
99 "esModuleInterop" : true ,
You can’t perform that action at this time.
0 commit comments