Skip to content

Commit

Permalink
contracts update (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit authored Jul 9, 2024
1 parent 1594e9d commit e1f8a7e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
ignore:
# Ignore all the deps, except defined groups
- dependency-name: '*'
groups:
synthetix:
patterns:
- '@synthetixio/v3-contracts'
reviewers:
- 'noisekit'
Binary file not shown.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start:arbitrum-sepolia": "anvil --chain-id 421614 --fork-url https://arbitrum-sepolia.infura.io/v3/$INFURA_KEY"
},
"dependencies": {
"@synthetixio/v3-contracts": "^6.2.1",
"@synthetixio/v3-contracts": "^6.4.0",
"viem": "^2.13.5"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5559,7 +5559,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@snx-v3/contracts@workspace:contracts"
dependencies:
"@synthetixio/v3-contracts": "npm:^6.2.1"
"@synthetixio/v3-contracts": "npm:^6.4.0"
viem: "npm:^2.13.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7145,10 +7145,10 @@ __metadata:
languageName: unknown
linkType: soft

"@synthetixio/v3-contracts@npm:^6.2.1":
version: 6.2.1
resolution: "@synthetixio/v3-contracts@npm:6.2.1"
checksum: eaff4d3178d9af78b23e59f63dce1ca18b1c64a941a3b798a6860d904c707efbba01bd409025d5b289671ba4dcb2b96a84bc0576522b973aec7291383dfa050d
"@synthetixio/v3-contracts@npm:^6.4.0":
version: 6.4.0
resolution: "@synthetixio/v3-contracts@npm:6.4.0"
checksum: c491bbaf54131b3d357f567ff340d68529284d8970b6d9836bd99b641514c70d5a6ee5fed21cfbcaa2528480fd15ba96117848ac51c0e62f320e5794b39f8813
languageName: node
linkType: hard

Expand Down

0 comments on commit e1f8a7e

Please sign in to comment.