Skip to content

Commit 882bf14

Browse files
fix: replace workspace:* with ^0.4.0 in react-start example (fixes #321)
1 parent 4f50997 commit 882bf14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "^4.0.6",
13-
"@tanstack/devtools-event-client": "workspace:*",
13+
"@tanstack/devtools-event-client": "^0.4.0",
1414
"@tanstack/react-devtools": "^0.9.2",
1515
"@tanstack/react-router": "^1.132.0",
1616
"@tanstack/react-router-devtools": "^1.132.0",

0 commit comments

Comments
 (0)