Skip to content

Commit

Permalink
v2.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Mar 24, 2024
1 parent e06cd3e commit d603841
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "npm",
"packages": ["packages/*"],
"exact": true,
"version": "2.11.21"
"version": "2.11.22"
}
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/builder",
"version": "2.11.21",
"version": "2.11.22",
"description": "Assembles cannonfile.toml manifests into cannon packages.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usecannon/cli",
"version": "2.11.21",
"version": "2.11.22",
"description": "Utility for instantly loading cannon packages in standalone contexts",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@iarna/toml": "^3.0.0",
"@synthetixio/wei": "^2.74.1",
"@usecannon/builder": "2.11.21",
"@usecannon/builder": "2.11.22",
"abitype": "^1.0.0",
"chalk": "^4.1.2",
"commander": "^9.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-cannon",
"version": "2.11.21",
"version": "2.11.22",
"description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project",
"repository": "github:usecannon/cannon",
"author": "Synthetix",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"@usecannon/builder": "2.11.21",
"@usecannon/cli": "2.11.21",
"@usecannon/builder": "2.11.22",
"@usecannon/cli": "2.11.22",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"fs-extra": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indexer",
"version": "2.11.9",
"version": "2.11.22",
"description": "Injects Cannon data from raw data sources into Redis",
"main": "dist/index.js",
"private": true,
Expand All @@ -11,8 +11,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@usecannon/builder": "^2.11.20",
"@usecannon/cli": "^2.11.20",
"@usecannon/builder": "2.11.22",
"@usecannon/cli": "2.11.22",
"lodash": "^4.17.21",
"redis": "^4.6.13",
"viem": "^2.7.10"
Expand Down
8 changes: 4 additions & 4 deletions packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cannon-registry",
"version": "2.11.9",
"version": "2.11.22",
"private": true,
"description": "Contract registry for Cannon images",
"scripts": {
Expand All @@ -24,13 +24,13 @@
"@typechain/hardhat": "6.1.2",
"@types/mocha": "9.1.1",
"@types/node": "18.0.0",
"@usecannon/builder": "^2.11.20",
"@usecannon/cli": "^2.11.20",
"@usecannon/builder": "2.11.22",
"@usecannon/cli": "2.11.22",
"chai": "4.3.6",
"dotenv": "16.0.1",
"ethers": "5.7.1",
"hardhat": "^2.12.6",
"hardhat-cannon": "^2.11.20",
"hardhat-cannon": "2.11.22",
"hardhat-contract-sizer": "^2.7.0",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cannon-website",
"version": "2.11.9",
"version": "2.11.22",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@types/node": "20.3.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.6",
"@usecannon/builder": "^2.11.20",
"@usecannon/cli": "^2.11.20",
"@usecannon/builder": "2.11.22",
"@usecannon/cli": "2.11.22",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.7",
"browser-level": "^1.0.1",
Expand Down

0 comments on commit d603841

Please sign in to comment.