Skip to content

Commit

Permalink
reverse the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
halo3mic committed Aug 2, 2024
1 parent 192794b commit 43566ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
node-version: '16'

- name: Install Dependencies
run: yarn install --dev
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethers-suave",
"version": "1.1.0",
"version": "1.1.1",
"author": "Miha Lotric",
"license": "MIT",
"description": "Module for interacting with SUAVE smart contracts.",
Expand All @@ -27,15 +27,15 @@
"typescript": "^5.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"eslint": "9.8.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"ts-node": "^10.9.2"
}
}
}

0 comments on commit 43566ac

Please sign in to comment.