Skip to content

Commit f18ca89

Browse files
committed
chore: remove eorkspace:^
1 parent 3d7082e commit f18ca89

File tree

5 files changed

+46
-17
lines changed

5 files changed

+46
-17
lines changed

examples/react/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-event-client": "workspace:^",
13-
"@tanstack/react-devtools": "workspace:^",
12+
"@tanstack/devtools-event-client": "^0.2.1",
13+
"@tanstack/react-devtools": "^0.2.1",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.130.2",

examples/react/custom-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-event-client": "workspace:^",
13-
"@tanstack/react-devtools": "workspace:^",
12+
"@tanstack/devtools-event-client": "^0.2.1",
13+
"@tanstack/react-devtools": "^0.2.1",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0"
1616
},

examples/react/start/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@prisma/extension-accelerate": "^2.0.2",
1818
"@prisma/studio-core": "^0.5.1",
1919
"@tailwindcss/vite": "^4.0.6",
20-
"@tanstack/devtools-event-bus": "workspace:^",
21-
"@tanstack/devtools-event-client": "workspace:^",
20+
"@tanstack/devtools-event-bus": "^0.2.1",
21+
"@tanstack/devtools-event-client": "^0.2.1",
2222
"@tanstack/react-devtools": "^0.2.2",
2323
"@tanstack/react-query": "^5.83.0",
2424
"@tanstack/react-query-devtools": "^5.83.0",
@@ -35,7 +35,7 @@
3535
"zod": "^4.0.14"
3636
},
3737
"devDependencies": {
38-
"@tanstack/devtools": "workspace:^",
38+
"@tanstack/devtools": "^0.2.1",
3939
"@testing-library/dom": "^10.4.0",
4040
"@testing-library/react": "^16.2.0",
4141
"@types/react": "^19.1.2",

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/solid-devtools": "workspace:^",
12+
"@tanstack/solid-devtools": "^0.2.1",
1313
"@tanstack/solid-query": "^5.83.0",
1414
"@tanstack/solid-query-devtools": "^5.83.0",
1515
"@tanstack/solid-router": "^1.129.8",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)