Link ticket fixes #1
This commit is contained in:
parent
1443a61164
commit
d9ce2f5883
21 changed files with 617 additions and 583 deletions
|
|
@ -15,14 +15,14 @@
|
|||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/playfair-display": "^5.0.12",
|
||||
"@fontsource/playfair-display": "^5.0.13",
|
||||
"@fontsource/poppins": "^5.0.8",
|
||||
"@fontsource/roboto": "^5.0.8",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.146",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.15.0",
|
||||
"@mui/x-date-pickers-pro": "^6.15.0",
|
||||
"@mui/x-data-grid-pro": "^6.16.0",
|
||||
"@mui/x-date-pickers-pro": "^6.16.0",
|
||||
"cryptr": "^6.3.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"graphql-request": "^6.1.0",
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
"next": "13.5.3",
|
||||
"next-auth": "^4.23.1",
|
||||
"ra-data-graphql": "^4.14.3",
|
||||
"ra-i18n-polyglot": "^4.14.3",
|
||||
"ra-input-rich-text": "^4.14.3",
|
||||
"ra-language-english": "^4.14.3",
|
||||
"ra-i18n-polyglot": "^4.14.4",
|
||||
"ra-input-rich-text": "^4.14.4",
|
||||
"ra-language-english": "^4.14.4",
|
||||
"ra-postgraphile": "^6.1.1",
|
||||
"react": "18.2.0",
|
||||
"react-admin": "^4.14.3",
|
||||
"react-admin": "^4.14.4",
|
||||
"react-cookie": "^6.1.1",
|
||||
"react-digit-input": "^2.1.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
@ -52,8 +52,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.0",
|
||||
"@types/node": "^20.7.0",
|
||||
"@types/react": "18.2.23",
|
||||
"@types/node": "^20.8.0",
|
||||
"@types/react": "18.2.24",
|
||||
"@types/uuid": "^9.0.4",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.50.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue