Update deps

This commit is contained in:
Darren Clarke 2024-09-04 07:52:30 +02:00
parent e82cb0e10d
commit 027aac3a92
15 changed files with 1289 additions and 928 deletions

View file

@ -41,14 +41,14 @@
"react-dom": "18.3.1",
"react-qr-code": "^2.0.15",
"react-timer-hook": "^3.0.7",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"tss-react": "^4.9.12",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"@link-stack/ui": "*"
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"@link-stack/eslint-config": "*",

View file

@ -12,11 +12,11 @@
"dotenv": "^16.4.5",
"kysely": "0.26.1",
"pg": "^8.12.0",
"tsx": "^4.17.0"
"tsx": "^4.19.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.8",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5"

View file

@ -10,7 +10,7 @@
"@hapi/hapi": "^21.3.10",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@whiskeysockets/baileys": "^6.7.5",
"@whiskeysockets/baileys": "^6.7.7",
"hapi-pino": "^12.1.0",
"link-preview-js": "^3.0.5"
},
@ -20,7 +20,7 @@
"@link-stack/typescript-config": "*",
"@types/node": "*",
"dotenv-cli": "^7.4.2",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"scripts": {

View file

@ -21,19 +21,19 @@
"kysely": "^0.27.3",
"pg": "^8.12.0",
"remeda": "^2.11.0",
"twilio": "^5.2.2"
"twilio": "^5.2.3"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@types/fluent-ffmpeg": "^2.1.25",
"@types/fluent-ffmpeg": "^2.1.26",
"dotenv-cli": "^7.4.2",
"@link-stack/eslint-config": "*",
"prettier": "^3.3.3",
"@link-stack/typescript-config": "*",
"ts-node": "^10.9.2",
"typedoc": "^0.26.5",
"typedoc": "^0.26.6",
"typescript": "^5.5.4"
}
}

View file

@ -38,17 +38,17 @@
"react-iframe": "^1.8.5",
"react-markdown": "^9.0.1",
"react-polyglot": "^0.7.2",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.2.0",
"@types/react": "18.3.3",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",

View file

@ -13,7 +13,7 @@
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@link-stack/bridge-common": "*",

2144
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -46,7 +46,7 @@
"type": "git",
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
},
"packageManager": "npm@10.8.2",
"packageManager": "npm@10.8.3",
"author": "Darren Clarke",
"license": "AGPL-3.0-or-later",
"devDependencies": {

View file

@ -16,11 +16,11 @@
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"prettier": "^3.3.3",
"@link-stack/typescript-config": "*",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
}
}

View file

@ -32,13 +32,13 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.2.0",
"@types/react": "18.3.3",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",

View file

@ -10,14 +10,14 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jest": "^28.8.2",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-unicorn": "55.0.0",
"@babel/eslint-parser": "7.25.1"

View file

@ -29,12 +29,12 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.2.0",
"@types/react": "18.3.3",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",

View file

@ -5,13 +5,13 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^2.11.0",
"@opensearch-project/opensearch": "^2.12.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.2.0",
"@types/react": "18.3.3",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"@link-stack/typescript-config": "*",

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.13.4",
"@openapitools/openapi-generator-cli": "^2.13.5",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"@types/node": "^22",

View file

@ -10,9 +10,12 @@
"build": "tsc"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^22"
"@types/node": "^22.5.2",
"typescript": "^5"
},
"author": "",
"license": "AGPL-3.0-or-later"
"license": "AGPL-3.0-or-later",
"dependencies": {
"glob": "^11.0.0"
}
}