fix : core.js 버전 변경

main
Lim Jonguk 3 years ago
parent 4534e52c58
commit 44d674a47b

@ -28,6 +28,7 @@
"axios": "^0.25.0", "axios": "^0.25.0",
"axios-mock-adapter": "^1.20.0", "axios-mock-adapter": "^1.20.0",
"chance": "^1.1.8", "chance": "^1.1.8",
"core-js": "^3",
"csstype": "^3.0.10", "csstype": "^3.0.10",
"date-fns": "^2.28.0", "date-fns": "^2.28.0",
"draft-js": "^0.11.7", "draft-js": "^0.11.7",
@ -129,6 +130,7 @@
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"react-error-overlay": "6.0.9", "react-error-overlay": "6.0.9",
"sass": "^1.49.7" "sass": "^1.49.7",
"yarn-audit-fix": "^9.2.0"
} }
} }

@ -105,7 +105,7 @@ const ParkingRegister = () => {
<Grid item> <Grid item>
<OutlinedInput placeholder="접수번호" onKeyDown={handleSearch} size="small" autoFocus /> <OutlinedInput placeholder="접수번호" onKeyDown={handleSearch} size="small" autoFocus />
&nbsp;-&nbsp; &nbsp;-&nbsp;
<OutlinedInput placeholder="접수번호" onKeyDown={handleSearch} size="small" autoFocus /> <OutlinedInput placeholder="접수번호" onKeyDown={handleSearch} size="small" />
{/* <TextField fullWidth label="Last Name" defaultValue="Schorl" /> */} {/* <TextField fullWidth label="Last Name" defaultValue="Schorl" /> */}
</Grid> </Grid>
<Grid item> <Grid item>

Loading…
Cancel
Save