Skip to content

Commit bf6f54e

Browse files
authored
Merge pull request #121 from prgrms-web-devcourse-final-project/setting-react-query
[Setting] react query
2 parents be3a953 + c1e5691 commit bf6f54e

File tree

4 files changed

+126
-187
lines changed

4 files changed

+126
-187
lines changed

package-lock.json

Lines changed: 42 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
"@emotion/styled": "^11.13.5",
1919
"@mui/material": "^6.1.9",
2020
"@mui/styled-engine-sc": "^6.1.9",
21+
"@tanstack/react-query": "^5.62.2",
2122
"d3": "^7.9.0",
2223
"ios-style-picker": "^0.0.6",
2324
"ol": "^10.2.1",
2425
"react": "^18.3.1",
2526
"react-dom": "^18.3.1",
2627
"react-helmet-async": "^2.0.5",
2728
"react-icons": "^5.3.0",
28-
"react-query": "^3.39.3",
2929
"react-router-dom": "^6.28.0",
3030
"react-textarea-autosize": "^8.5.5",
3131
"styled-components": "^6.1.13",
3232
"styled-reset": "^4.5.2",
3333
"zustand": "^5.0.1"
3434
},
3535
"devDependencies": {
36-
"@types/d3": "^7.4.3",
37-
"@types/ol": "^7.0.0",
38-
"@types/react-textarea-autosize": "^8.0.0",
3936
"@eslint/js": "^9.13.0",
37+
"@types/d3": "^7.4.3",
4038
"@types/node": "^22.9.0",
39+
"@types/ol": "^7.0.0",
4140
"@types/react": "^18.3.1",
4241
"@types/react-dom": "^18.3.0",
42+
"@types/react-textarea-autosize": "^8.0.0",
4343
"@types/styled-components": "^5.1.34",
4444
"@typescript-eslint/eslint-plugin": "^7.8.0",
4545
"@typescript-eslint/parser": "^7.8.0",

0 commit comments

Comments
 (0)