Skip to content

Commit

Permalink
[MINOR] fix(ci): fix build pnpm errors (#2982)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

 fix build pnpm errors. 
Since the official pnpm update came out, there was a conflict with
lockfile version and one of the frontend
dependencies(`react-hooks-form`) after downloading it.

### Why are the changes needed?

 Upgrading lockfile and that dependency fixed the issue.

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

N/A
  • Loading branch information
ch3yne authored Apr 16, 2024
1 parent dfa42d1 commit 71c687d
Show file tree
Hide file tree
Showing 2 changed files with 3,336 additions and 2,720 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"qs": "^6.11.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.3",
"react-use": "^17.4.1",
Expand Down
Loading

0 comments on commit 71c687d

Please sign in to comment.