Skip to content

Commit 507eeca

Browse files
committed
chore: update package-lock.json with dependency version changes
- Removed resolved and integrity fields for several packages to reduce file size. - Updated versions for @babel/runtime, @creit.tech/stellar-wallets-kit, and @ethereumjs packages. - Upgraded various dependencies including wrap-ansi, yargs, and zod to their latest versions. - Added new dependencies such as undici and updated peer dependencies for compatibility.
1 parent ad94c56 commit 507eeca

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

components/project/ValidationFlow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ const ValidationFlow: React.FC<ValidationFlowProps> = ({ project, onVote }) => {
208208
</Button>
209209

210210
<CommentModal
211-
onCommentSubmit={comment => {
212-
console.log('Comment submitted:', comment);
211+
onCommentSubmit={() => {
212+
// TODO: Handle comment submission
213213
}}
214214
>
215215
<Button

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@
8888
"devDependencies": {
8989
"@eslint/eslintrc": "^3",
9090
"@tailwindcss/postcss": "^4",
91-
"@testing-library/jest-dom": "^6.8.0",
92-
"@testing-library/react": "^16.3.0",
93-
"@testing-library/user-event": "^14.6.1",
94-
"@types/jest": "^30.0.0",
9591
"@types/js-cookie": "^3.0.6",
9692
"@types/node": "^20",
9793
"@types/react": "^19",

0 commit comments

Comments
 (0)