Skip to content

Commit ced547d

Browse files
committed
Add calendar
1 parent c87adfc commit ced547d

File tree

5 files changed

+57
-4
lines changed

5 files changed

+57
-4
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"dependencies": {
1414
"@emotion/react": "^11.8.2",
1515
"@emotion/styled": "^11.8.1",
16+
"@fullcalendar/daygrid": "^5.11.0",
17+
"@fullcalendar/interaction": "^5.11.0",
18+
"@fullcalendar/list": "^5.11.0",
19+
"@fullcalendar/react": "^5.11.1",
20+
"@fullcalendar/timegrid": "^5.11.0",
1621
"@mui/icons-material": "^5.5.1",
1722
"@mui/material": "^5.5.1",
1823
"@mui/styled-engine-sc": "^5.4.2",

src/pages/invoice/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { makeStyles } from "@material-ui/styles";
1+
import { makeStyles } from "@mui/styles";
22

33
export default makeStyles(theme => ({
44
table: {

src/pages/search/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { makeStyles } from "@material-ui/styles";
1+
import { makeStyles } from "@mui/styles";
22

33
export default makeStyles(theme => ({
44
filter: {

src/pages/timeline/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { makeStyles } from '@material-ui/styles'
1+
import { makeStyles } from '@mui/styles'
22

33
export default makeStyles(theme => ({
44
icon: {

yarn.lock

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,54 @@
13621362
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
13631363
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
13641364

1365+
"@fullcalendar/common@~5.11.0":
1366+
version "5.11.0"
1367+
resolved "https://registry.yarnpkg.com/@fullcalendar/common/-/common-5.11.0.tgz#d7e47b4272ba6824f95581fb7fb630c5880f4212"
1368+
integrity sha512-gWjbMAnN1u73Oqlgjbyky7i+3bY0hvFSnGT0YBPx44n874AkQa9e9OU12PMLTMOPy0tXPb8DEwRelFQ7CJNbcw==
1369+
dependencies:
1370+
tslib "^2.1.0"
1371+
1372+
"@fullcalendar/daygrid@^5.11.0", "@fullcalendar/daygrid@~5.11.0":
1373+
version "5.11.0"
1374+
resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-5.11.0.tgz#fd10391dfc2b6caa3538e0826f8d8f3e83e0e22a"
1375+
integrity sha512-Ybh/dfHn/VL0qOVIRVyJc9I8oYiqqHl6xQONk8xXCe456QbPzAQLsAxpLLJLH+3smWNCfoQgvDKzR9e9XTzLMQ==
1376+
dependencies:
1377+
"@fullcalendar/common" "~5.11.0"
1378+
tslib "^2.1.0"
1379+
1380+
"@fullcalendar/interaction@^5.11.0":
1381+
version "5.11.0"
1382+
resolved "https://registry.yarnpkg.com/@fullcalendar/interaction/-/interaction-5.11.0.tgz#9cfb46cc5f75690394ef553d2c5cf4955782ff05"
1383+
integrity sha512-9XTI5+ydqrSX+IL3iWgKBURXfnPewn57Tmsv9mJZhiqrUEF7/+qtftLoKEAc8ZdWk/+01aBe67PFL16uPXj2Jg==
1384+
dependencies:
1385+
"@fullcalendar/common" "~5.11.0"
1386+
tslib "^2.1.0"
1387+
1388+
"@fullcalendar/list@^5.11.0":
1389+
version "5.11.0"
1390+
resolved "https://registry.yarnpkg.com/@fullcalendar/list/-/list-5.11.0.tgz#536b51ebad59d15c238997e37e3d0e0fd09e9579"
1391+
integrity sha512-0dl/JV6zEGseTDXpM16nozetByVvJ4l/DElYP+StCtnk+Lr51zFK0yfRWRwB9XInxyapfZLDd/3YjKXQf8Bxcw==
1392+
dependencies:
1393+
"@fullcalendar/common" "~5.11.0"
1394+
tslib "^2.1.0"
1395+
1396+
"@fullcalendar/react@^5.11.1":
1397+
version "5.11.1"
1398+
resolved "https://registry.yarnpkg.com/@fullcalendar/react/-/react-5.11.1.tgz#25f673bd952335792d3ced0c2a2c3f373109eac7"
1399+
integrity sha512-Mjuz90gzX6MLU0rdr5CVoqQA5vFM9JpHDIFmvlLaY8SvdK0R5BwNhquRJP7D2L2q0XKGyzo+/FBOZ+PFXe7jGA==
1400+
dependencies:
1401+
"@fullcalendar/common" "~5.11.0"
1402+
tslib "^2.1.0"
1403+
1404+
"@fullcalendar/timegrid@^5.11.0":
1405+
version "5.11.0"
1406+
resolved "https://registry.yarnpkg.com/@fullcalendar/timegrid/-/timegrid-5.11.0.tgz#b41153ef301f21f8c1e19a65023493c48c8bacf5"
1407+
integrity sha512-GNy+/PwAj510PS4Fu18Mf/CytNBVftFU7M8XwsUXOCJ6ouyroHZje0a7k5cH/nE5IQ6NJZfH2eAPBlxGath1MQ==
1408+
dependencies:
1409+
"@fullcalendar/common" "~5.11.0"
1410+
"@fullcalendar/daygrid" "~5.11.0"
1411+
tslib "^2.1.0"
1412+
13651413
13661414
version "2.1.4"
13671415
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
@@ -12208,7 +12256,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1220812256
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1220912257
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1221012258

12211-
tslib@^2.0.3:
12259+
tslib@^2.0.3, tslib@^2.1.0:
1221212260
version "2.4.0"
1221312261
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1221412262
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

0 commit comments

Comments
 (0)