Skip to content

Commit

Permalink
latest fuzd
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed May 20, 2024
1 parent c6588a0 commit b8ef6db
Show file tree
Hide file tree
Showing 9 changed files with 279 additions and 302 deletions.
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"named-logs": "^0.2.4",
"viem": "^2.10.3"
"viem": "^2.10.8"
},
"devDependencies": {
"ldenv": "^0.3.10",
Expand Down
6 changes: 3 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ethereum-indexer-fs": "^0.7.7",
"ethereum-indexer-js-processor": "^0.7.0",
"fs-extra": "^11.2.0",
"hardhat": "^2.22.3",
"hardhat": "^2.22.4",
"hardhat-preprocessor": "^0.1.5",
"hardhat-rocketh": "^4.0.17",
"ldenv": "^0.3.10",
Expand All @@ -38,9 +38,9 @@
"solidity-proxy": "^0.4.0",
"stratagems-common": "workspace:*",
"stratagems-indexer": "workspace:*",
"tsx": "^4.9.4",
"tsx": "^4.10.3",
"typescript": "^5.4.5",
"viem": "^2.10.3",
"viem": "^2.10.8",
"vitest": "^1.6.0",
"vitest-solidity-coverage": "0.1.13"
},
Expand Down
6 changes: 3 additions & 3 deletions helper-services/fuzd/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "fuzd-service",
"devDependencies": {
"fuzd-cf-worker": "^0.2.0",
"fuzd-server": "^0.4.0",
"fuzd-cf-worker": "^0.5.0",
"fuzd-server": "^0.5.1",
"ldenv": "^0.3.10",
"node-cron": "^3.0.3",
"set-defaults": "^0.0.2",
"toml": "^3.0.0",
"wait-on": "^7.2.0",
"wrangler": "^3.55.0"
"wrangler": "^3.56.0"
},
"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.55.0"
"wrangler": "^3.56.0"
},
"scripts": {
"prepare": "set-defaults .",
Expand Down
Loading

0 comments on commit b8ef6db

Please sign in to comment.