Skip to content

Commit

Permalink
dep: updating matrixai dependencies
Browse files Browse the repository at this point in the history
- async-cancellable: ^1.0.6 -> ^1.1.1
- async-init: ^1.8.2 -> ^1.8.4
- async-locks: ^3.2.0 -> ^4.0.0
- contexts: ^1.0.0 -> ^1.1.0
- db: ^5.1.0 -> ^5.2.0
- id: ^3.3.3 -> ^3.3.6
- resources: ^1.1.4 -> ^1.1.5
- timer: ^1.1.0 -> ^1.1.1
- workers: ^1.3.7 -> ^1.3.6

[ci skip]
  • Loading branch information
tegefaulkes committed Jul 7, 2023
1 parent ac6f4a0 commit 68da4b1
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 107 deletions.
224 changes: 126 additions & 98 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@
},
"dependencies": {
"@grpc/grpc-js": "1.6.7",
"@matrixai/async-cancellable": "^1.0.6",
"@matrixai/async-init": "^1.8.2",
"@matrixai/async-locks": "^3.2.0",
"@matrixai/contexts": "^1.0.0",
"@matrixai/db": "^5.1.0",
"@matrixai/async-cancellable": "^1.1.1",
"@matrixai/async-init": "^1.8.4",
"@matrixai/async-locks": "^4.0.0",
"@matrixai/contexts": "^1.1.0",
"@matrixai/db": "^5.2.0",
"@matrixai/errors": "^1.1.7",
"@matrixai/id": "^3.3.3",
"@matrixai/id": "^3.3.6",
"@matrixai/logger": "^3.1.0",
"@matrixai/resources": "^1.1.4",
"@matrixai/timer": "^1.1.0",
"@matrixai/workers": "^1.3.6",
"@matrixai/resources": "^1.1.5",
"@matrixai/timer": "^1.1.1",
"@matrixai/workers": "^1.3.7",
"@peculiar/asn1-pkcs8": "^2.3.0",
"@peculiar/asn1-schema": "^2.3.0",
"@peculiar/asn1-x509": "^2.3.0",
Expand Down

0 comments on commit 68da4b1

Please sign in to comment.