Update deps
This commit is contained in:
parent
53514d68cb
commit
302575f129
16 changed files with 69 additions and 70 deletions
|
|
@ -11,8 +11,9 @@ build-all:
|
|||
TURBO_TOKEN: $TURBO_TOKEN
|
||||
TURBO_TEAM: $TURBO_TEAM
|
||||
script:
|
||||
- npm install npm@latest -g
|
||||
- npm install -g turbo
|
||||
- npm ci
|
||||
- npm install
|
||||
- turbo build
|
||||
|
||||
.docker-build:
|
||||
|
|
|
|||
|
|
@ -25,9 +25,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||
return (
|
||||
<html lang="en">
|
||||
<body>
|
||||
<MultiProvider>
|
||||
{children}
|
||||
</MultiProvider>
|
||||
<MultiProvider>{children}</MultiProvider>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -17,19 +17,19 @@
|
|||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/playfair-display": "^5.0.4",
|
||||
"@fontsource/poppins": "^5.0.4",
|
||||
"@fontsource/roboto": "^5.0.4",
|
||||
"@fontsource/playfair-display": "^5.0.5",
|
||||
"@fontsource/poppins": "^5.0.5",
|
||||
"@fontsource/roboto": "^5.0.5",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.135",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.9.1",
|
||||
"@mui/x-date-pickers-pro": "^6.9.1",
|
||||
"@mui/x-data-grid-pro": "^6.9.2",
|
||||
"@mui/x-date-pickers-pro": "^6.9.2",
|
||||
"@opensearch-project/opensearch": "^2.0.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"http-proxy-middleware": "^2.0.6",
|
||||
"material-ui-popup-state": "^5.0.9",
|
||||
"next": "13.4.8",
|
||||
"next": "13.4.9",
|
||||
"next-auth": "^4.22.1",
|
||||
"next-http-proxy-middleware": "^1.2.5",
|
||||
"nodemailer": "^6.9.3",
|
||||
|
|
@ -40,24 +40,24 @@
|
|||
"react-iframe": "^1.8.5",
|
||||
"react-markdown": "^8.0.7",
|
||||
"react-polyglot": "^0.7.2",
|
||||
"sharp": "^0.32.1",
|
||||
"sharp": "^0.32.2",
|
||||
"swr": "^2.2.0",
|
||||
"tss-react": "^4.8.6",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.6",
|
||||
"@types/node": "^20.3.3",
|
||||
"@babel/core": "^7.22.8",
|
||||
"@types/node": "^20.4.1",
|
||||
"@types/react": "18.2.14",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"babel-loader": "^9.1.2",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.44.0",
|
||||
"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-plugin-import": "^2.27.5",
|
||||
"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",
|
||||
"typescript": "5.1.6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,41 +15,41 @@
|
|||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/playfair-display": "^5.0.4",
|
||||
"@fontsource/poppins": "^5.0.4",
|
||||
"@fontsource/roboto": "^5.0.4",
|
||||
"@fontsource/playfair-display": "^5.0.5",
|
||||
"@fontsource/poppins": "^5.0.5",
|
||||
"@fontsource/roboto": "^5.0.5",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.135",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.9.1",
|
||||
"@mui/x-date-pickers-pro": "^6.9.1",
|
||||
"@mui/x-data-grid-pro": "^6.9.2",
|
||||
"@mui/x-date-pickers-pro": "^6.9.2",
|
||||
"date-fns": "^2.30.0",
|
||||
"graphql-request": "^6.1.0",
|
||||
"material-ui-popup-state": "^5.0.9",
|
||||
"next": "13.4.8",
|
||||
"next": "13.4.9",
|
||||
"next-auth": "^4.22.1",
|
||||
"react": "18.2.0",
|
||||
"react-cookie": "^4.1.1",
|
||||
"react-dom": "18.2.0",
|
||||
"react-iframe": "^1.8.5",
|
||||
"react-polyglot": "^0.7.2",
|
||||
"sharp": "^0.32.1",
|
||||
"sharp": "^0.32.2",
|
||||
"swr": "^2.2.0",
|
||||
"tss-react": "^4.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.6",
|
||||
"@types/node": "^20.3.3",
|
||||
"@babel/core": "^7.22.8",
|
||||
"@types/node": "^20.4.1",
|
||||
"@types/react": "18.2.14",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"babel-loader": "^9.1.2",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.44.0",
|
||||
"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-plugin-import": "^2.27.5",
|
||||
"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",
|
||||
"typescript": "5.1.6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
"graphile-worker": "^0.13.0",
|
||||
"hapi-auth-bearer-token": "^8.0.0",
|
||||
"hapi-auth-jwt2": "^10.4.0",
|
||||
"hapi-swagger": "^17.0.1",
|
||||
"hapi-swagger": "^17.1.0",
|
||||
"joi": "^17.9.2",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"jsonwebtoken": "^9.0.1",
|
||||
"jwks-rsa": "^3.0.1",
|
||||
"long": "^5.2.3",
|
||||
"p-memoize": "^7.1.1",
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"remeda": "^1.23.0",
|
||||
"twilio": "^4.13.0",
|
||||
"typeorm": "^0.3.17",
|
||||
"@whiskeysockets/baileys": "^6.3.0"
|
||||
"@whiskeysockets/baileys": "^6.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/long": "^4.0.2",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"camelcase-keys": "^8.0.2",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
"nodemon": "^2.0.22",
|
||||
"nodemon": "^3.0.1",
|
||||
"pg-monitor": "^2.0.0",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@
|
|||
"graphql": "15.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/jest": "^29.5.3",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"nodemon": "^2.0.22",
|
||||
"nodemon": "^3.0.1",
|
||||
"tsconfig-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
|
|
|
|||
|
|
@ -3,26 +3,26 @@
|
|||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.7.16",
|
||||
"@apollo/client": "^3.7.17",
|
||||
"@digiresilience/metamigo-config": "*",
|
||||
"@hapi/boom": "^10.0.1",
|
||||
"@hapi/wreck": "^18.0.1",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/material": "^5",
|
||||
"@mui/styles": "^5",
|
||||
"@twilio/voice-sdk": "^2.6.0",
|
||||
"@twilio/voice-sdk": "^2.6.1",
|
||||
"http-proxy-middleware": "^2.0.6",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"jsonwebtoken": "^9.0.1",
|
||||
"jwks-rsa": "^3.0.1",
|
||||
"next": "13.4.8",
|
||||
"next": "13.4.9",
|
||||
"next-auth": "4.22.1",
|
||||
"ra-data-graphql": "^4.12.0",
|
||||
"ra-i18n-polyglot": "^4.12.0",
|
||||
"ra-input-rich-text": "^4.12.0",
|
||||
"ra-language-english": "^4.12.0",
|
||||
"ra-data-graphql": "^4.12.1",
|
||||
"ra-i18n-polyglot": "^4.12.1",
|
||||
"ra-input-rich-text": "^4.12.1",
|
||||
"ra-language-english": "^4.12.1",
|
||||
"ra-postgraphile": "^6.1.1",
|
||||
"react": "18.2.0",
|
||||
"react-admin": "^4.12.0",
|
||||
"react-admin": "^4.12.1",
|
||||
"react-digit-input": "^2.1.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-qr-code": "^2.0.11",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^13.4.8",
|
||||
"@next/eslint-plugin-next": "^13.4.9",
|
||||
"@types/hapi__wreck": "17.0.1",
|
||||
"@types/react": "18.2.14",
|
||||
"@types/react-mic": "12.4.3",
|
||||
|
|
|
|||
|
|
@ -17,18 +17,18 @@
|
|||
"@digiresilience/metamigo-db": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.6",
|
||||
"@babel/preset-env": "7.22.6",
|
||||
"@babel/core": "7.22.8",
|
||||
"@babel/preset-env": "7.22.7",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@types/fluent-ffmpeg": "^2.1.21",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/jest": "^29.5.3",
|
||||
"eslint": "^8.44.0",
|
||||
"jest": "^29.6.0",
|
||||
"jest-circus": "^29.6.0",
|
||||
"jest": "^29.6.1",
|
||||
"jest-circus": "^29.6.1",
|
||||
"jest-junit": "^16.0.0",
|
||||
"nodemon": "^2.0.22",
|
||||
"nodemon": "^3.0.1",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier": "^3.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.6"
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"graphql": "15.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.8",
|
||||
"prettier": "^3.0.0",
|
||||
"dotenv-cli": "latest"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
"lint": "eslint index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.22.6",
|
||||
"@babel/preset-env": "7.22.6",
|
||||
"@babel/core": "7.22.8",
|
||||
"@babel/preset-env": "7.22.7",
|
||||
"@babel/preset-typescript": "7.22.5"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@rushstack/eslint-patch": "^1.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
||||
"@typescript-eslint/parser": "^5.61.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-config-xo-space": "^0.34.0",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
"eslint-plugin-no-use-extend-native": "^0.5.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-unicorn": "47.0.0",
|
||||
"@babel/eslint-parser": "7.22.6"
|
||||
"@babel/eslint-parser": "7.22.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.32.0",
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.44.0",
|
||||
"jest": "^29.6.0",
|
||||
"jest": "^29.6.1",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"private": false,
|
||||
"devDependencies": {
|
||||
"@hapi/basic": "^7.0.2",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/jest": "^29.5.3",
|
||||
"babel-preset-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
"node": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"jest": "^29.6.0",
|
||||
"@types/jest": "^29.5.3",
|
||||
"jest": "^29.6.1",
|
||||
"jest-junit": "^16.0.0"
|
||||
},
|
||||
"peerDependencies": {}
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@
|
|||
"@digiresilience/montar": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.6",
|
||||
"@babel/preset-env": "7.22.6",
|
||||
"@babel/core": "7.22.8",
|
||||
"@babel/preset-env": "7.22.7",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"eslint": "^8.44.0",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier": "^3.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.8",
|
||||
|
|
|
|||
|
|
@ -16,15 +16,15 @@
|
|||
"pg-promise": "^11.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.6",
|
||||
"@babel/preset-env": "7.22.6",
|
||||
"@babel/core": "7.22.8",
|
||||
"@babel/preset-env": "7.22.7",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/jest": "^29.5.3",
|
||||
"eslint": "^8.44.0",
|
||||
"jest": "^29.6.0",
|
||||
"jest": "^29.6.1",
|
||||
"jest-junit": "^16.0.0",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier": "^3.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.8",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"node": ">=14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/jest": "^29.5.3",
|
||||
"babel-preset-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue