Skip to content

Commit

Permalink
Merge pull request #263 from oasisprotocol/CedarMist/hardhat-2.19.4
Browse files Browse the repository at this point in the history
Update hardhat with peer dependency
  • Loading branch information
CedarMist authored Jan 24, 2024
2 parents 984e7c4 + 6431e28 commit 53a17d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions integrations/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oasisprotocol/sapphire-hardhat",
"license": "Apache-2.0",
"version": "2.17.3",
"version": "2.19.4",
"description": "A Hardhat plugin for developing on the Sapphire ParaTime.",
"homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/integrations/hardhat",
"repository": {
Expand All @@ -22,19 +22,20 @@
"scripts": {
"lint": "prettier --cache --ignore-path .gitignore --check .",
"format": "prettier --cache --ignore-path .gitignore --write .",
"build": "tsc -b"
"build": "tsc -b",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@oasisprotocol/sapphire-paratime": "workspace:^"
},
"devDependencies": {
"@types/node": "^18.7.18",
"hardhat": "^2.19.2",
"hardhat": "^2.19.4",
"prettier": "^2.8.3",
"ts-node": "^8.10.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
"hardhat": "^2.19.2"
"hardhat": "2.x"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 53a17d1

Please sign in to comment.