Skip to content

Commit 9edbd67

Browse files
authored
refactor(devtools): Add types for devtools (TanStack#2688)
1 parent 1896ca2 commit 9edbd67

File tree

9 files changed

+563
-521
lines changed

9 files changed

+563
-521
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"eslint-plugin-prettier": "^3.1.3",
109109
"eslint-plugin-promise": "^4.2.1",
110110
"eslint-plugin-react": "7.20.0",
111-
"eslint-plugin-react-hooks": "4.0.4",
111+
"eslint-plugin-react-hooks": "4.2.0",
112112
"eslint-plugin-standard": "^4.0.1",
113113
"is-ci-cli": "^2.1.1",
114114
"jest": "^26.0.1",
@@ -130,5 +130,9 @@
130130
"rollup-plugin-visualizer": "^4.0.4",
131131
"type-fest": "^0.21.0",
132132
"typescript": "^4.1.2"
133+
},
134+
"resolutions": {
135+
"@types/react": "^16.9.41",
136+
"@types/react-dom": "^16.9.8"
133137
}
134138
}

src/devtools/Logo.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// @ts-nocheck
2-
31
import * as React from 'react'
42

53
export default function Logo(props: any) {

0 commit comments

Comments
 (0)