Update deps

This commit is contained in:
Darren Clarke 2023-07-11 14:34:11 +00:00 committed by GitHub
parent 53514d68cb
commit 302575f129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 69 additions and 70 deletions

View file

@ -11,8 +11,9 @@ build-all:
TURBO_TOKEN: $TURBO_TOKEN TURBO_TOKEN: $TURBO_TOKEN
TURBO_TEAM: $TURBO_TEAM TURBO_TEAM: $TURBO_TEAM
script: script:
- npm install npm@latest -g
- npm install -g turbo - npm install -g turbo
- npm ci - npm install
- turbo build - turbo build
.docker-build: .docker-build:

View file

@ -25,9 +25,7 @@ export default function Layout({ children }: LayoutProps) {
return ( return (
<html lang="en"> <html lang="en">
<body> <body>
<MultiProvider> <MultiProvider>{children}</MultiProvider>
{children}
</MultiProvider>
</body> </body>
</html> </html>
); );

View file

@ -17,19 +17,19 @@
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0", "@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@fontsource/playfair-display": "^5.0.4", "@fontsource/playfair-display": "^5.0.5",
"@fontsource/poppins": "^5.0.4", "@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.4", "@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5", "@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.135", "@mui/lab": "^5.0.0-alpha.135",
"@mui/material": "^5", "@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.9.1", "@mui/x-data-grid-pro": "^6.9.2",
"@mui/x-date-pickers-pro": "^6.9.1", "@mui/x-date-pickers-pro": "^6.9.2",
"@opensearch-project/opensearch": "^2.0.0", "@opensearch-project/opensearch": "^2.0.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"http-proxy-middleware": "^2.0.6", "http-proxy-middleware": "^2.0.6",
"material-ui-popup-state": "^5.0.9", "material-ui-popup-state": "^5.0.9",
"next": "13.4.8", "next": "13.4.9",
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
"next-http-proxy-middleware": "^1.2.5", "next-http-proxy-middleware": "^1.2.5",
"nodemailer": "^6.9.3", "nodemailer": "^6.9.3",
@ -40,24 +40,24 @@
"react-iframe": "^1.8.5", "react-iframe": "^1.8.5",
"react-markdown": "^8.0.7", "react-markdown": "^8.0.7",
"react-polyglot": "^0.7.2", "react-polyglot": "^0.7.2",
"sharp": "^0.32.1", "sharp": "^0.32.2",
"swr": "^2.2.0", "swr": "^2.2.0",
"tss-react": "^4.8.6", "tss-react": "^4.8.6",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.6", "@babel/core": "^7.22.8",
"@types/node": "^20.3.3", "@types/node": "^20.4.1",
"@types/react": "18.2.14", "@types/react": "18.2.14",
"@types/uuid": "^9.0.2", "@types/uuid": "^9.0.2",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.3",
"eslint": "^8.44.0", "eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.8", "eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"typescript": "5.1.6" "typescript": "5.1.6"
} }

View file

@ -15,41 +15,41 @@
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0", "@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@fontsource/playfair-display": "^5.0.4", "@fontsource/playfair-display": "^5.0.5",
"@fontsource/poppins": "^5.0.4", "@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.4", "@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5", "@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.135", "@mui/lab": "^5.0.0-alpha.135",
"@mui/material": "^5", "@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.9.1", "@mui/x-data-grid-pro": "^6.9.2",
"@mui/x-date-pickers-pro": "^6.9.1", "@mui/x-date-pickers-pro": "^6.9.2",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"graphql-request": "^6.1.0", "graphql-request": "^6.1.0",
"material-ui-popup-state": "^5.0.9", "material-ui-popup-state": "^5.0.9",
"next": "13.4.8", "next": "13.4.9",
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
"react": "18.2.0", "react": "18.2.0",
"react-cookie": "^4.1.1", "react-cookie": "^4.1.1",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-iframe": "^1.8.5", "react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2", "react-polyglot": "^0.7.2",
"sharp": "^0.32.1", "sharp": "^0.32.2",
"swr": "^2.2.0", "swr": "^2.2.0",
"tss-react": "^4.8.6" "tss-react": "^4.8.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.6", "@babel/core": "^7.22.8",
"@types/node": "^20.3.3", "@types/node": "^20.4.1",
"@types/react": "18.2.14", "@types/react": "18.2.14",
"@types/uuid": "^9.0.2", "@types/uuid": "^9.0.2",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.3",
"eslint": "^8.44.0", "eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.8", "eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"typescript": "5.1.6" "typescript": "5.1.6"
} }

View file

@ -29,9 +29,9 @@
"graphile-worker": "^0.13.0", "graphile-worker": "^0.13.0",
"hapi-auth-bearer-token": "^8.0.0", "hapi-auth-bearer-token": "^8.0.0",
"hapi-auth-jwt2": "^10.4.0", "hapi-auth-jwt2": "^10.4.0",
"hapi-swagger": "^17.0.1", "hapi-swagger": "^17.1.0",
"joi": "^17.9.2", "joi": "^17.9.2",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1", "jwks-rsa": "^3.0.1",
"long": "^5.2.3", "long": "^5.2.3",
"p-memoize": "^7.1.1", "p-memoize": "^7.1.1",
@ -43,7 +43,7 @@
"remeda": "^1.23.0", "remeda": "^1.23.0",
"twilio": "^4.13.0", "twilio": "^4.13.0",
"typeorm": "^0.3.17", "typeorm": "^0.3.17",
"@whiskeysockets/baileys": "^6.3.0" "@whiskeysockets/baileys": "^6.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/long": "^4.0.2", "@types/long": "^4.0.2",
@ -52,7 +52,7 @@
"camelcase-keys": "^8.0.2", "camelcase-keys": "^8.0.2",
"eslint-config-link": "*", "eslint-config-link": "*",
"jest-config-link": "*", "jest-config-link": "*",
"nodemon": "^2.0.22", "nodemon": "^3.0.1",
"pg-monitor": "^2.0.0", "pg-monitor": "^2.0.0",
"pino-pretty": "^10.0.1", "pino-pretty": "^10.0.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",

View file

@ -23,9 +23,9 @@
"graphql": "15.8.0" "graphql": "15.8.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"pino-pretty": "^10.0.1", "pino-pretty": "^10.0.1",
"nodemon": "^2.0.22", "nodemon": "^3.0.1",
"tsconfig-link": "*", "tsconfig-link": "*",
"eslint-config-link": "*", "eslint-config-link": "*",
"jest-config-link": "*", "jest-config-link": "*",

View file

@ -3,26 +3,26 @@
"version": "0.2.0", "version": "0.2.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@apollo/client": "^3.7.16", "@apollo/client": "^3.7.17",
"@digiresilience/metamigo-config": "*", "@digiresilience/metamigo-config": "*",
"@hapi/boom": "^10.0.1", "@hapi/boom": "^10.0.1",
"@hapi/wreck": "^18.0.1", "@hapi/wreck": "^18.0.1",
"@mui/icons-material": "^5", "@mui/icons-material": "^5",
"@mui/material": "^5", "@mui/material": "^5",
"@mui/styles": "^5", "@mui/styles": "^5",
"@twilio/voice-sdk": "^2.6.0", "@twilio/voice-sdk": "^2.6.1",
"http-proxy-middleware": "^2.0.6", "http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1", "jwks-rsa": "^3.0.1",
"next": "13.4.8", "next": "13.4.9",
"next-auth": "4.22.1", "next-auth": "4.22.1",
"ra-data-graphql": "^4.12.0", "ra-data-graphql": "^4.12.1",
"ra-i18n-polyglot": "^4.12.0", "ra-i18n-polyglot": "^4.12.1",
"ra-input-rich-text": "^4.12.0", "ra-input-rich-text": "^4.12.1",
"ra-language-english": "^4.12.0", "ra-language-english": "^4.12.1",
"ra-postgraphile": "^6.1.1", "ra-postgraphile": "^6.1.1",
"react": "18.2.0", "react": "18.2.0",
"react-admin": "^4.12.0", "react-admin": "^4.12.1",
"react-digit-input": "^2.1.0", "react-digit-input": "^2.1.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-qr-code": "^2.0.11", "react-qr-code": "^2.0.11",
@ -41,7 +41,7 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write" "fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^13.4.8", "@next/eslint-plugin-next": "^13.4.9",
"@types/hapi__wreck": "17.0.1", "@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.14", "@types/react": "18.2.14",
"@types/react-mic": "12.4.3", "@types/react-mic": "12.4.3",

View file

@ -17,18 +17,18 @@
"@digiresilience/metamigo-db": "*" "@digiresilience/metamigo-db": "*"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.22.6", "@babel/core": "7.22.8",
"@babel/preset-env": "7.22.6", "@babel/preset-env": "7.22.7",
"@babel/preset-typescript": "7.22.5", "@babel/preset-typescript": "7.22.5",
"@types/fluent-ffmpeg": "^2.1.21", "@types/fluent-ffmpeg": "^2.1.21",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"eslint": "^8.44.0", "eslint": "^8.44.0",
"jest": "^29.6.0", "jest": "^29.6.1",
"jest-circus": "^29.6.0", "jest-circus": "^29.6.1",
"jest-junit": "^16.0.0", "jest-junit": "^16.0.0",
"nodemon": "^2.0.22", "nodemon": "^3.0.1",
"pino-pretty": "^10.0.1", "pino-pretty": "^10.0.1",
"prettier": "^2.8.8", "prettier": "^3.0.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typedoc": "^0.24.8", "typedoc": "^0.24.8",
"typescript": "^5.1.6" "typescript": "^5.1.6"

View file

@ -49,7 +49,7 @@
"graphql": "15.8.0" "graphql": "15.8.0"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^2.8.8", "prettier": "^3.0.0",
"dotenv-cli": "latest" "dotenv-cli": "latest"
}, },
"engines": { "engines": {

View file

@ -9,8 +9,8 @@
"lint": "eslint index.js" "lint": "eslint index.js"
}, },
"dependencies": { "dependencies": {
"@babel/core": "7.22.6", "@babel/core": "7.22.8",
"@babel/preset-env": "7.22.6", "@babel/preset-env": "7.22.7",
"@babel/preset-typescript": "7.22.5" "@babel/preset-typescript": "7.22.5"
}, },
"peerDependencies": {}, "peerDependencies": {},

View file

@ -10,8 +10,8 @@
}, },
"dependencies": { "dependencies": {
"@rushstack/eslint-patch": "^1.3.2", "@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^5.61.0", "@typescript-eslint/parser": "^6.0.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-config-xo-space": "^0.34.0", "eslint-config-xo-space": "^0.34.0",
"eslint-plugin-cypress": "^2.13.3", "eslint-plugin-cypress": "^2.13.3",
@ -21,7 +21,7 @@
"eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "47.0.0", "eslint-plugin-unicorn": "47.0.0",
"@babel/eslint-parser": "7.22.6" "@babel/eslint-parser": "7.22.7"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -29,7 +29,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.44.0", "eslint": "^8.44.0",
"jest": "^29.6.0", "jest": "^29.6.1",
"typescript": "^5.1.6" "typescript": "^5.1.6"
} }
} }

View file

@ -9,7 +9,7 @@
"private": false, "private": false,
"devDependencies": { "devDependencies": {
"@hapi/basic": "^7.0.2", "@hapi/basic": "^7.0.2",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"babel-preset-link": "*", "babel-preset-link": "*",
"eslint-config-link": "*", "eslint-config-link": "*",
"jest-config-link": "*", "jest-config-link": "*",

View file

@ -9,8 +9,8 @@
"node": ">=14" "node": ">=14"
}, },
"dependencies": { "dependencies": {
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"jest": "^29.6.0", "jest": "^29.6.1",
"jest-junit": "^16.0.0" "jest-junit": "^16.0.0"
}, },
"peerDependencies": {} "peerDependencies": {}

View file

@ -10,12 +10,12 @@
"@digiresilience/montar": "*" "@digiresilience/montar": "*"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.22.6", "@babel/core": "7.22.8",
"@babel/preset-env": "7.22.6", "@babel/preset-env": "7.22.7",
"@babel/preset-typescript": "7.22.5", "@babel/preset-typescript": "7.22.5",
"eslint": "^8.44.0", "eslint": "^8.44.0",
"pino-pretty": "^10.0.1", "pino-pretty": "^10.0.1",
"prettier": "^2.8.8", "prettier": "^3.0.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"typedoc": "^0.24.8", "typedoc": "^0.24.8",

View file

@ -16,15 +16,15 @@
"pg-promise": "^11.5.0" "pg-promise": "^11.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.22.6", "@babel/core": "7.22.8",
"@babel/preset-env": "7.22.6", "@babel/preset-env": "7.22.7",
"@babel/preset-typescript": "7.22.5", "@babel/preset-typescript": "7.22.5",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"eslint": "^8.44.0", "eslint": "^8.44.0",
"jest": "^29.6.0", "jest": "^29.6.1",
"jest-junit": "^16.0.0", "jest-junit": "^16.0.0",
"pino-pretty": "^10.0.1", "pino-pretty": "^10.0.1",
"prettier": "^2.8.8", "prettier": "^3.0.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"typedoc": "^0.24.8", "typedoc": "^0.24.8",

View file

@ -23,7 +23,7 @@
"node": ">=14" "node": ">=14"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"babel-preset-link": "*", "babel-preset-link": "*",
"eslint-config-link": "*", "eslint-config-link": "*",
"jest-config-link": "*", "jest-config-link": "*",