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"
}
}

1643
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,7 @@
"type": "git",
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
},
"packageManager": "npm@11.1.0",
"packageManager": "npm@11.2.0",
"author": "Darren Clarke",
"license": "AGPL-3.0-or-later",
"devDependencies": {
@ -57,7 +57,7 @@
"typescript": "latest",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19.0.10"
"@types/react": "^19.0.12"
},
"overrides": {
"material-ui-popup-state": {

View file

@ -9,14 +9,14 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.7.4",
"@auth/kysely-adapter": "^1.8.0",
"graphile-worker": "^0.16.6",
"kysely": "0.27.5",
"pg": "^8.13.3"
"kysely": "0.27.6",
"pg": "^8.14.1"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}

View file

@ -9,17 +9,17 @@
"@link-stack/signal-api": "*",
"@link-stack/ui": "*",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.27.1",
"kysely": "0.27.5",
"next": "15.1.7",
"@mui/x-data-grid-pro": "^7.28.1",
"kysely": "0.27.6",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/react-dom": "^19.0.4",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}

View file

@ -9,17 +9,17 @@
"fmt": "prettier \"profile/**/*.js\" --write"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"eslint-config-prettier": "^10.0.1",
"@rushstack/eslint-patch": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"eslint-config-prettier": "^10.1.1",
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "57.0.0",
"@babel/eslint-parser": "7.26.8"
"eslint-plugin-unicorn": "58.0.0",
"@babel/eslint-parser": "7.26.10"
},
"peerDependencies": {
"typescript": "^4.9.5"
@ -27,6 +27,6 @@
"devDependencies": {
"eslint": "^9",
"jest": "^29.7.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}

View file

@ -10,23 +10,23 @@
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.27.1",
"@mui/x-date-pickers-pro": "^7.27.1",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-date-pickers-pro": "^7.28.0",
"date-fns": "^4.1.0",
"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-dom": "19.0.0",
"react-iframe": "^1.8.5",
"react-markdown": "^10.0.0",
"react-markdown": "^10.1.0",
"react-polyglot": "^0.7.2"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"typescript": "5.7.3"
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"typescript": "5.8.2"
}
}

View file

@ -9,10 +9,10 @@
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/node": "^22.13.12",
"@types/uuid": "^10.0.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}

View file

@ -12,7 +12,7 @@
"update-api": "openapi-generator-cli generate -i 'https://bbernhard.github.io/signal-cli-rest-api/src/docs/swagger.json' -g typescript-fetch -o . --skip-validate-spec"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.16.3",
"@openapitools/openapi-generator-cli": "^2.18.4",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"@types/node": "^22",

View file

@ -9,15 +9,15 @@
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.27.1",
"@mui/x-license": "^7.26.0",
"next": "15.1.7",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-license": "^7.28.0",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"typescript": "^5.7.3"
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"typescript": "^5.8.2"
}
}

View file

@ -10,7 +10,7 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/node": "^22.13.12",
"typescript": "^5"
},
"author": "",