Skip to content

Commit

Permalink
Adding changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NycoCC1993 committed Apr 9, 2024
1 parent fd05036 commit 0297921
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 851 deletions.
1 change: 1 addition & 0 deletions client-course-schedulizer/.env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
EXTEND_ESLINT=true
GENERATE_SOURCEMAP=false
63 changes: 34 additions & 29 deletions client-course-schedulizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,27 @@
"extends": "react-app"
},
"dependencies": {
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.0.0",
"@fullcalendar/moment": "^6.0.0",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/resource": "^6.1.8",
"@fullcalendar/resource-timeline": "^6.1.8",
"@fullcalendar/timegrid": "^6.0.0",
"@harmoniously/react": "^0.0.10",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/moment": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/resource": "^6.1.11",
"@fullcalendar/resource-timeline": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@harmoniously/react": "^0.2.4",
"@hookform/resolvers": "^1.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/styled-engine": "^5.15.14",
"@mui/styles": "^5.15.14",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/testing-library__react": "^10.2.0",
"fs": "^0.0.1-security",
"immer": "^9.0.6",
Expand All @@ -61,40 +66,40 @@
"lodash": "^4.17.21",
"material-ui-image": "^3.3.1",
"material-ui-popup-state": "^1.7.0",
"moment": "^2.29.4",
"moment": "^2.30.1",
"moment-range": "^4.0.2",
"object-hash": "^2.1.1",
"papaparse": "^5.3.0",
"object-hash": "^3.0.0",
"papaparse": "^5.4.1",
"path": "^0.12.7",
"randomcolor": "^0.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^6.9.6",
"react-router-dom": "^5.2.0",
"react-spring": "^8.0.27",
"react-stick": "^4.1.1",
"react-stickynode": "^3.0.4",
"react-table": "^7.6.1",
"react-table": "^7.8.0",
"react-visibility-sensor": "^5.1.1",
"runtypes": "^5.0.1",
"sass": "^1.56.1",
"xlsx": "^0.17.0",
"yup": "^0.29.3",
"runtypes": "5.0.1",
"sass": "^1.71.1",
"xlsx": "^0.18.5",
"yup": "^1.3.3",
"zustand": "^3.4.1"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.165",
"@types/node": "^12.12.62",
"@types/object-hash": "^1.3.4",
"@types/papaparse": "^5.2.4",
"@types/randomcolor": "^0.5.5",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.1.6",
"@types/react-stickynode": "^3.0.1",
"@types/react-table": "^7.0.25",
"@types/react-table": "^7.7.0",
"@types/yup": "^0.29.9",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
Expand Down
Loading

0 comments on commit 0297921

Please sign in to comment.