Skip to content

Commit

Permalink
fix: add required pnpm version to prevent lockfile changes (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove authored May 8, 2024
1 parent 201ef8b commit d51595b
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 5,739 deletions.
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"vitest-environment-clarinet": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"eslint": "^9.1.1",
"@eslint/js": "^8.56.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
Expand Down
Loading

0 comments on commit d51595b

Please sign in to comment.