Update deps

This commit is contained in:
Darren Clarke 2025-03-24 11:52:38 +01:00
parent 13a5a03860
commit a35d18b5a9
16 changed files with 894 additions and 877 deletions

View file

@ -13,14 +13,14 @@
"migrate:down:one": "tsx database/migrate.ts down:one"
},
"dependencies": {
"@auth/kysely-adapter": "^1.7.4",
"@auth/kysely-adapter": "^1.8.0",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-license": "^7.26.0",
"@mui/x-license": "^7.28.0",
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"next": "15.1.7",
"next": "15.2.3",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-dom": "19.0.0",

View file

@ -10,8 +10,8 @@
},
"dependencies": {
"dotenv": "^16.4.7",
"kysely": "0.27.5",
"pg": "^8.13.3",
"kysely": "0.27.6",
"pg": "^8.14.1",
"tsx": "^4.19.3"
},
"devDependencies": {

View file

@ -6,10 +6,10 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@adiwajshing/keyed-db": "0.2.4",
"@hapi/hapi": "^21.3.12",
"@hapi/hapi": "^21.4.0",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@whiskeysockets/baileys": "^6.7.13",
"@whiskeysockets/baileys": "^6.7.16",
"hapi-pino": "^12.1.0",
"link-preview-js": "^3.0.14"
},
@ -20,7 +20,7 @@
"@types/node": "*",
"dotenv-cli": "^8.0.0",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
},
"scripts": {
"build": "tsc -p tsconfig.json",

View file

@ -16,14 +16,14 @@
"@link-stack/signal-api": "*",
"fluent-ffmpeg": "^2.1.3",
"graphile-worker": "^0.16.6",
"remeda": "^2.20.2",
"twilio": "^5.4.5"
"remeda": "^2.21.2",
"twilio": "^5.5.1"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"dotenv-cli": "^8.0.0",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}

View file

@ -22,15 +22,15 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-date-pickers-pro": "^7.27.1",
"@mui/x-date-pickers-pro": "^7.28.0",
"@opensearch-project/opensearch": "^3.4.0",
"date-fns": "^4.1.0",
"http-proxy-middleware": "^3.0.3",
"material-ui-popup-state": "^5.3.3",
"next": "15.1.7",
"next": "15.2.3",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
"react-cookie": "^8.0.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "19.0.0",
"react-iframe": "^1.8.5",
@ -39,11 +39,11 @@
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/uuid": "^10.0.0",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}

View file

@ -24,18 +24,18 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.27.1",
"@mui/x-date-pickers": "^7.27.1",
"@mui/x-date-pickers-pro": "^7.27.1",
"@mui/x-license": "^7.26.0",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-date-pickers": "^7.28.0",
"@mui/x-date-pickers-pro": "^7.28.0",
"@mui/x-license": "^7.28.0",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"ioredis": "^5.5.0",
"mui-chips-input": "^4.0.1",
"next": "15.1.7",
"ioredis": "^5.6.0",
"mui-chips-input": "^6.0.0",
"next": "15.2.3",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
"react-cookie": "^8.0.1",
"react-dom": "19.0.0",
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
@ -43,8 +43,8 @@
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/uuid": "^10.0.0"
}
}