Skip to content

Commit 7e686c1

Browse files
committed
Add missing dep
1 parent 9502105 commit 7e686c1

File tree

2 files changed

+121
-106
lines changed

2 files changed

+121
-106
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@
2222
},
2323
"devDependencies": {
2424
"@tanstack/eslint-plugin-query": "^5.28.6",
25-
"@tanstack/react-query-devtools": "^5.28.9",
25+
"@tanstack/react-query-devtools": "^5.28.10",
2626
"@testing-library/react": "^14.2.2",
27-
"@types/node": "^20.11.30",
28-
"@types/react": "^18.2.72",
29-
"@types/react-dom": "^18.2.22",
30-
"@typescript-eslint/eslint-plugin": "^7.4.0",
31-
"@typescript-eslint/parser": "^7.4.0",
27+
"@types/node": "^20.12.2",
28+
"@types/react": "^18.2.73",
29+
"@types/react-dom": "^18.2.23",
30+
"@typescript-eslint/eslint-plugin": "^7.5.0",
31+
"@typescript-eslint/parser": "^7.5.0",
3232
"ejs": "^3.1.9",
3333
"eslint": "^8.57.0",
3434
"eslint-config-next": "14.1.4",
35+
"eslint-config-prettier": "^9.1.0",
3536
"eslint-plugin-prettier": "^5.1.3",
3637
"jest": "^29.7.0",
3738
"jest-environment-jsdom": "^29.7.0",

0 commit comments

Comments
 (0)