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,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"
}
}

View file

@ -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"
}
}

View file

@ -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": "*",

View file

@ -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",

View file

@ -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"
},

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

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

View file

@ -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",