Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed May 24, 2024
1 parent 228850b commit 17579e0
Show file tree
Hide file tree
Showing 8 changed files with 275 additions and 236 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@types/node": "^20.12.12",
"named-logs": "^0.2.4",
"viem": "^2.10.8"
"viem": "^2.12.1"
},
"devDependencies": {
"ldenv": "^0.3.10",
Expand Down
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"solidity-proxy": "^0.4.0",
"stratagems-common": "workspace:*",
"stratagems-indexer": "workspace:*",
"tsx": "^4.10.3",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"viem": "^2.10.8",
"viem": "^2.12.1",
"vitest": "^1.6.0",
"vitest-solidity-coverage": "0.1.13"
},
Expand Down
2 changes: 1 addition & 1 deletion helper-services/fuzd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"set-defaults": "^0.0.2",
"toml": "^3.0.0",
"wait-on": "^7.2.0",
"wrangler": "^3.56.0"
"wrangler": "^3.57.1"
},
"scripts": {
"prepare": "set-defaults .",
Expand Down
2 changes: 1 addition & 1 deletion helper-services/missiv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"missiv-server": "^0.0.11",
"set-defaults": "^0.0.2",
"wait-on": "^7.2.0",
"wrangler": "^3.56.0"
"wrangler": "^3.57.1"
},
"scripts": {
"prepare": "set-defaults .",
Expand Down
2 changes: 1 addition & 1 deletion helper-services/secp256k1-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "secp256k1-db-service",
"devDependencies": {
"secp256k1-db": "^0.0.1",
"wrangler": "^3.56.0"
"wrangler": "^3.57.1"
},
"scripts": {
"dev": "wrangler dev -c ./wrangler.toml --port 34001",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"ask-env": "^0.0.1",
"ldenv": "^0.3.10",
"prettier": "^3.2.5",
"sharp": "^0.33.3",
"sharp": "^0.33.4",
"syncpack": "^12.3.2",
"vitepress": "1.1.4"
"vitepress": "1.2.2"
},
"pnpm": {
"supportedArchitectures": {
Expand Down
Loading

0 comments on commit 17579e0

Please sign in to comment.