Overview & recent fixes, auth updates, SWR fixes
This commit is contained in:
parent
7df947f35a
commit
8d86db882d
29 changed files with 1252 additions and 1221 deletions
|
|
@ -9,12 +9,12 @@
|
|||
"lint": "eslint index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.23.2",
|
||||
"@babel/preset-env": "7.23.2",
|
||||
"@babel/preset-typescript": "7.23.2"
|
||||
"@babel/core": "7.23.3",
|
||||
"@babel/preset-env": "7.23.3",
|
||||
"@babel/preset-typescript": "7.23.3"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.52.0"
|
||||
"eslint": "^8.53.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,25 +10,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@rushstack/eslint-patch": "^1.5.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
"@typescript-eslint/parser": "^6.10.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-config-xo-space": "^0.34.0",
|
||||
"eslint-plugin-cypress": "^2.15.1",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-plugin-jest": "^27.4.3",
|
||||
"eslint-plugin-jest": "^27.6.0",
|
||||
"eslint-plugin-no-use-extend-native": "^0.5.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-unicorn": "48.0.1",
|
||||
"@babel/eslint-parser": "7.22.15"
|
||||
"eslint-plugin-unicorn": "49.0.0",
|
||||
"@babel/eslint-parser": "7.23.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.52.0",
|
||||
"eslint": "^8.53.0",
|
||||
"jest": "^29.7.0",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"private": false,
|
||||
"devDependencies": {
|
||||
"@hapi/basic": "^7.0.2",
|
||||
"@types/jest": "^29.5.6",
|
||||
"@types/jest": "^29.5.8",
|
||||
"babel-preset-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"@hapi/hapi": "^21.3.2",
|
||||
"@hapi/hoek": "^11.0.2",
|
||||
"joi": "^17.11.0",
|
||||
"next-auth": "4.24.3"
|
||||
"next-auth": "4.24.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"license": "AGPL-3.0-or-later",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.6",
|
||||
"@types/jest": "^29.5.8",
|
||||
"tsc-watch": "^6.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"node": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/jest": "^29.5.6",
|
||||
"@types/jest": "^29.5.8",
|
||||
"jest": "^29.7.0",
|
||||
"jest-junit": "^16.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,16 +13,16 @@
|
|||
"@fontsource/poppins": "^5.0.8",
|
||||
"@fontsource/roboto": "^5.0.8",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.149",
|
||||
"@mui/lab": "^5.0.0-alpha.152",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.16.3",
|
||||
"@mui/x-date-pickers-pro": "^6.16.3",
|
||||
"@mui/x-data-grid-pro": "^6.18.1",
|
||||
"@mui/x-date-pickers-pro": "^6.18.1",
|
||||
"@opensearch-project/opensearch": "^2.4.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"http-proxy-middleware": "^2.0.6",
|
||||
"material-ui-popup-state": "^5.0.9",
|
||||
"next": "13.5.6",
|
||||
"next-auth": "^4.24.3",
|
||||
"material-ui-popup-state": "^5.0.10",
|
||||
"next": "14.0.2",
|
||||
"next-auth": "^4.24.4",
|
||||
"next-http-proxy-middleware": "^1.2.6",
|
||||
"nodemailer": "^6.9.7",
|
||||
"react": "18.2.0",
|
||||
|
|
@ -38,17 +38,17 @@
|
|||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.2",
|
||||
"@types/node": "^20.8.7",
|
||||
"@types/react": "18.2.31",
|
||||
"@types/uuid": "^9.0.6",
|
||||
"@babel/core": "^7.23.3",
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "^13.5.6",
|
||||
"eslint-config-next": "^14.0.2",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"file-loader": "^6.2.0",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -17,14 +17,14 @@
|
|||
"dev": "tsc-watch --build --noClear "
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/figlet": "^1.5.7",
|
||||
"@types/lodash": "^4.14.200",
|
||||
"@types/figlet": "^1.5.8",
|
||||
"@types/lodash": "^4.14.201",
|
||||
"@types/node": "*",
|
||||
"@types/uuid": "^9.0.6",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"camelcase-keys": "^9.1.2",
|
||||
"pg-monitor": "^2.0.0",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.25.2",
|
||||
"typedoc": "^0.25.3",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -39,12 +39,12 @@
|
|||
"@promster/hapi": "^12.0.0",
|
||||
"@promster/server": "^12.0.0",
|
||||
"@promster/types": "^12.0.0",
|
||||
"@types/convict": "^6.1.5",
|
||||
"@types/hapi__glue": "^6.1.8",
|
||||
"@types/convict": "^6.1.6",
|
||||
"@types/hapi__glue": "^6.1.9",
|
||||
"@types/hapi__hapi": "^20.0.13",
|
||||
"@types/hapi__inert": "^5.2.9",
|
||||
"@types/hapi__vision": "^5.5.6",
|
||||
"@types/hapipal__schmervice": "^2.0.6",
|
||||
"@types/hapi__inert": "^5.2.10",
|
||||
"@types/hapi__vision": "^5.5.7",
|
||||
"@types/hapipal__schmervice": "^2.0.7",
|
||||
"chalk": "^5.3.0",
|
||||
"commander": "^11.1.0",
|
||||
"convict": "^6.2.4",
|
||||
|
|
@ -54,9 +54,9 @@
|
|||
"http-terminator": "^3.2.0",
|
||||
"joi": "^17.11.0",
|
||||
"lodash": "^4.17.21",
|
||||
"next-auth": "^4.24.3",
|
||||
"next-auth": "^4.24.4",
|
||||
"pg-promise": "^11.5.4",
|
||||
"pino": "^8.16.0",
|
||||
"pino": "^8.16.1",
|
||||
"pino-pretty": "^10.2.3",
|
||||
"prom-client": "^15.x.x",
|
||||
"uuid": "^9.0.1"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// @ts-nocheck
|
||||
|
||||
export * from "./config/index.js";
|
||||
export * from "./controllers/crud-controller.js";
|
||||
export * from "./controllers/nextauth-adapter.js";
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@
|
|||
"@digiresilience/montar": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.2",
|
||||
"@babel/preset-env": "7.23.2",
|
||||
"@babel/preset-typescript": "7.23.2",
|
||||
"eslint": "^8.52.0",
|
||||
"@babel/core": "7.23.3",
|
||||
"@babel/preset-env": "7.23.3",
|
||||
"@babel/preset-typescript": "7.23.3",
|
||||
"eslint": "^8.53.0",
|
||||
"pino-pretty": "^10.2.3",
|
||||
"prettier": "^3.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.25.2",
|
||||
"typedoc": "^0.25.3",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -17,18 +17,18 @@
|
|||
"postgraphile": "4.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.2",
|
||||
"@babel/preset-env": "7.23.2",
|
||||
"@babel/preset-typescript": "7.23.2",
|
||||
"@types/jest": "^29.5.6",
|
||||
"eslint": "^8.52.0",
|
||||
"@babel/core": "7.23.3",
|
||||
"@babel/preset-env": "7.23.3",
|
||||
"@babel/preset-typescript": "7.23.3",
|
||||
"@types/jest": "^29.5.8",
|
||||
"eslint": "^8.53.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"pino-pretty": "^10.2.3",
|
||||
"prettier": "^3.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.25.2",
|
||||
"typedoc": "^0.25.3",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"node": ">=14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.6",
|
||||
"@types/jest": "^29.5.8",
|
||||
"babel-preset-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
|
|
|
|||
|
|
@ -26,14 +26,14 @@
|
|||
"test": "echo n/a"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/backoff": "^2.5.4",
|
||||
"@types/backoff": "^2.5.5",
|
||||
"babel-preset-link": "*",
|
||||
"camelcase": "^8.0.0",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"tsconfig-link": "*",
|
||||
"typedoc": "^0.25.2"
|
||||
"typedoc": "^0.25.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"backoff": "^2.5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue