Update and fix missing dependencies
This commit is contained in:
parent
8949b10671
commit
59ae833099
20 changed files with 26880 additions and 20410 deletions
|
|
@ -9,7 +9,7 @@ import { GettingStartedDialog } from "./GettingStartedDialog";
|
|||
import { useAppContext } from "./AppProvider";
|
||||
// import { Footer } from "./Footer";
|
||||
|
||||
export const Layout: FC<PropsWithChildren> = ({ children }) => {
|
||||
export const Layout: FC<PropsWithChildren> = ({ children }: any) => {
|
||||
const [cookies, setCookie] = useCookies(["cookieConsent"]);
|
||||
const consentGranted = cookies.cookieConsent === "true";
|
||||
const {
|
||||
|
|
|
|||
|
|
@ -14,25 +14,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "^11.11.0",
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/playfair-display": "^5.0.1",
|
||||
"@fontsource/poppins": "^5.0.1",
|
||||
"@fontsource/roboto": "^5.0.1",
|
||||
"@fontsource/playfair-display": "^5.0.3",
|
||||
"@fontsource/poppins": "^5.0.3",
|
||||
"@fontsource/roboto": "^5.0.3",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.131",
|
||||
"@mui/lab": "^5.0.0-alpha.134",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.5.0",
|
||||
"@mui/x-date-pickers-pro": "^6.5.0",
|
||||
"@mui/x-data-grid-pro": "^6.7.0",
|
||||
"@mui/x-date-pickers-pro": "^6.7.0",
|
||||
"@opensearch-project/opensearch": "^2.0.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"http-proxy-middleware": "^2.0.6",
|
||||
"material-ui-popup-state": "^5.0.8",
|
||||
"next": "13.4.3",
|
||||
"material-ui-popup-state": "^5.0.9",
|
||||
"next": "13.4.5",
|
||||
"next-auth": "^4.22.1",
|
||||
"next-http-proxy-middleware": "^1.2.5",
|
||||
"nodemailer": "^6.9.2",
|
||||
"nodemailer": "^6.9.3",
|
||||
"react": "18.2.0",
|
||||
"react-cookie": "^4.1.1",
|
||||
"react-cookie-consent": "^8.0.1",
|
||||
|
|
@ -45,18 +45,18 @@
|
|||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.8",
|
||||
"@types/react": "18.2.7",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"@babel/core": "^7.22.5",
|
||||
"@types/react": "18.2.12",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"babel-loader": "^9.1.2",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "^13.4.4",
|
||||
"eslint-config-next": "^13.4.5",
|
||||
"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-react": "^7.32.2",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
import { NextResponse } from 'next/server';
|
||||
import type { NextRequest } from 'next/server';
|
||||
import { withAuth, NextRequestWithAuth } from "next-auth/middleware";
|
||||
|
||||
const rewriteURL = (request: NextRequest, originBaseURL: string, destinationBaseURL: string, headers: any = {}) => {
|
||||
const rewriteURL = (request: NextRequestWithAuth, originBaseURL: string, destinationBaseURL: string, headers: any = {}) => {
|
||||
if (request.nextUrl.protocol.startsWith('ws')) {
|
||||
return NextResponse.next();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,21 +12,21 @@
|
|||
"@chatscope/chat-ui-kit-react": "^1.10.1",
|
||||
"@chatscope/chat-ui-kit-styles": "^1.4.0",
|
||||
"@emotion/cache": "^11.11.0",
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fontsource/playfair-display": "^5.0.1",
|
||||
"@fontsource/poppins": "^5.0.1",
|
||||
"@fontsource/roboto": "^5.0.1",
|
||||
"@fontsource/playfair-display": "^5.0.3",
|
||||
"@fontsource/poppins": "^5.0.3",
|
||||
"@fontsource/roboto": "^5.0.3",
|
||||
"@mui/icons-material": "^5",
|
||||
"@mui/lab": "^5.0.0-alpha.131",
|
||||
"@mui/lab": "^5.0.0-alpha.134",
|
||||
"@mui/material": "^5",
|
||||
"@mui/x-data-grid-pro": "^6.5.0",
|
||||
"@mui/x-date-pickers-pro": "^6.5.0",
|
||||
"@mui/x-data-grid-pro": "^6.7.0",
|
||||
"@mui/x-date-pickers-pro": "^6.7.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"graphql-request": "^6.1.0",
|
||||
"material-ui-popup-state": "^5.0.8",
|
||||
"next": "13.4.3",
|
||||
"material-ui-popup-state": "^5.0.9",
|
||||
"next": "13.4.5",
|
||||
"next-auth": "^4.22.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
@ -36,18 +36,18 @@
|
|||
"swr": "^2.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.8",
|
||||
"@types/react": "18.2.7",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"@babel/core": "^7.22.5",
|
||||
"@types/react": "18.2.12",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"babel-loader": "^9.1.2",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-next": "^13.4.4",
|
||||
"eslint-config-next": "^13.4.5",
|
||||
"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-react": "^7.32.2",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"@digiresilience/montar": "*",
|
||||
"@digiresilience/node-signald": "*",
|
||||
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
|
||||
"@hapi/basic": "^7.0.1",
|
||||
"@hapi/basic": "^7.0.2",
|
||||
"@hapi/boom": "^10.0.1",
|
||||
"@hapi/wreck": "^18.0.1",
|
||||
"@hapipal/schmervice": "^3.0.0",
|
||||
|
|
@ -37,11 +37,11 @@
|
|||
"p-memoize": "^7.1.1",
|
||||
"pg": "^8.11.0",
|
||||
"pg-monitor": "^2.0.0",
|
||||
"pg-promise": "^11.4.3",
|
||||
"postgraphile": "4.12.3",
|
||||
"pg-promise": "^11.5.0",
|
||||
"postgraphile": "4.13.0",
|
||||
"postgraphile-plugin-connection-filter": "^2.3.0",
|
||||
"remeda": "^1.18.1",
|
||||
"twilio": "^4.11.1",
|
||||
"remeda": "^1.19.0",
|
||||
"twilio": "^4.11.2",
|
||||
"typeorm": "^0.3.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -57,8 +57,8 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"tsconfig-link": "*",
|
||||
"typedoc": "^0.24.7",
|
||||
"typescript": "^5.0.4"
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
|
|
|
|||
|
|
@ -19,18 +19,18 @@
|
|||
"graphile-migrate": "^1.4.1",
|
||||
"graphile-worker": "^0.13.0",
|
||||
"node-jose": "^2.2.0",
|
||||
"postgraphile": "4.12.3",
|
||||
"postgraphile": "4.13.0",
|
||||
"graphql": "15.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/jest": "^29.5.2",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"nodemon": "^2.0.22",
|
||||
"tsconfig-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
"babel-preset-link": "*",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"scripts": {
|
||||
"migrate": "NODE_ENV=development node --unhandled-rejections=strict build/main/index.js db -- migrate",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.7.14",
|
||||
"@apollo/client": "^3.7.15",
|
||||
"@digiresilience/metamigo-config": "*",
|
||||
"@hapi/boom": "^10.0.1",
|
||||
"@hapi/wreck": "^18.0.1",
|
||||
|
|
@ -14,19 +14,19 @@
|
|||
"http-proxy-middleware": "^2.0.6",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"jwks-rsa": "^3.0.1",
|
||||
"next": "13.4.3",
|
||||
"next": "13.4.5",
|
||||
"next-auth": "4.22.1",
|
||||
"ra-data-graphql": "^4.11.0",
|
||||
"ra-i18n-polyglot": "^4.11.0",
|
||||
"ra-input-rich-text": "^4.11.0",
|
||||
"ra-language-english": "^4.11.0",
|
||||
"ra-i18n-polyglot": "^4.11.2",
|
||||
"ra-input-rich-text": "^4.11.2",
|
||||
"ra-language-english": "^4.11.2",
|
||||
"ra-postgraphile": "^6.1.1",
|
||||
"react": "18.2.0",
|
||||
"react-admin": "^4.11.0",
|
||||
"react-admin": "^4.11.2",
|
||||
"react-digit-input": "^2.1.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-qr-code": "^2.0.11",
|
||||
"react-redux": "^8.0.5",
|
||||
"react-redux": "^8.1.0",
|
||||
"react-timer-hook": "^3.0.6",
|
||||
"swr": "^2.1.5",
|
||||
"twilio-client": "^1.15.0"
|
||||
|
|
@ -41,15 +41,15 @@
|
|||
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^13.4.4",
|
||||
"@next/eslint-plugin-next": "^13.4.5",
|
||||
"@types/hapi__wreck": "17.0.1",
|
||||
"@types/react": "18.2.7",
|
||||
"@types/react": "18.2.12",
|
||||
"@types/react-mic": "12.4.3",
|
||||
"babel-preset-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
"tsconfig-link": "*",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.1.3"
|
||||
},
|
||||
"overrides": {
|
||||
"@mui/styles": {
|
||||
|
|
|
|||
|
|
@ -7,21 +7,22 @@
|
|||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"graphile-worker": "^0.13.0",
|
||||
"remeda": "^1.18.1",
|
||||
"remeda": "^1.19.0",
|
||||
"html-to-text": "^9.0.5",
|
||||
"node-fetch": "^3",
|
||||
"twilio": "^4.11.2",
|
||||
"@digiresilience/montar": "*",
|
||||
"@digiresilience/metamigo-common": "*",
|
||||
"@digiresilience/metamigo-config": "*",
|
||||
"@digiresilience/metamigo-db": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-typescript": "7.21.5",
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@types/fluent-ffmpeg": "^2.1.21",
|
||||
"@types/jest": "^29.5.1",
|
||||
"eslint": "^8.41.0",
|
||||
"@types/jest": "^29.5.2",
|
||||
"eslint": "^8.42.0",
|
||||
"jest": "^29.5.0",
|
||||
"jest-circus": "^29.5.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
|
|
@ -29,8 +30,8 @@
|
|||
"pino-pretty": "^10.0.0",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"typedoc": "^0.24.7",
|
||||
"typescript": "^5.0.4"
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
|
|
|
|||
47011
package-lock.json
generated
47011
package-lock.json
generated
File diff suppressed because it is too large
Load diff
81
package.json
81
package.json
|
|
@ -1,41 +1,44 @@
|
|||
{
|
||||
"name": "link-stack",
|
||||
"version": "2.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "dotenv -- turbo run dev --concurrency 30",
|
||||
"build": "turbo build --concurrency 30",
|
||||
"dev:metamigo": "make dev-metamigo && dotenv -- turbo run dev --concurrency 30 --filter=!link --filter=!leafcutter",
|
||||
"migrate": "dotenv -- npm run migrate --workspace=@digiresilience/metamigo-cli",
|
||||
"fmt": "turbo run fmt"
|
||||
},
|
||||
"packageManager": "npm@9.3.1",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
||||
},
|
||||
"author": "Darren Clarke",
|
||||
"dlicense": "ISC",
|
||||
"overrides": {
|
||||
"@mui/styles": {
|
||||
"react": "18.2.0"
|
||||
},
|
||||
"typeorm": {
|
||||
"pg": "^8.11.0"
|
||||
},
|
||||
"graphql": "15.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.8",
|
||||
"dotenv-cli": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=9.6.7",
|
||||
"node": ">=20"
|
||||
}
|
||||
"name": "link-stack",
|
||||
"version": "2.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "dotenv -- turbo run dev --concurrency 30",
|
||||
"build": "turbo build --concurrency 30",
|
||||
"dev:metamigo": "make dev-metamigo && dotenv -- turbo run dev --concurrency 30 --filter=!link --filter=!leafcutter",
|
||||
"migrate": "dotenv -- npm run migrate --workspace=@digiresilience/metamigo-cli",
|
||||
"fmt": "turbo run fmt",
|
||||
"upgrade:setup": "npm i -g npm-check-updates",
|
||||
"upgrade:check": "ncu -ws -x graphql",
|
||||
"upgrade:all": "ncu -ws -u -x graphql"
|
||||
},
|
||||
"packageManager": "npm@9.6.7",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
||||
},
|
||||
"author": "Darren Clarke",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"overrides": {
|
||||
"@mui/styles": {
|
||||
"react": "18.2.0"
|
||||
},
|
||||
"typeorm": {
|
||||
"pg": "^8.11.0"
|
||||
},
|
||||
"graphql": "15.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.8",
|
||||
"dotenv-cli": "latest"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=9.6.7",
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
|
|
@ -9,12 +9,12 @@
|
|||
"lint": "eslint index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-typescript": "7.21.5"
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/preset-typescript": "7.22.5"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.41.0"
|
||||
"eslint": "^8.42.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@
|
|||
"fmt": "prettier \"profile/**/*.js\" --write"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rushstack/eslint-patch": "^1.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
"@rushstack/eslint-patch": "^1.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
||||
"@typescript-eslint/parser": "^5.59.11",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-config-xo-space": "^0.34.0",
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
|
|
@ -21,15 +21,15 @@
|
|||
"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.21.8"
|
||||
"@babel/eslint-parser": "7.22.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.41.0",
|
||||
"eslint": "^8.42.0",
|
||||
"jest": "^29.5.0",
|
||||
"typescript": "^5.0.4"
|
||||
"typescript": "^5.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
"license": "AGPL-3.0-or-later",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"@hapi/basic": "^7.0.1",
|
||||
"@types/jest": "^29.5.1",
|
||||
"@hapi/basic": "^7.0.2",
|
||||
"@types/jest": "^29.5.2",
|
||||
"babel-preset-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"dependencies": {
|
||||
"@hapi/hapi": "^21.3.2",
|
||||
"pg-monitor": "^2.0.0",
|
||||
"pg-promise": "^11.4.3"
|
||||
"pg-promise": "^11.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"node": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/jest": "^29.5.1",
|
||||
"@types/jest": "^29.5.2",
|
||||
"jest": "^29.5.0",
|
||||
"jest-junit": "^16.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,12 +20,12 @@
|
|||
"@types/figlet": "^1.5.6",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/node": "*",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"camelcase-keys": "^8.0.2",
|
||||
"pg-monitor": "^2.0.0",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.7",
|
||||
"typescript": "^5.0.4"
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@digiresilience/hapi-nextauth": "*",
|
||||
|
|
@ -34,12 +34,12 @@
|
|||
"@hapi/hapi": "^21.3.2",
|
||||
"@hapi/hoek": "^11.0.2",
|
||||
"@hapi/inert": "^7.1.0",
|
||||
"@hapi/vision": "^7.0.1",
|
||||
"@hapi/vision": "^7.0.2",
|
||||
"@hapipal/schmervice": "^3.0.0",
|
||||
"@promster/hapi": "^8.0.6",
|
||||
"@promster/server": "^7.0.8",
|
||||
"@promster/types": "^3.2.5",
|
||||
"@types/convict": "^6.1.1",
|
||||
"@types/convict": "^6.1.2",
|
||||
"@types/hapi__glue": "^6.1.6",
|
||||
"@types/hapi__hapi": "^20.0.13",
|
||||
"@types/hapi__inert": "^5.2.6",
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
"joi": "^17.9.2",
|
||||
"lodash": "^4.17.21",
|
||||
"next-auth": "^4.22.1",
|
||||
"pg-promise": "^11.4.3",
|
||||
"pg-promise": "^11.5.0",
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"prom-client": "^14.x.x",
|
||||
|
|
|
|||
|
|
@ -10,16 +10,16 @@
|
|||
"@digiresilience/montar": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-typescript": "7.21.5",
|
||||
"eslint": "^8.41.0",
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"eslint": "^8.42.0",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.7",
|
||||
"typescript": "^5.0.4"
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"files": [
|
||||
"build",
|
||||
|
|
|
|||
|
|
@ -12,22 +12,23 @@
|
|||
"@graphile-contrib/pg-many-to-many": "^1.0.2",
|
||||
"graphile-migrate": "^1.4.1",
|
||||
"graphql": "15.8.0",
|
||||
"postgraphile": "4.12.3"
|
||||
"postgraphile": "4.13.0",
|
||||
"pg-promise": "^11.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-typescript": "7.21.5",
|
||||
"@types/jest": "^29.5.1",
|
||||
"eslint": "^8.41.0",
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@types/jest": "^29.5.2",
|
||||
"eslint": "^8.42.0",
|
||||
"jest": "^29.5.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.7",
|
||||
"typescript": "^5.0.4"
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"node": ">=14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"babel-preset-link": "*",
|
||||
"eslint-config-link": "*",
|
||||
"jest-config-link": "*",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"jest-config-link": "*",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"tsconfig-link": "*",
|
||||
"typedoc": "^0.24.7"
|
||||
"typedoc": "^0.24.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"backoff": "^2.5.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue