Skip to content

Commit

Permalink
Merge pull request #44 from RENCI/base-tanstack
Browse files Browse the repository at this point in the history
Implement TanStack
  • Loading branch information
PhillipsOwen authored May 16, 2024
2 parents ca40ec3 + 8f1931a commit f6b751e
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 72 deletions.
286 changes: 284 additions & 2 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@babel/preset-react": "^7.23.3",
"@eslint/js": "^9.1.1",
"@faker-js/faker": "^8.4.1",
"@tanstack/eslint-plugin-query": "^5.35.6",
"arg": "^5.0.2",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
Expand Down Expand Up @@ -50,7 +51,8 @@
"@mui/icons-material": "^5.15.15",
"@mui/joy": "^5.0.0-beta.36",
"@mui/material": "^5.15.15",
"axios": "^1.6.7",
"@tanstack/react-query": "^5.36.0",
"axios": "^1.6.8",
"core-js": "^3.36.0",
"d3": "^7.8.5",
"dotenv": "^16.4.5",
Expand Down
Loading

0 comments on commit f6b751e

Please sign in to comment.