Skip to content

Commit

Permalink
chore: v-next version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed Nov 1, 2024
1 parent dcfc2b7 commit 23363bb
Show file tree
Hide file tree
Showing 17 changed files with 121 additions and 120 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"polite-rats-mix",
"quick-islands-appear",
"selfish-queens-double",
"strange-ads-sing"
"strange-ads-sing",
"wise-oranges-tan"
]
}
108 changes: 54 additions & 54 deletions pnpm-lock.yaml

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

14 changes: 7 additions & 7 deletions v-next/example-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.12",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.8",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.8",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.8",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.8",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.8",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.7",
"@ignored/hardhat-vnext": "workspace:^3.0.0-next.13",
"@ignored/hardhat-vnext-ethers": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-keystore": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-mocha-test-runner": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-network-helpers": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-node-test-runner": "workspace:^3.0.0-next.9",
"@ignored/hardhat-vnext-viem": "workspace:^3.0.0-next.8",
"@openzeppelin/contracts": "5.1.0",
"@types/mocha": ">=9.1.0",
"@types/node": "^20.14.9",
Expand Down
6 changes: 3 additions & 3 deletions v-next/hardhat-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ignored/hardhat-vnext-errors",
"version": "3.0.0-next.11",
"version": "3.0.0-next.12",
"description": "The different errors that Hardhat can throw",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-errors",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.11",
"@ignored/hardhat-vnext-node-test-reporter": "workspace:^3.0.0-next.12",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
Expand All @@ -58,6 +58,6 @@
"typescript-eslint": "7.7.1"
},
"dependencies": {
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.11"
"@ignored/hardhat-vnext-utils": "workspace:^3.0.0-next.12"
}
}
Loading

0 comments on commit 23363bb

Please sign in to comment.