Skip to content

Commit

Permalink
fix: compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Nov 13, 2024
1 parent ab7fbf0 commit e6be036
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@bobanetwork/aws-kms": "^2.0.0",
"@bobanetwork/graphql-utils": "^1.1.16",
"@bobanetwork/graphql-utils": "^1.1.17",
"@bobanetwork/light-bridge-chains": "^1.1.2",
"@eth-optimism/common-ts": "0.2.2",
"@openzeppelin/contracts": "4.3.2",
Expand Down
11 changes: 5 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lib": [
"es7"
],
"target": "es2017",
"target": "es2020",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",
Expand Down

0 comments on commit e6be036

Please sign in to comment.