Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 100 additions & 86 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Comment thread
shazzar00ni marked this conversation as resolved.
Comment thread
shazzar00ni marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/coverage-v8": "^4.1.2",
Comment thread
shazzar00ni marked this conversation as resolved.
Outdated
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"eslint": "^9.39.2",
Comment thread
shazzar00ni marked this conversation as resolved.
Outdated
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
Expand All @@ -48,7 +48,7 @@
"tailwindcss": "^4.1.18",
"typescript": "^5.2.0",
"vite": "^7.3.1",
"vitest": "^4.0.17"
"vitest": "^4.0.18"
Comment thread
shazzar00ni marked this conversation as resolved.
Outdated
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
Expand Down
Loading