Update deps, add robots.txt
This commit is contained in:
parent
810a333429
commit
dd0265f3f5
20 changed files with 372 additions and 390 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": "*",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/node": "^22.10.10",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue