Update deps

This commit is contained in:
Darren Clarke 2025-02-26 08:14:16 +01:00
parent 05a0261355
commit 494404c4c1
12 changed files with 209 additions and 196 deletions

View file

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

View file

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

View file

@ -10,8 +10,8 @@
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"@mui/x-data-grid-pro": "^7.27.1",
"@mui/x-date-pickers-pro": "^7.27.1",
"date-fns": "^4.1.0",
"next": "15.1.7",
"next-auth": "^4.24.11",
@ -19,13 +19,13 @@
"react-cookie": "^7.2.2",
"react-dom": "19.0.0",
"react-iframe": "^1.8.5",
"react-markdown": "^9.0.3",
"react-markdown": "^10.0.0",
"react-polyglot": "^0.7.2"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"typescript": "5.7.3"
}

View file

@ -5,11 +5,11 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^3.3.0",
"@opensearch-project/opensearch": "^3.4.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/uuid": "^10.0.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",

View file

@ -9,14 +9,14 @@
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-data-grid-pro": "^7.27.1",
"@mui/x-license": "^7.26.0",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"typescript": "^5.7.3"
}

View file

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