Skip to content

Commit

Permalink
merged next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Jul 31, 2023
1 parent c986437 commit dc8391c
Show file tree
Hide file tree
Showing 10 changed files with 415 additions and 131 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"@babel/preset-env": "^7.22.9",
"@types/jest": "^29.5.3",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@xylabs/eslint-config": "^2.19.0",
"@xylabs/ts-scripts-yarn3": "^2.19.0",
"@xylabs/tsconfig": "^2.19.0",
"@xylabs/tsconfig-dom-jest": "^2.19.0",
"babel-jest": "^29.6.2",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-deprecation": "^1.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.28.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-extended": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/automation-witness-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.379.1",
"@ethersproject/address": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/networks": "^5.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/packages/core/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.379.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/sdk-api-express-ecs": "^1.3.0",
"@xyo-network/account": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.379.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/exists": "^2.9.3",
"@xylabs/sdk-api-express-ecs": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/packages/express/packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.379.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/sdk-api-express-ecs": "^1.3.0",
"@xyo-network/module-model": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.379.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/sdk-api-express-ecs": "^1.3.0",
"@xyo-network/node": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.379.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/exists": "^2.9.3",
"@xylabs/sdk-api-express-ecs": "^1.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Arie Trouw",
"license": "LGPL-3.0",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.378.0",
"@aws-sdk/client-secrets-manager": "^3.379.1",
"@xylabs/assert": "^2.9.3",
"@xylabs/sdk-api-express-ecs": "^1.3.0",
"@xyo-network/express-node-dependencies": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@xyo-network/payload-model": "workspace:~",
"@xyo-network/payloadset-plugin": "workspace:~",
"@xyo-network/witness": "workspace:~",
"systeminformation": "^5.18.9"
"systeminformation": "^5.18.10"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^2.19.0",
Expand Down
Loading

0 comments on commit dc8391c

Please sign in to comment.