This repository was archived by the owner on Jun 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +25
-444
lines changed
Expand file tree Collapse file tree 7 files changed +25
-444
lines changed Original file line number Diff line number Diff line change 1111 "deploy" : " gh-pages -d dist"
1212 },
1313 "dependencies" : {
14- "@material-ui/icons" : " ^4.2.1" ,
1514 "@material-ui/styles" : " ^4.1.2" ,
1615 "classnames" : " ^2.2.6" ,
1716 "codemirror" : " ^5.48.0" ,
2019 },
2120 "alias" : {
2221 "@material-ui/core" : " ../node_modules/@material-ui/core" ,
22+ "@material-ui/icons" : " ../node_modules/@material-ui/icons" ,
2323 "react" : " ../node_modules/react" ,
2424 "react-dom" : " ../node_modules/react-dom/profiling" ,
2525 "scheduler/tracing" : " ../node_modules/scheduler/tracing-profiling"
Original file line number Diff line number Diff line change 1313 "test" : " tsdx test --env=jsdom"
1414 },
1515 "peerDependencies" : {
16- "@material-ui/core" : " ^4.1.3 " ,
16+ "@material-ui/core" : " ^4.2.0 " ,
1717 "@material-ui/icons" : " ^4.2.1" ,
18- "@material-ui/lab" : " ^4.0.0-alpha.18" ,
1918 "react" : " >=16" ,
2019 "react-jsonschema-form" : " ^1.6.1"
2120 },
2221 "devDependencies" : {
23- "@material-ui/core" : " ^4.1.3 " ,
22+ "@material-ui/core" : " ^4.2.0 " ,
2423 "@material-ui/icons" : " ^4.2.1" ,
25- "@material-ui/lab" : " ^4.0.0-alpha.18" ,
2624 "@types/jest" : " ^24.0.15" ,
2725 "@types/json-schema" : " ^7.0.3" ,
2826 "@types/react" : " ^16.8.22" ,
2927 "@types/react-dom" : " ^16.8.4" ,
28+ "@types/react-jsonschema-form" : " ^1.6.1" ,
3029 "husky" : " ^3.0.0" ,
3130 "prettier" : " ^1.18.2" ,
3231 "pretty-quick" : " ^1.11.1" ,
Original file line number Diff line number Diff line change 11import React from 'react' ;
22
3- import Slider from '@material-ui/lab /Slider' ;
3+ import Slider from '@material-ui/core /Slider' ;
44import Grid from '@material-ui/core/Grid' ;
55import Typography from '@material-ui/core/Typography' ;
66
Original file line number Diff line number Diff line change 1- import { ThemeProps } from 'react-jsonschema-form' ;
2-
31import ArrayFieldTemplate from '../ArrayFieldTemplate' ;
42import ErrorList from '../ErrorList' ;
53import Fields from '../Fields' ;
64import FieldTemplate from '../FieldTemplate' ;
75import ObjectFieldTemplate from '../ObjectFieldTemplate' ;
86import Widgets from '../Widgets' ;
97
10- const Theme : ThemeProps = {
8+ const Theme = {
119 ArrayFieldTemplate,
1210 fields : Fields ,
1311 FieldTemplate,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments