Update deps

This commit is contained in:
Darren Clarke 2025-12-17 15:30:34 +01:00
parent 66231de404
commit 144b8de540
22 changed files with 1266 additions and 910 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-frontend",
"version": "3.2.0b4",
"version": "3.2.0b5",
"type": "module",
"scripts": {
"dev": "next dev",
@ -20,7 +20,7 @@
"@mui/x-license": "^7",
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"next": "15.5.7",
"next": "15.5.9",
"next-auth": "^4.24.11",
"react": "19.2.0",
"react-dom": "19.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-migrations",
"version": "3.2.0b4",
"version": "3.2.0b5",
"type": "module",
"scripts": {
"migrate:up:all": "tsx migrate.ts up:all",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-whatsapp",
"version": "3.2.0b4",
"version": "3.2.0b5",
"main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>",
"license": "AGPL-3.0-or-later",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-worker",
"version": "3.2.0b4",
"version": "3.2.0b5",
"type": "module",
"main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/leafcutter",
"version": "3.2.0b4",
"version": "3.2.0b5",
"scripts": {
"dev": "next dev -p 3001",
"login": "aws sso login --sso-session cdr",
@ -28,7 +28,7 @@
"date-fns": "^4.1.0",
"http-proxy-middleware": "^3.0.5",
"material-ui-popup-state": "^5.3.6",
"next": "15.5.7",
"next": "15.5.9",
"next-auth": "^4.24.11",
"react": "19.2.0",
"react-cookie": "^8.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/link",
"version": "3.2.0b4",
"version": "3.2.0b5",
"type": "module",
"scripts": {
"dev": "next dev -H 0.0.0.0",
@ -33,7 +33,7 @@
"graphql-request": "^7.2.0",
"ioredis": "^5.8.1",
"mui-chips-input": "^6.0.0",
"next": "15.5.7",
"next": "15.5.9",
"next-auth": "^4.24.11",
"react": "19.2.0",
"react-cookie": "^8.0.1",