Skip to content

Commit 3c6384c

Browse files
Update react
1 parent ca7c19d commit 3c6384c

File tree

2 files changed

+604
-168
lines changed

2 files changed

+604
-168
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "17.0.2",
2121
"react-dom": "17.0.2",
2222
"react-error-boundary": "3.1.4",
23-
"react-query": "3.39.3"
23+
"@tanstack/react-query": "4.0.5"
2424
},
2525
"devDependencies": {
2626
"@graphql-codegen/cli": "2.16.5",
@@ -33,8 +33,8 @@
3333
"@testing-library/user-event": "13.5.0",
3434
"@types/jest": "27.5.2",
3535
"@types/node": "20.12.7",
36-
"@types/react": "17.0.62",
37-
"@types/react-dom": "17.0.20",
36+
"@types/react": "17.0.80",
37+
"@types/react-dom": "17.0.25",
3838
"@typescript-eslint/eslint-plugin": "4.33.0",
3939
"@typescript-eslint/parser": "4.33.0",
4040
"@vitejs/plugin-react": "1.3.2",
@@ -46,8 +46,8 @@
4646
"eslint-plugin-import": "2.29.1",
4747
"eslint-plugin-jest": "25.7.0",
4848
"eslint-plugin-jsx-a11y": "6.8.0",
49-
"eslint-plugin-react": "7.32.2",
50-
"eslint-plugin-react-hooks": "4.6.0",
49+
"eslint-plugin-react": "7.35.1",
50+
"eslint-plugin-react-hooks": "4.6.2",
5151
"eslint-plugin-testing-library": "5.11.1",
5252
"graphql": "16.8.1",
5353
"husky": "7.0.4",

0 commit comments

Comments
 (0)