Skip to content

Commit 3989933

Browse files
committed
feat: bring support for react 17
1 parent 8e354af commit 3989933

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/devtools-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@tanstack/devtools-ui": "workspace:^"
5252
},
5353
"peerDependencies": {
54-
"@types/react": ">=19.0.0",
55-
"react": ">=19.0.0",
54+
"@types/react": ">=17.0.0",
55+
"react": ">=17.0.0",
5656
"solid-js": ">=1.9.7",
5757
"vue": ">=3.2.0"
5858
},
@@ -89,4 +89,4 @@
8989
"tsup-preset-solid": "^2.2.0",
9090
"vite-plugin-solid": "^2.11.8"
9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)