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",
"version": "2.4.0b1",
"version": "3.1.0",
"scripts": {
"dev": "next dev -p 3001",
"login": "aws sso login --sso-session cdr",
@ -22,12 +22,12 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-date-pickers-pro": "^7.24.1",
"@opensearch-project/opensearch": "^3.2.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"@opensearch-project/opensearch": "^3.3.0",
"date-fns": "^4.1.0",
"http-proxy-middleware": "^3.0.3",
"material-ui-popup-state": "^5.3.3",
"next": "15.1.6",
"next": "15.1.7",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -36,11 +36,11 @@
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
"sharp": "^0.33.5",
"uuid": "^11.0.5"
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"@types/uuid": "^10.0.0",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",