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": "*",