Update deps
This commit is contained in:
parent
13a5a03860
commit
a35d18b5a9
16 changed files with 894 additions and 877 deletions
|
|
@ -9,14 +9,14 @@
|
|||
"build": "tsc -p tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth/kysely-adapter": "^1.7.4",
|
||||
"@auth/kysely-adapter": "^1.8.0",
|
||||
"graphile-worker": "^0.16.6",
|
||||
"kysely": "0.27.5",
|
||||
"pg": "^8.13.3"
|
||||
"kysely": "0.27.6",
|
||||
"pg": "^8.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@link-stack/eslint-config": "*",
|
||||
"@link-stack/typescript-config": "*",
|
||||
"typescript": "^5.7.3"
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,17 +9,17 @@
|
|||
"@link-stack/signal-api": "*",
|
||||
"@link-stack/ui": "*",
|
||||
"@mui/material": "^6",
|
||||
"@mui/x-data-grid-pro": "^7.27.1",
|
||||
"kysely": "0.27.5",
|
||||
"next": "15.1.7",
|
||||
"@mui/x-data-grid-pro": "^7.28.1",
|
||||
"kysely": "0.27.6",
|
||||
"next": "15.2.3",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-qr-code": "^2.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/react": "19.0.10",
|
||||
"@types/node": "^22.13.12",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"typescript": "5.7.3"
|
||||
"typescript": "5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,17 +9,17 @@
|
|||
"fmt": "prettier \"profile/**/*.js\" --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rushstack/eslint-patch": "^1.10.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
||||
"@typescript-eslint/parser": "^8.25.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"@rushstack/eslint-patch": "^1.11.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
||||
"@typescript-eslint/parser": "^8.27.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-config-xo-space": "^0.35.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jest": "^28.11.0",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"eslint-plugin-unicorn": "57.0.0",
|
||||
"@babel/eslint-parser": "7.26.8"
|
||||
"eslint-plugin-unicorn": "58.0.0",
|
||||
"@babel/eslint-parser": "7.26.10"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^4.9.5"
|
||||
|
|
@ -27,6 +27,6 @@
|
|||
"devDependencies": {
|
||||
"eslint": "^9",
|
||||
"jest": "^29.7.0",
|
||||
"typescript": "^5.7.3"
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,23 +10,23 @@
|
|||
"@link-stack/opensearch-common": "*",
|
||||
"@mui/icons-material": "^6",
|
||||
"@mui/material": "^6",
|
||||
"@mui/x-data-grid-pro": "^7.27.1",
|
||||
"@mui/x-date-pickers-pro": "^7.27.1",
|
||||
"@mui/x-data-grid-pro": "^7.28.1",
|
||||
"@mui/x-date-pickers-pro": "^7.28.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"next": "15.1.7",
|
||||
"next": "15.2.3",
|
||||
"next-auth": "^4.24.11",
|
||||
"react": "19.0.0",
|
||||
"react-cookie": "^7.2.2",
|
||||
"react-cookie": "^8.0.1",
|
||||
"react-dom": "19.0.0",
|
||||
"react-iframe": "^1.8.5",
|
||||
"react-markdown": "^10.0.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-polyglot": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@link-stack/eslint-config": "*",
|
||||
"@link-stack/typescript-config": "*",
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/react": "19.0.10",
|
||||
"typescript": "5.7.3"
|
||||
"@types/node": "^22.13.12",
|
||||
"@types/react": "19.0.12",
|
||||
"typescript": "5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
"uuid": "^11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/node": "^22.13.12",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@link-stack/typescript-config": "*",
|
||||
"@link-stack/eslint-config": "*",
|
||||
"typescript": "5.7.3"
|
||||
"typescript": "5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.16.3",
|
||||
"@openapitools/openapi-generator-cli": "^2.18.4",
|
||||
"@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.27.1",
|
||||
"@mui/x-license": "^7.26.0",
|
||||
"next": "15.1.7",
|
||||
"@mui/x-data-grid-pro": "^7.28.1",
|
||||
"@mui/x-license": "^7.28.0",
|
||||
"next": "15.2.3",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/react": "19.0.10",
|
||||
"typescript": "^5.7.3"
|
||||
"@types/node": "^22.13.12",
|
||||
"@types/react": "19.0.12",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.13.5",
|
||||
"@types/node": "^22.13.12",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"author": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue