Skip to content

Commit

Permalink
fix: add required pnpm version to prevent lockfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed May 8, 2024
1 parent 1ea49bd commit 7dfcbe8
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 7dfcbe8

Please sign in to comment.