Skip to content

Commit

Permalink
chore: update yarn/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Dec 11, 2024
1 parent 9692c60 commit bdaba27
Show file tree
Hide file tree
Showing 30 changed files with 1,058 additions and 6,557 deletions.
934 changes: 0 additions & 934 deletions oada/.yarn/releases/yarn-4.5.1.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions oada/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ compressionLevel: mixed

enableGlobalCache: false

ignorePath: true

packageExtensions:
"@fastify/accepts@*":
peerDependencies:
Expand Down Expand Up @@ -60,5 +62,3 @@ packageExtensions:
oauth2orize-pkce@*:
peerDependencies:
oauth2orize: "*"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
8 changes: 4 additions & 4 deletions oada/libs/lib-arangodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@oada/models": "workspace:^",
"@oada/oadaify": "^2.1.0",
"@oada/types": "^4.0.0",
"arangojs": "^9.1.0",
"arangojs": "^9.2.0",
"bcryptjs": "^2.4.3",
"debug": "^4.3.7",
"debug": "^4.4.0",
"deep-equal": "^2.2.3",
"flat": "^6.0.1",
"json-ptr": "^3.1.1",
Expand All @@ -75,9 +75,9 @@
"@types/deep-equal": "^1.0.4",
"@types/flat": "^5.0.5",
"@types/json-pointer": "^1.0.34",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"ava": "6.2.0",
"type-fest": "^4.27.0"
"type-fest": "^4.30.0"
},
"volta": {
"node": "22.5.1"
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/lib-arangodb/src/libs/putBodies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const collection = database.collection(
*/
export async function savePutBody(body: string): Promise<{ _id: string }> {
// The _id comes back in the response to save
return collection.save(`{"body":${body}}`);
return collection.save({body});
}

export async function getPutBody(id: string): Promise<unknown> {
Expand Down
4 changes: 2 additions & 2 deletions oada/libs/lib-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"debug": "^4.4.0",
"dotenv": "^16.4.7",
"json5": "^2.2.3",
"tslib": "2.8.1",
"yaml": "^2.6.1"
Expand Down
4 changes: 2 additions & 2 deletions oada/libs/lib-kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@oada/lib-config": "workspace:^",
"cls-rtracer": "^2.6.3",
"debug": "^4.3.7",
"debug": "^4.4.0",
"eventemitter3": "^5.0.1",
"kafkajs": "^2.2.4",
"ksuid": "^3.0.0",
Expand All @@ -48,7 +48,7 @@
"@ava/typescript": "^5.0.0",
"@types/convict": "^6.1.6",
"@types/debug": "^4.1.12",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@types/uuid": "^10.0.0",
"ava": "6.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/lib-prom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@types/convict": "^6.1.6",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"ava": "6.2.0",
"fastify-plugin": "^5.0.1"
Expand Down
289 changes: 0 additions & 289 deletions oada/libs/models/package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions oada/libs/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@oada/types": "^4.0.0",
"@qlever-llc/interface2class": "^1.1.0",
"tslib": "2.8.1",
"type-fest": "^4.27.0",
"type-fest": "^4.30.0",
"xksuid": "^0.0.4"
},
"volta": {
"node": "22.5.1"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"jose": "^5.9.6"
}
}
Loading

0 comments on commit bdaba27

Please sign in to comment.