Add ioredis, update deps
This commit is contained in:
parent
9e5ea2fc41
commit
def602c05e
10 changed files with 231 additions and 142 deletions
|
|
@ -9,15 +9,15 @@
|
|||
"@link-stack/signal-api": "*",
|
||||
"@link-stack/ui": "*",
|
||||
"@mui/material": "^6",
|
||||
"@mui/x-data-grid-pro": "^7.23.6",
|
||||
"@mui/x-data-grid-pro": "^7.24.0",
|
||||
"kysely": "0.26.1",
|
||||
"next": "15.1.4",
|
||||
"next": "15.1.5",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-qr-code": "^2.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.6",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/react": "19.0.7",
|
||||
"@types/react-dom": "^19.0.3",
|
||||
"typescript": "5.7.3"
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
"@link-stack/opensearch-common": "*",
|
||||
"@mui/icons-material": "^6",
|
||||
"@mui/material": "^6",
|
||||
"@mui/x-data-grid-pro": "^7.23.6",
|
||||
"@mui/x-date-pickers-pro": "^7.23.6",
|
||||
"@mui/x-data-grid-pro": "^7.24.0",
|
||||
"@mui/x-date-pickers-pro": "^7.24.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"next": "15.1.4",
|
||||
"next": "15.1.5",
|
||||
"next-auth": "^4.24.11",
|
||||
"react": "19.0.0",
|
||||
"react-cookie": "^7.2.2",
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"devDependencies": {
|
||||
"@link-stack/eslint-config": "*",
|
||||
"@link-stack/typescript-config": "*",
|
||||
"@types/node": "^22.10.6",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/react": "19.0.7",
|
||||
"typescript": "5.7.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"uuid": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.6",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@link-stack/typescript-config": "*",
|
||||
"@link-stack/eslint-config": "*",
|
||||
|
|
|
|||
|
|
@ -9,14 +9,14 @@
|
|||
"dependencies": {
|
||||
"@mui/icons-material": "^6",
|
||||
"@mui/material": "^6",
|
||||
"@mui/x-data-grid-pro": "^7.23.6",
|
||||
"@mui/x-license": "^7.23.6",
|
||||
"next": "15.1.4",
|
||||
"@mui/x-data-grid-pro": "^7.24.0",
|
||||
"@mui/x-license": "^7.24.0",
|
||||
"next": "15.1.5",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.6",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/react": "19.0.7",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.6",
|
||||
"@types/node": "^22.10.7",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue