Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
- committed May 24, 2024
1 parent 5930417 commit c946c23
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 311 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skybit/hardhat-yul",
"version": "4.2.0",
"version": "4.2.1",
"description": "Compile Yul smart contracts in Hardhat",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,28 +34,28 @@
],
"dependencies": {
"@types/glob": "^8.1.0",
"glob": "^10.3.10",
"typescript": "~5.4.3",
"glob": "^10.4.1",
"typescript": "~5.4.5",
"yulp": "^0.2.3"
},
"devDependencies": {
"@nomiclabs/hardhat-docker": "^2.0.2",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"chai": "^5.1.0",
"eslint": "^8.57.0",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"chai": "^5.1.1",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"fs-extra": "^11.2.0",
"hardhat": "2.22.2",
"mocha": "^10.3.0",
"hardhat": "2.22.4",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"solpp": "^0.11.5",
"ts-node": "^10.9.2"
},
Expand Down
Loading

0 comments on commit c946c23

Please sign in to comment.