Update dependencies
This commit is contained in:
parent
1c99c5ca47
commit
ec9ac8d7ab
File diff suppressed because it is too large
Load Diff
33
package.json
33
package.json
|
@ -3,25 +3,22 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.11.3",
|
"@emotion/react": "^11.13.3",
|
||||||
"@emotion/styled": "^11.11.0",
|
"@emotion/styled": "^11.13.0",
|
||||||
"@mui/icons-material": "^5.15.17",
|
"@mui/icons-material": "^6.1.6",
|
||||||
"@mui/material": "^5.15.6",
|
"@mui/material": "^6.1.6",
|
||||||
"@mui/x-date-pickers": "^6.19.2",
|
"@mui/x-date-pickers": "^7.22.2",
|
||||||
"@tanstack/query-sync-storage-persister": "^5.18.0",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@tanstack/react-query": "^5.18.0",
|
"@testing-library/react": "^16.0.1",
|
||||||
"@tanstack/react-query-persist-client": "^5.18.0",
|
"@testing-library/user-event": "^14.5.2",
|
||||||
"@testing-library/jest-dom": "^5.17.0",
|
"dayjs": "^1.11.13",
|
||||||
"@testing-library/react": "^13.4.0",
|
"react": "^18.3.1",
|
||||||
"@testing-library/user-event": "^13.5.0",
|
"react-dom": "^18.3.1",
|
||||||
"dayjs": "^1.11.10",
|
"react-router-dom": "^6.28.0",
|
||||||
"react": "^18.2.0",
|
"react-scripts": "^5.0.1",
|
||||||
"react-dom": "^18.2.0",
|
|
||||||
"react-router-dom": "^6.21.3",
|
|
||||||
"react-scripts": "5.0.1",
|
|
||||||
"react-transition-group": "^4.4.5",
|
"react-transition-group": "^4.4.5",
|
||||||
"sass": "^1.70.0",
|
"sass": "^1.80.6",
|
||||||
"web-vitals": "^2.1.4"
|
"web-vitals": "^4.2.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|
Loading…
Reference in New Issue