Update packages versions
This commit is contained in:
parent
cfb4a7ad0f
commit
93e2e330b2
16246
package-lock.json
generated
Normal file
16246
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -3,28 +3,28 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fullcalendar/core": "^5.0.0-beta.4",
|
||||
"@fullcalendar/daygrid": "^5.0.0-beta.4",
|
||||
"@fullcalendar/interaction": "^5.0.0-beta.4",
|
||||
"@fullcalendar/luxon": "^4.4.2",
|
||||
"@fullcalendar/react": "^5.0.0-beta.4",
|
||||
"@fullcalendar/scrollgrid": "5.0.0-beta.4",
|
||||
"@fullcalendar/timegrid": "5.0.0-beta.4",
|
||||
"@testing-library/jest-dom": "^4.2.4",
|
||||
"@testing-library/react": "^9.3.2",
|
||||
"@testing-library/user-event": "^7.1.2",
|
||||
"customize-cra": "^1.0.0-alpha.0",
|
||||
"fullcalendar-scheduler": "^5.0.0-beta.4",
|
||||
"less": "^3.11.1",
|
||||
"less-loader": "^6.1.0",
|
||||
"@fullcalendar/core": "^5.3.0",
|
||||
"@fullcalendar/daygrid": "^5.3.0",
|
||||
"@fullcalendar/interaction": "^5.3.0",
|
||||
"@fullcalendar/luxon": "^5.3.0",
|
||||
"@fullcalendar/react": "^5.3.0",
|
||||
"@fullcalendar/scrollgrid": "5.3.0",
|
||||
"@fullcalendar/timegrid": "5.3.0",
|
||||
"@testing-library/jest-dom": "^5.11.3",
|
||||
"@testing-library/react": "^10.4.8",
|
||||
"@testing-library/user-event": "^12.1.1",
|
||||
"customize-cra": "^1.0.0",
|
||||
"fullcalendar-scheduler": "^5.3.0",
|
||||
"less": "^3.12.2",
|
||||
"less-loader": "^6.2.0",
|
||||
"luxon": "^1.24.1",
|
||||
"react": "^16.13.1",
|
||||
"react-app-rewired": "^2.1.6",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-helmet": "^6.0.0",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "3.4.1",
|
||||
"rsuite": "^4.5.0"
|
||||
"react-scripts": "3.4.3",
|
||||
"rsuite": "^4.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-app-rewired start",
|
||||
|
Loading…
Reference in New Issue
Block a user