Skip to content

Commit

Permalink
WIP upgrading depenendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 18, 2022
1 parent b9d7f38 commit 3690d10
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 44 deletions.
155 changes: 116 additions & 39 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
"dependencies": {
"@grpc/grpc-js": "1.6.7",
"@matrixai/async-init": "^1.8.1",
"@matrixai/async-locks": "^2.3.1",
"@matrixai/db": "^4.0.5",
"@matrixai/errors": "^1.1.1",
"@matrixai/async-locks": "^3.1.1",
"@matrixai/db": "^5.0.0",
"@matrixai/errors": "^1.1.2",
"@matrixai/id": "^3.3.3",
"@matrixai/logger": "^2.2.2",
"@matrixai/logger": "^2.3.0",
"@matrixai/resources": "^1.1.3",
"@matrixai/workers": "^1.3.3",
"ajv": "^7.0.4",
Expand Down Expand Up @@ -133,7 +133,7 @@
"grpc_tools_node_protoc_ts": "^5.1.3",
"jest": "^28.1.1",
"jest-junit": "^14.0.0",
"jest-mock-process": "^1.4.1",
"jest-mock-process": "^2.0.0",
"jest-mock-props": "^1.9.0",
"mocked-env": "^1.3.5",
"nexpect": "^0.6.0",
Expand Down

0 comments on commit 3690d10

Please sign in to comment.