Update deps and version numbers

This commit is contained in:
Darren Clarke 2025-02-20 10:56:31 +01:00
parent 6e8d3e171e
commit 05a0261355
22 changed files with 1251 additions and 1523 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-frontend",
"version": "2.4.0b1",
"version": "3.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
@ -17,15 +17,15 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-license": "^7.24.1",
"@mui/x-license": "^7.26.0",
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"next": "15.1.6",
"next": "15.1.7",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5",
"tsx": "^4.19.2",
"tsx": "^4.19.3",
"@link-stack/ui": "*"
},
"devDependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-migrations",
"version": "2.4.0b1",
"version": "3.1.0",
"type": "module",
"scripts": {
"migrate:up:all": "tsx migrate.ts up:all",
@ -10,9 +10,9 @@
},
"dependencies": {
"dotenv": "^16.4.7",
"kysely": "0.26.1",
"pg": "^8.13.1",
"tsx": "^4.19.2"
"kysely": "0.27.5",
"pg": "^8.13.3",
"tsx": "^4.19.3"
},
"devDependencies": {
"@types/node": "^22",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-whatsapp",
"version": "2.4.0b1",
"version": "3.1.0",
"main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>",
"license": "AGPL-3.0-or-later",
@ -9,9 +9,9 @@
"@hapi/hapi": "^21.3.12",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@whiskeysockets/baileys": "^6.7.9",
"@whiskeysockets/baileys": "^6.7.13",
"hapi-pino": "^12.1.0",
"link-preview-js": "^3.0.13"
"link-preview-js": "^3.0.14"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
@ -19,7 +19,7 @@
"@link-stack/typescript-config": "*",
"@types/node": "*",
"dotenv-cli": "^8.0.0",
"tsx": "^4.19.2",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
},
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-worker",
"version": "2.4.0b1",
"version": "3.1.0",
"type": "module",
"main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>",
@ -16,8 +16,8 @@
"@link-stack/signal-api": "*",
"fluent-ffmpeg": "^2.1.3",
"graphile-worker": "^0.16.6",
"remeda": "^2.20.0",
"twilio": "^5.4.2"
"remeda": "^2.20.2",
"twilio": "^5.4.4"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/leafcutter",
"version": "2.4.0b1",
"version": "3.1.0",
"scripts": {
"dev": "next dev -p 3001",
"login": "aws sso login --sso-session cdr",
@ -22,12 +22,12 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-date-pickers-pro": "^7.24.1",
"@opensearch-project/opensearch": "^3.2.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"@opensearch-project/opensearch": "^3.3.0",
"date-fns": "^4.1.0",
"http-proxy-middleware": "^3.0.3",
"material-ui-popup-state": "^5.3.3",
"next": "15.1.6",
"next": "15.1.7",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -36,11 +36,11 @@
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
"sharp": "^0.33.5",
"uuid": "^11.0.5"
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"@types/uuid": "^10.0.0",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/link",
"version": "2.4.0b1",
"version": "3.1.0",
"type": "module",
"scripts": {
"dev": "next dev -H 0.0.0.0",
@ -24,15 +24,15 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-date-pickers": "^7.24.1",
"@mui/x-date-pickers-pro": "^7.24.1",
"@mui/x-license": "^7.24.1",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"@mui/x-license": "^7.26.0",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"ioredis": "^5.4.2",
"ioredis": "^5.5.0",
"mui-chips-input": "^4.0.1",
"next": "15.1.6",
"next": "15.1.7",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -43,8 +43,8 @@
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"@types/uuid": "^10.0.0"
}
}