Update deps and version numbers

This commit is contained in:
Darren Clarke 2025-02-20 10:56:31 +01:00
parent 6e8d3e171e
commit 05a0261355
22 changed files with 1251 additions and 1523 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/leafcutter-ui",
"version": "2.4.0b1",
"version": "3.1.0",
"scripts": {
"build": "tsc -p tsconfig.json"
},
@ -10,10 +10,10 @@
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-date-pickers-pro": "^7.24.1",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"date-fns": "^4.1.0",
"next": "15.1.6",
"next": "15.1.7",
"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.10",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"typescript": "5.7.3"
}
}