Skip to content

Commit 0a71444

Browse files
Update react
1 parent b2ab6ff commit 0a71444

File tree

2 files changed

+264
-89
lines changed

2 files changed

+264
-89
lines changed

package.json

Lines changed: 3 additions & 3 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,7 +33,7 @@
3333
"@testing-library/user-event": "13.5.0",
3434
"@types/jest": "27.5.2",
3535
"@types/node": "16.18.38",
36-
"@types/react": "17.0.62",
36+
"@types/react": "17.0.65",
3737
"@types/react-dom": "17.0.20",
3838
"@typescript-eslint/eslint-plugin": "4.33.0",
3939
"@typescript-eslint/parser": "4.33.0",
@@ -46,7 +46,7 @@
4646
"eslint-plugin-import": "2.27.5",
4747
"eslint-plugin-jest": "25.7.0",
4848
"eslint-plugin-jsx-a11y": "6.7.1",
49-
"eslint-plugin-react": "7.32.2",
49+
"eslint-plugin-react": "7.33.2",
5050
"eslint-plugin-react-hooks": "4.6.0",
5151
"eslint-plugin-testing-library": "5.11.0",
5252
"graphql": "16.7.1",

0 commit comments

Comments
 (0)