Skip to content

Commit

Permalink
Downgrade is-wsl dependency (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift authored Apr 4, 2024
1 parent 3e06c31 commit 0b56cf9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"hardhat": "^2.22.2",
"hardhat-deploy": "^0.12.2",
"husky": "^9.0.11",
"is-wsl": "^3.1.0",
"is-wsl": "^2.2.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
Expand Down
26 changes: 9 additions & 17 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": ["config:base"],
"packageRules": [
{
"matchPackageNames": ["node"],
"matchPackageNames": ["node", "is-wsl"],
"enabled": false
},
{
Expand Down

0 comments on commit 0b56cf9

Please sign in to comment.