Update and fix missing dependencies

This commit is contained in:
Darren Clarke 2023-06-14 06:33:06 +00:00 committed by GitHub
parent 8949b10671
commit 59ae833099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 26880 additions and 20410 deletions

View file

@ -9,7 +9,7 @@ import { GettingStartedDialog } from "./GettingStartedDialog";
import { useAppContext } from "./AppProvider"; import { useAppContext } from "./AppProvider";
// import { Footer } from "./Footer"; // import { Footer } from "./Footer";
export const Layout: FC<PropsWithChildren> = ({ children }) => { export const Layout: FC<PropsWithChildren> = ({ children }: any) => {
const [cookies, setCookie] = useCookies(["cookieConsent"]); const [cookies, setCookie] = useCookies(["cookieConsent"]);
const consentGranted = cookies.cookieConsent === "true"; const consentGranted = cookies.cookieConsent === "true";
const { const {

View file

@ -14,25 +14,25 @@
}, },
"dependencies": { "dependencies": {
"@emotion/cache": "^11.11.0", "@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0", "@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.1", "@fontsource/playfair-display": "^5.0.3",
"@fontsource/poppins": "^5.0.1", "@fontsource/poppins": "^5.0.3",
"@fontsource/roboto": "^5.0.1", "@fontsource/roboto": "^5.0.3",
"@mui/icons-material": "^5", "@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.131", "@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5", "@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.5.0", "@mui/x-data-grid-pro": "^6.7.0",
"@mui/x-date-pickers-pro": "^6.5.0", "@mui/x-date-pickers-pro": "^6.7.0",
"@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.8", "material-ui-popup-state": "^5.0.9",
"next": "13.4.3", "next": "13.4.5",
"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.2", "nodemailer": "^6.9.3",
"react": "18.2.0", "react": "18.2.0",
"react-cookie": "^4.1.1", "react-cookie": "^4.1.1",
"react-cookie-consent": "^8.0.1", "react-cookie-consent": "^8.0.1",
@ -45,18 +45,18 @@
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.8", "@babel/core": "^7.22.5",
"@types/react": "18.2.7", "@types/react": "18.2.12",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.2",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"eslint": "^8.41.0", "eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4", "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-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": "^4.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"typescript": "5.0.4" "typescript": "5.1.3"
} }
} }

View file

@ -1,8 +1,7 @@
import { NextResponse } from 'next/server'; import { NextResponse } from 'next/server';
import type { NextRequest } from 'next/server';
import { withAuth, NextRequestWithAuth } from "next-auth/middleware"; 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')) { if (request.nextUrl.protocol.startsWith('ws')) {
return NextResponse.next(); return NextResponse.next();
} }

View file

@ -12,21 +12,21 @@
"@chatscope/chat-ui-kit-react": "^1.10.1", "@chatscope/chat-ui-kit-react": "^1.10.1",
"@chatscope/chat-ui-kit-styles": "^1.4.0", "@chatscope/chat-ui-kit-styles": "^1.4.0",
"@emotion/cache": "^11.11.0", "@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0", "@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.1", "@fontsource/playfair-display": "^5.0.3",
"@fontsource/poppins": "^5.0.1", "@fontsource/poppins": "^5.0.3",
"@fontsource/roboto": "^5.0.1", "@fontsource/roboto": "^5.0.3",
"@mui/icons-material": "^5", "@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.131", "@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5", "@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.5.0", "@mui/x-data-grid-pro": "^6.7.0",
"@mui/x-date-pickers-pro": "^6.5.0", "@mui/x-date-pickers-pro": "^6.7.0",
"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.8", "material-ui-popup-state": "^5.0.9",
"next": "13.4.3", "next": "13.4.5",
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
@ -36,18 +36,18 @@
"swr": "^2.1.5" "swr": "^2.1.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.8", "@babel/core": "^7.22.5",
"@types/react": "18.2.7", "@types/react": "18.2.12",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.2",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"eslint": "^8.41.0", "eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4", "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-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": "^4.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"typescript": "5.0.4" "typescript": "5.1.3"
} }
} }

View file

@ -16,7 +16,7 @@
"@digiresilience/montar": "*", "@digiresilience/montar": "*",
"@digiresilience/node-signald": "*", "@digiresilience/node-signald": "*",
"@graphile-contrib/pg-simplify-inflector": "^6.1.0", "@graphile-contrib/pg-simplify-inflector": "^6.1.0",
"@hapi/basic": "^7.0.1", "@hapi/basic": "^7.0.2",
"@hapi/boom": "^10.0.1", "@hapi/boom": "^10.0.1",
"@hapi/wreck": "^18.0.1", "@hapi/wreck": "^18.0.1",
"@hapipal/schmervice": "^3.0.0", "@hapipal/schmervice": "^3.0.0",
@ -37,11 +37,11 @@
"p-memoize": "^7.1.1", "p-memoize": "^7.1.1",
"pg": "^8.11.0", "pg": "^8.11.0",
"pg-monitor": "^2.0.0", "pg-monitor": "^2.0.0",
"pg-promise": "^11.4.3", "pg-promise": "^11.5.0",
"postgraphile": "4.12.3", "postgraphile": "4.13.0",
"postgraphile-plugin-connection-filter": "^2.3.0", "postgraphile-plugin-connection-filter": "^2.3.0",
"remeda": "^1.18.1", "remeda": "^1.19.0",
"twilio": "^4.11.1", "twilio": "^4.11.2",
"typeorm": "^0.3.16" "typeorm": "^0.3.16"
}, },
"devDependencies": { "devDependencies": {
@ -57,8 +57,8 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"tsconfig-link": "*", "tsconfig-link": "*",
"typedoc": "^0.24.7", "typedoc": "^0.24.8",
"typescript": "^5.0.4" "typescript": "^5.1.3"
}, },
"nodemonConfig": { "nodemonConfig": {
"ignore": [ "ignore": [

View file

@ -19,18 +19,18 @@
"graphile-migrate": "^1.4.1", "graphile-migrate": "^1.4.1",
"graphile-worker": "^0.13.0", "graphile-worker": "^0.13.0",
"node-jose": "^2.2.0", "node-jose": "^2.2.0",
"postgraphile": "4.12.3", "postgraphile": "4.13.0",
"graphql": "15.8.0" "graphql": "15.8.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.1", "@types/jest": "^29.5.2",
"pino-pretty": "^10.0.0", "pino-pretty": "^10.0.0",
"nodemon": "^2.0.22", "nodemon": "^2.0.22",
"tsconfig-link": "*", "tsconfig-link": "*",
"eslint-config-link": "*", "eslint-config-link": "*",
"jest-config-link": "*", "jest-config-link": "*",
"babel-preset-link": "*", "babel-preset-link": "*",
"typescript": "^5.0.4" "typescript": "^5.1.3"
}, },
"scripts": { "scripts": {
"migrate": "NODE_ENV=development node --unhandled-rejections=strict build/main/index.js db -- migrate", "migrate": "NODE_ENV=development node --unhandled-rejections=strict build/main/index.js db -- migrate",

View file

@ -3,7 +3,7 @@
"version": "0.2.0", "version": "0.2.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@apollo/client": "^3.7.14", "@apollo/client": "^3.7.15",
"@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",
@ -14,19 +14,19 @@
"http-proxy-middleware": "^2.0.6", "http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1", "jwks-rsa": "^3.0.1",
"next": "13.4.3", "next": "13.4.5",
"next-auth": "4.22.1", "next-auth": "4.22.1",
"ra-data-graphql": "^4.11.0", "ra-data-graphql": "^4.11.0",
"ra-i18n-polyglot": "^4.11.0", "ra-i18n-polyglot": "^4.11.2",
"ra-input-rich-text": "^4.11.0", "ra-input-rich-text": "^4.11.2",
"ra-language-english": "^4.11.0", "ra-language-english": "^4.11.2",
"ra-postgraphile": "^6.1.1", "ra-postgraphile": "^6.1.1",
"react": "18.2.0", "react": "18.2.0",
"react-admin": "^4.11.0", "react-admin": "^4.11.2",
"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",
"react-redux": "^8.0.5", "react-redux": "^8.1.0",
"react-timer-hook": "^3.0.6", "react-timer-hook": "^3.0.6",
"swr": "^2.1.5", "swr": "^2.1.5",
"twilio-client": "^1.15.0" "twilio-client": "^1.15.0"
@ -41,15 +41,15 @@
"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.4", "@next/eslint-plugin-next": "^13.4.5",
"@types/hapi__wreck": "17.0.1", "@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.7", "@types/react": "18.2.12",
"@types/react-mic": "12.4.3", "@types/react-mic": "12.4.3",
"babel-preset-link": "*", "babel-preset-link": "*",
"eslint-config-link": "*", "eslint-config-link": "*",
"jest-config-link": "*", "jest-config-link": "*",
"tsconfig-link": "*", "tsconfig-link": "*",
"typescript": "5.0.4" "typescript": "5.1.3"
}, },
"overrides": { "overrides": {
"@mui/styles": { "@mui/styles": {

View file

@ -7,21 +7,22 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"graphile-worker": "^0.13.0", "graphile-worker": "^0.13.0",
"remeda": "^1.18.1", "remeda": "^1.19.0",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"node-fetch": "^3", "node-fetch": "^3",
"twilio": "^4.11.2",
"@digiresilience/montar": "*", "@digiresilience/montar": "*",
"@digiresilience/metamigo-common": "*", "@digiresilience/metamigo-common": "*",
"@digiresilience/metamigo-config": "*", "@digiresilience/metamigo-config": "*",
"@digiresilience/metamigo-db": "*" "@digiresilience/metamigo-db": "*"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.21.8", "@babel/core": "7.22.5",
"@babel/preset-env": "7.21.5", "@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.21.5", "@babel/preset-typescript": "7.22.5",
"@types/fluent-ffmpeg": "^2.1.21", "@types/fluent-ffmpeg": "^2.1.21",
"@types/jest": "^29.5.1", "@types/jest": "^29.5.2",
"eslint": "^8.41.0", "eslint": "^8.42.0",
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-circus": "^29.5.0", "jest-circus": "^29.5.0",
"jest-junit": "^16.0.0", "jest-junit": "^16.0.0",
@ -29,8 +30,8 @@
"pino-pretty": "^10.0.0", "pino-pretty": "^10.0.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typedoc": "^0.24.7", "typedoc": "^0.24.8",
"typescript": "^5.0.4" "typescript": "^5.1.3"
}, },
"nodemonConfig": { "nodemonConfig": {
"ignore": [ "ignore": [

9817
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,9 +8,12 @@
"build": "turbo build --concurrency 30", "build": "turbo build --concurrency 30",
"dev:metamigo": "make dev-metamigo && dotenv -- turbo run dev --concurrency 30 --filter=!link --filter=!leafcutter", "dev:metamigo": "make dev-metamigo && dotenv -- turbo run dev --concurrency 30 --filter=!link --filter=!leafcutter",
"migrate": "dotenv -- npm run migrate --workspace=@digiresilience/metamigo-cli", "migrate": "dotenv -- npm run migrate --workspace=@digiresilience/metamigo-cli",
"fmt": "turbo run fmt" "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.3.1", "packageManager": "npm@9.6.7",
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
"packages/*" "packages/*"
@ -20,7 +23,7 @@
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git" "url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
}, },
"author": "Darren Clarke", "author": "Darren Clarke",
"dlicense": "ISC", "license": "AGPL-3.0-or-later",
"overrides": { "overrides": {
"@mui/styles": { "@mui/styles": {
"react": "18.2.0" "react": "18.2.0"

View file

@ -9,12 +9,12 @@
"lint": "eslint index.js" "lint": "eslint index.js"
}, },
"dependencies": { "dependencies": {
"@babel/core": "7.21.8", "@babel/core": "7.22.5",
"@babel/preset-env": "7.21.5", "@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.21.5" "@babel/preset-typescript": "7.22.5"
}, },
"peerDependencies": {}, "peerDependencies": {},
"devDependencies": { "devDependencies": {
"eslint": "^8.41.0" "eslint": "^8.42.0"
} }
} }

View file

@ -9,9 +9,9 @@
"fmt": "prettier \"profile/**/*.js\" --write" "fmt": "prettier \"profile/**/*.js\" --write"
}, },
"dependencies": { "dependencies": {
"@rushstack/eslint-patch": "^1.3.0", "@rushstack/eslint-patch": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.7", "@typescript-eslint/parser": "^5.59.11",
"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,15 +21,15 @@
"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.21.8" "@babel/eslint-parser": "7.22.5"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": "^7.32.0", "eslint": "^7.32.0",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.41.0", "eslint": "^8.42.0",
"jest": "^29.5.0", "jest": "^29.5.0",
"typescript": "^5.0.4" "typescript": "^5.1.3"
} }
} }

View file

@ -8,8 +8,8 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"private": false, "private": false,
"devDependencies": { "devDependencies": {
"@hapi/basic": "^7.0.1", "@hapi/basic": "^7.0.2",
"@types/jest": "^29.5.1", "@types/jest": "^29.5.2",
"babel-preset-link": "*", "babel-preset-link": "*",
"eslint-config-link": "*", "eslint-config-link": "*",
"jest-config-link": "*", "jest-config-link": "*",

View file

@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"@hapi/hapi": "^21.3.2", "@hapi/hapi": "^21.3.2",
"pg-monitor": "^2.0.0", "pg-monitor": "^2.0.0",
"pg-promise": "^11.4.3" "pg-promise": "^11.5.0"
}, },
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",

View file

@ -9,7 +9,7 @@
"node": ">=14" "node": ">=14"
}, },
"dependencies": { "dependencies": {
"@types/jest": "^29.5.1", "@types/jest": "^29.5.2",
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-junit": "^16.0.0" "jest-junit": "^16.0.0"
}, },

View file

@ -20,12 +20,12 @@
"@types/figlet": "^1.5.6", "@types/figlet": "^1.5.6",
"@types/lodash": "^4.14.195", "@types/lodash": "^4.14.195",
"@types/node": "*", "@types/node": "*",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.2",
"camelcase-keys": "^8.0.2", "camelcase-keys": "^8.0.2",
"pg-monitor": "^2.0.0", "pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"typedoc": "^0.24.7", "typedoc": "^0.24.8",
"typescript": "^5.0.4" "typescript": "^5.1.3"
}, },
"dependencies": { "dependencies": {
"@digiresilience/hapi-nextauth": "*", "@digiresilience/hapi-nextauth": "*",
@ -34,12 +34,12 @@
"@hapi/hapi": "^21.3.2", "@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2", "@hapi/hoek": "^11.0.2",
"@hapi/inert": "^7.1.0", "@hapi/inert": "^7.1.0",
"@hapi/vision": "^7.0.1", "@hapi/vision": "^7.0.2",
"@hapipal/schmervice": "^3.0.0", "@hapipal/schmervice": "^3.0.0",
"@promster/hapi": "^8.0.6", "@promster/hapi": "^8.0.6",
"@promster/server": "^7.0.8", "@promster/server": "^7.0.8",
"@promster/types": "^3.2.5", "@promster/types": "^3.2.5",
"@types/convict": "^6.1.1", "@types/convict": "^6.1.2",
"@types/hapi__glue": "^6.1.6", "@types/hapi__glue": "^6.1.6",
"@types/hapi__hapi": "^20.0.13", "@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.6", "@types/hapi__inert": "^5.2.6",
@ -55,7 +55,7 @@
"joi": "^17.9.2", "joi": "^17.9.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"next-auth": "^4.22.1", "next-auth": "^4.22.1",
"pg-promise": "^11.4.3", "pg-promise": "^11.5.0",
"pino": "^8.14.1", "pino": "^8.14.1",
"pino-pretty": "^10.0.0", "pino-pretty": "^10.0.0",
"prom-client": "^14.x.x", "prom-client": "^14.x.x",

View file

@ -10,16 +10,16 @@
"@digiresilience/montar": "*" "@digiresilience/montar": "*"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.21.8", "@babel/core": "7.22.5",
"@babel/preset-env": "7.21.5", "@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.21.5", "@babel/preset-typescript": "7.22.5",
"eslint": "^8.41.0", "eslint": "^8.42.0",
"pino-pretty": "^10.0.0", "pino-pretty": "^10.0.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"typedoc": "^0.24.7", "typedoc": "^0.24.8",
"typescript": "^5.0.4" "typescript": "^5.1.3"
}, },
"files": [ "files": [
"build", "build",

View file

@ -12,22 +12,23 @@
"@graphile-contrib/pg-many-to-many": "^1.0.2", "@graphile-contrib/pg-many-to-many": "^1.0.2",
"graphile-migrate": "^1.4.1", "graphile-migrate": "^1.4.1",
"graphql": "15.8.0", "graphql": "15.8.0",
"postgraphile": "4.12.3" "postgraphile": "4.13.0",
"pg-promise": "^11.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.21.8", "@babel/core": "7.22.5",
"@babel/preset-env": "7.21.5", "@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.21.5", "@babel/preset-typescript": "7.22.5",
"@types/jest": "^29.5.1", "@types/jest": "^29.5.2",
"eslint": "^8.41.0", "eslint": "^8.42.0",
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-junit": "^16.0.0", "jest-junit": "^16.0.0",
"pino-pretty": "^10.0.0", "pino-pretty": "^10.0.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"typedoc": "^0.24.7", "typedoc": "^0.24.8",
"typescript": "^5.0.4" "typescript": "^5.1.3"
}, },
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",

View file

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

View file

@ -33,7 +33,7 @@
"jest-config-link": "*", "jest-config-link": "*",
"tsc-watch": "^6.0.4", "tsc-watch": "^6.0.4",
"tsconfig-link": "*", "tsconfig-link": "*",
"typedoc": "^0.24.7" "typedoc": "^0.24.8"
}, },
"dependencies": { "dependencies": {
"backoff": "^2.5.0", "backoff": "^2.5.0",