Update deps

This commit is contained in:
Darren Clarke 2025-12-06 12:56:54 +01:00
parent 11563a794e
commit 66231de404
22 changed files with 1474 additions and 1624 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/bridge-ui",
"version": "3.2.0b3",
"version": "3.2.0b4",
"scripts": {
"build": "tsc -p tsconfig.json"
},
@ -11,7 +11,7 @@
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7",
"kysely": "0.27.5",
"next": "15.5.4",
"next": "^15.5.7",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-qr-code": "^2.0.18"

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/eslint-config",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "amigo's eslint config",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/jest-config",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/leafcutter-ui",
"version": "3.2.0b3",
"version": "3.2.0b4",
"scripts": {
"build": "tsc -p tsconfig.json"
},
@ -13,7 +13,7 @@
"@mui/x-data-grid-pro": "^7",
"@mui/x-date-pickers-pro": "^7",
"date-fns": "^4.1.0",
"next": "15.5.4",
"next": "^15.5.7",
"next-auth": "^4.24.11",
"react": "19.2.0",
"react-cookie": "^8.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/logger",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "Shared logging utility for Link Stack monorepo",
"main": "./dist/index.js",
"module": "./dist/index.mjs",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/opensearch-common",
"version": "3.2.0b3",
"version": "3.2.0b4",
"scripts": {
"build": "tsc -p tsconfig.json"
},

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/signal-api",
"version": "3.2.0b3",
"version": "3.2.0b4",
"type": "module",
"main": "build/index.js",
"exports": {

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/typescript-config",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "Shared TypeScript config",
"license": "AGPL-3.0-or-later",
"author": "Abel Luck <abel@guardianproject.info>",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/ui",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json"
@ -11,7 +11,7 @@
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7",
"@mui/x-license": "^7",
"next": "15.5.4",
"next": "^15.5.7",
"react": "19.2.0",
"react-dom": "19.2.0"
},

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-bridge",
"displayName": "Bridge",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "An addon that adds CDR Bridge channels to Zammad.",
"scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/zammad-addon-common",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "",
"bin": {
"zpm-build": "./dist/build.js",

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-hardening",
"displayName": "Hardening",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "A Zammad addon that hardens a Zammad instance according to CDR's needs.",
"scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",

View file

@ -1,7 +1,7 @@
{
"name": "@link-stack/zammad-addon-leafcutter",
"displayName": "Leafcutter",
"version": "3.2.0b3",
"version": "3.2.0b4",
"description": "Adds a common set of tags for Leafcutter uses.",
"scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",