Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
	modified:   package-lock.json
	modified:   package.json
  • Loading branch information
abernatskiy committed Sep 12, 2023
1 parent f1c35f0 commit 64b46e4
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 88 deletions.
192 changes: 111 additions & 81 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@subsquid/archive-registry": "^3.0.0",
"@subsquid/evm-processor": "^1.4.0",
"@subsquid/graphql-server": "^4.2.0",
"@subsquid/typeorm-migration": "^1.2.0",
"@subsquid/typeorm-store": "^1.2.0",
"@subsquid/archive-registry": "^3.2.0",
"@subsquid/evm-processor": "^1.8.2",
"@subsquid/graphql-server": "^4.3.0",
"@subsquid/typeorm-migration": "^1.2.1",
"@subsquid/typeorm-store": "^1.2.2",
"dotenv": "^16.1.4",
"ethers": "^6.5.1",
"pg": "^8.11.0",
"typeorm": "^0.3.16"
},
"devDependencies": {
"@subsquid/evm-typegen": "^3.2.0",
"@subsquid/typeorm-codegen": "^1.2.0",
"@subsquid/evm-typegen": "^3.2.2",
"@subsquid/typeorm-codegen": "^1.3.1",
"@types/node": "^18.16.17",
"typescript": "~5.1.3"
}
Expand Down

0 comments on commit 64b46e4

Please sign in to comment.