Skip to content

Commit 5bda41e

Browse files
Feat/bring support for react 17 to utils (#278)
* feat: bring support for react 17 * changeset * lock update * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 8e354af commit 5bda41e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.changeset/weak-poems-drop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/devtools-utils': patch
3+
---
4+
5+
Lower peer dep range to support React 17

packages/devtools-utils/package.json

Lines changed: 2 additions & 2 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
},

pnpm-lock.yaml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)