Update deps, add robots.txt

This commit is contained in:
Darren Clarke 2025-01-26 12:24:57 +01:00
parent 810a333429
commit dd0265f3f5
20 changed files with 372 additions and 390 deletions

View file

@ -17,10 +17,10 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-license": "^7.24.0",
"@mui/x-license": "^7.24.1",
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"next": "15.1.5",
"next": "15.1.6",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-dom": "19.0.0",
@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.10",
"@types/pg": "^8.11.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"@link-stack/eslint-config": "*",

View file

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View file

@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.10",
"@types/pg": "^8.11.11",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5"

View file

@ -16,7 +16,7 @@
"@link-stack/signal-api": "*",
"fluent-ffmpeg": "^2.1.3",
"graphile-worker": "^0.16.6",
"remeda": "^2.19.2",
"remeda": "^2.20.0",
"twilio": "^5.4.2"
},
"devDependencies": {

View file

@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View file

@ -22,12 +22,12 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-date-pickers-pro": "^7.24.0",
"@opensearch-project/opensearch": "^3.1.0",
"@mui/x-date-pickers-pro": "^7.24.1",
"@opensearch-project/opensearch": "^3.2.0",
"date-fns": "^4.1.0",
"http-proxy-middleware": "^3.0.3",
"material-ui-popup-state": "^5.3.3",
"next": "15.1.5",
"next": "15.1.6",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -39,8 +39,8 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "19.0.7",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/uuid": "^10.0.0",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",

View file

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View file

@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

View file

@ -24,15 +24,15 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.24.0",
"@mui/x-date-pickers": "^7.24.0",
"@mui/x-date-pickers-pro": "^7.24.0",
"@mui/x-license": "^7.24.0",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-date-pickers": "^7.24.1",
"@mui/x-date-pickers-pro": "^7.24.1",
"@mui/x-license": "^7.24.1",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"ioredis": "^5.4.2",
"mui-chips-input": "^4.0.1",
"next": "15.1.5",
"next": "15.1.6",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -43,8 +43,8 @@
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@types/node": "^22.10.7",
"@types/react": "19.0.7",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/uuid": "^10.0.0"
}
}

Binary file not shown.

View file

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

674
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -52,11 +52,11 @@
"devDependencies": {
"dotenv-cli": "latest",
"eslint": "^9",
"turbo": "^2.3.3",
"turbo": "^2.3.4",
"typescript": "latest",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "^19.0.7"
"@types/react": "^19.0.8"
},
"overrides": {
"material-ui-popup-state": {

View file

@ -9,16 +9,16 @@
"@link-stack/signal-api": "*",
"@link-stack/ui": "*",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.0",
"@mui/x-data-grid-pro": "^7.24.1",
"kysely": "0.26.1",
"next": "15.1.5",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "19.0.7",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "5.7.3"
}

View file

@ -10,8 +10,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-eslint-comments": "^3.2.0",

View file

@ -10,10 +10,10 @@
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.0",
"@mui/x-date-pickers-pro": "^7.24.0",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-date-pickers-pro": "^7.24.1",
"date-fns": "^4.1.0",
"next": "15.1.5",
"next": "15.1.6",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -25,8 +25,8 @@
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.10.7",
"@types/react": "19.0.7",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"typescript": "5.7.3"
}
}

View file

@ -5,11 +5,11 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^3.1.0",
"@opensearch-project/opensearch": "^3.2.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@types/uuid": "^10.0.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-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.15.3",
"@openapitools/openapi-generator-cli": "^2.16.2",
"@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.24.0",
"@mui/x-license": "^7.24.0",
"next": "15.1.5",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-license": "^7.24.1",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "19.0.7",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"typescript": "^5.7.3"
}
}

View file

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