Skip to content

Commit

Permalink
Merge pull request #381 from 42connected/feature/#372-ReactQuery
Browse files Browse the repository at this point in the history
[Feature] React query #372
  • Loading branch information
Seojunhwan authored Nov 18, 2022
2 parents 5001ff4 + 90e16ea commit b568931
Show file tree
Hide file tree
Showing 22 changed files with 502 additions and 79 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# IDE
.idea

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
208 changes: 208 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"@mui/lab": "^5.0.0-alpha.96",
"@mui/material": "^5.10.1",
"@mui/x-date-pickers": "^5.0.0-beta.6",
"@tanstack/react-query": "^4.16.1",
"@tanstack/react-query-devtools": "^4.16.1",
"@toast-ui/calendar": "^2.1.3",
"@toast-ui/react-calendar": "^2.1.3",
"@types/jest": "^28.1.7",
Expand All @@ -43,6 +45,7 @@
"react-calendar": "^3.7.0",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.0",
"react-error-boundary": "^3.1.4",
"react-markdown": "^8.0.3",
"react-responsive": "^9.0.0-beta.10",
"react-router-dom": "^6.3.0",
Expand Down
Loading

0 comments on commit b568931

Please sign in to comment.