Skip to content

Commit

Permalink
chore: update oada/client
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Oct 15, 2024
1 parent 260c0ea commit 5d80fba
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 185 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qlever-llc/unfisk",
"version": "2.2.2",
"version": "2.2.3",
"description": "OADA uservice to \"unflatten\" a list into a list of links",
"author": "Alex Layton <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,9 +47,9 @@
]
},
"dependencies": {
"@oada/client": "^5.1.0",
"@oada/lib-prom": "^3.8.0",
"@oada/pino-debug": "^3.10.0",
"@oada/client": "^5.2.3",
"@oada/lib-prom": "^4.0.0",
"@oada/pino-debug": "^4.0.1",
"convict": "^6.2.4",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
Expand All @@ -61,7 +61,7 @@
"@tsconfig/node22": "^22.0.0",
"@types/convict": "^6.1.6",
"@types/debug": "^4.1.12",
"@types/node": "^22.5.5",
"@types/node": "^22.7.5",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand All @@ -76,12 +76,12 @@
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-ava": "^15.0.1",
"eslint-plugin-escompat": "^3.11.1",
"eslint-plugin-escompat": "^3.11.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-no-secrets": "^1.0.2",
Expand All @@ -95,7 +95,7 @@
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^54.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"volta": {
Expand Down
Loading

0 comments on commit 5d80fba

Please sign in to comment.