Skip to content

Commit

Permalink
add react query
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo committed Aug 19, 2024
1 parent 929592c commit 4ca45ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file modified web/ui/bun.lockb
Binary file not shown.
8 changes: 5 additions & 3 deletions web/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.51.24",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -32,13 +33,14 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.5"
"typescript": "^5"
}
}

0 comments on commit 4ca45ff

Please sign in to comment.