Update dependencies
This commit is contained in:
parent
d404901583
commit
9b05288b40
14 changed files with 83 additions and 84 deletions
|
|
@ -9,12 +9,12 @@
|
|||
"lint": "eslint index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/core": "7.22.6",
|
||||
"@babel/preset-env": "7.22.6",
|
||||
"@babel/preset-typescript": "7.22.5"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.43.0"
|
||||
"eslint": "^8.44.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@rushstack/eslint-patch": "^1.3.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
||||
"@typescript-eslint/parser": "^5.60.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
||||
"@typescript-eslint/parser": "^5.61.0",
|
||||
"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.22.5"
|
||||
"@babel/eslint-parser": "7.22.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.43.0",
|
||||
"jest": "^29.5.0",
|
||||
"typescript": "^5.1.3"
|
||||
"eslint": "^8.44.0",
|
||||
"jest": "^29.6.0",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"jest": "^29.5.0",
|
||||
"jest": "^29.6.0",
|
||||
"jest-junit": "^16.0.0"
|
||||
},
|
||||
"peerDependencies": {}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"pg-monitor": "^2.0.0",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@digiresilience/hapi-nextauth": "*",
|
||||
|
|
@ -39,13 +39,13 @@
|
|||
"@promster/hapi": "^8.0.6",
|
||||
"@promster/server": "^7.0.8",
|
||||
"@promster/types": "^3.2.5",
|
||||
"@types/convict": "^6.1.2",
|
||||
"@types/convict": "^6.1.3",
|
||||
"@types/hapi__glue": "^6.1.6",
|
||||
"@types/hapi__hapi": "^20.0.13",
|
||||
"@types/hapi__inert": "^5.2.6",
|
||||
"@types/hapi__vision": "^5.5.4",
|
||||
"@types/hapipal__schmervice": "^2.0.3",
|
||||
"chalk": "^5.2.0",
|
||||
"chalk": "^5.3.0",
|
||||
"commander": "^11.0.0",
|
||||
"convict": "^6.2.4",
|
||||
"decamelcase-keys": "^1.1.1",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"next-auth": "^4.22.1",
|
||||
"pg-promise": "^11.5.0",
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"prom-client": "^14.x.x",
|
||||
"uuid": "^9.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,16 +10,16 @@
|
|||
"@digiresilience/montar": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/core": "7.22.6",
|
||||
"@babel/preset-env": "7.22.6",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"eslint": "^8.43.0",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"eslint": "^8.44.0",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"files": [
|
||||
"build",
|
||||
|
|
|
|||
|
|
@ -16,19 +16,19 @@
|
|||
"pg-promise": "^11.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@babel/core": "7.22.6",
|
||||
"@babel/preset-env": "7.22.6",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@types/jest": "^29.5.2",
|
||||
"eslint": "^8.43.0",
|
||||
"jest": "^29.5.0",
|
||||
"eslint": "^8.44.0",
|
||||
"jest": "^29.6.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"pino-pretty": "^10.0.1",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.3"
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue