Update deps and Docker images

This commit is contained in:
Darren Clarke 2024-09-27 11:22:45 +02:00
parent b21efc2d50
commit a707c842be
32 changed files with 1063 additions and 981 deletions

View file

@ -9,10 +9,10 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.4.2",
"@auth/kysely-adapter": "^1.5.2",
"graphile-worker": "^0.16.6",
"kysely": "0.26.1",
"pg": "^8.12.0"
"pg": "^8.13.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
@ -20,7 +20,7 @@
"@babel/preset-typescript": "7.24.7",
"prettier": "^3.3.3",
"@link-stack/typescript-config": "*",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"tsx": "^4.19.1",
"typescript": "^5.6.2"
}
}

View file

@ -5,20 +5,20 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.4.2",
"@auth/kysely-adapter": "^1.5.2",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@link-stack/signal-api": "*",
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.12.1",
"@mui/x-date-pickers-pro": "^7.12.1",
"date-fns": "^3.6.0",
"@mui/x-data-grid-pro": "^7.18.0",
"@mui/x-date-pickers-pro": "^7.18.0",
"date-fns": "^4.1.0",
"kysely": "0.26.1",
"material-ui-popup-state": "^5.1.2",
"next": "14.2.5",
"material-ui-popup-state": "^5.3.1",
"next": "14.2.13",
"react": "18.3.1",
"react-cookie": "^7.2.0",
"react-cookie-consent": "^9.0.0",
@ -27,24 +27,24 @@
"react-markdown": "^9.0.1",
"react-polyglot": "^0.7.2",
"react-qr-code": "^2.0.15",
"tss-react": "^4.9.12",
"tss-react": "^4.9.13",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.7",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.0",
"file-loader": "^6.2.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}

View file

@ -10,14 +10,14 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-unicorn": "55.0.0",
"@babel/eslint-parser": "7.25.1"
@ -28,6 +28,6 @@
"devDependencies": {
"eslint": "^8",
"jest": "^29.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}

View file

@ -9,7 +9,7 @@
"node": ">=14"
},
"dependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"jest-junit": "^16.0.0"
},

View file

@ -6,17 +6,17 @@
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.12.1",
"@mui/x-date-pickers-pro": "^7.12.1",
"@mui/x-data-grid-pro": "^7.18.0",
"@mui/x-date-pickers-pro": "^7.18.0",
"@link-stack/opensearch-common": "*",
"date-fns": "^3.6.0",
"material-ui-popup-state": "^5.1.2",
"next": "14.2.5",
"date-fns": "^4.1.0",
"material-ui-popup-state": "^5.3.1",
"next": "14.2.13",
"react": "18.3.1",
"react-cookie": "^7.2.0",
"react-cookie-consent": "^9.0.0",
@ -24,23 +24,23 @@
"react-iframe": "^1.8.5",
"react-markdown": "^9.0.1",
"react-polyglot": "^0.7.2",
"tss-react": "^4.9.12",
"tss-react": "^4.9.13",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.7",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.0",
"file-loader": "^6.2.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}

View file

@ -10,13 +10,13 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/node": "^22.5.2",
"@types/react": "18.3.5",
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"@types/uuid": "^10.0.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"file-loader": "^6.2.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}

View file

@ -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.13.5",
"@openapitools/openapi-generator-cli": "^2.13.9",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"@types/node": "^22",

View file

@ -9,15 +9,15 @@
"dependencies": {
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.12.1",
"@mui/x-date-pickers-pro": "^7.12.1",
"next": "14.2.5",
"@mui/x-data-grid-pro": "^7.18.0",
"@mui/x-date-pickers-pro": "^7.18.0",
"next": "14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/react": "18.3.3",
"typescript": "^5.5.4"
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"typescript": "^5.6.2"
}
}

View file

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