Skip to content

Commit

Permalink
latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Nov 22, 2023
1 parent 8357708 commit b92b25b
Show file tree
Hide file tree
Showing 6 changed files with 764 additions and 315 deletions.
6 changes: 3 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"devDependencies": {
"ldenv": "^0.3.7",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs",
Expand Down
10 changes: 5 additions & 5 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"as-soon": "^0.0.4",
"eip-1193": "^0.4.7",
"hardhat": "^2.19.0",
"hardhat": "^2.19.1",
"hardhat-rocketh": "^0.6.30",
"jolly-roger-common": "workspace:*",
"ldenv": "^0.3.7",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "^1.2.0",
"rocketh": "^0.6.20",
"rocketh-deploy-proxy": "^0.6.26",
Expand All @@ -21,10 +21,10 @@
"rocketh-verifier": "^0.6.24",
"set-defaults": "^0.0.2",
"solidity-coverage": "^0.8.5",
"solidity-proxy": "^0.2.3",
"solidity-proxy": "^0.2.4",
"tsx": "^4.2.0",
"typescript": "^5.2.2",
"viem": "^1.19.0",
"typescript": "^5.3.2",
"viem": "^1.19.6",
"viem-chai-matchers": "^0.0.3",
"vitest": "^0.34.6",
"vitest-solidity-coverage": "^0.1.4"
Expand Down
8 changes: 4 additions & 4 deletions indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"devDependencies": {
"ethereum-indexer-server": "^0.6.16",
"ldenv": "^0.3.7",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"wait-on": "^7.1.0"
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"wait-on": "^7.2.0"
},
"scripts": {
"eis": "eis",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"devDependencies": {
"ask-env": "^0.0.1",
"ldenv": "^0.3.7",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"syncpack": "^11.2.1",
"vitepress": "1.0.0-rc.15"
"vitepress": "1.0.0-rc.29"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
Loading

0 comments on commit b92b25b

Please sign in to comment.