Skip to content

Commit e7f57fe

Browse files
Remove explicit workspace link
pnpm v8 uses local packages by default
1 parent 5a3a128 commit e7f57fe

13 files changed

Lines changed: 38 additions & 38 deletions

File tree

packages/query-async-storage-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"build:types": "tsc --emitDeclarationOnly"
3939
},
4040
"dependencies": {
41-
"@tanstack/query-persist-client-core": "workspace:*"
41+
"@tanstack/query-persist-client-core": "^5.0.0-alpha.43"
4242
}
4343
}

packages/query-broadcast-client-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"build:types": "tsc --emitDeclarationOnly"
3737
},
3838
"dependencies": {
39-
"@tanstack/query-core": "workspace:*",
39+
"@tanstack/query-core": "^5.0.0-alpha.43",
4040
"broadcast-channel": "^5.1.0"
4141
}
4242
}

packages/query-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"superjson": "^1.12.1"
4848
},
4949
"devDependencies": {
50-
"@tanstack/query-core": "workspace:*",
50+
"@tanstack/query-core": "^5.0.0-alpha.43",
5151
"vite-plugin-solid": "^2.5.0"
5252
},
5353
"peerDependencies": {
54-
"@tanstack/query-core": "workspace:*"
54+
"@tanstack/query-core": "^5.0.0-alpha.43"
5555
},
5656
"peerDependenciesMeta": {}
5757
}

packages/query-persist-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"build:types": "tsc --emitDeclarationOnly"
3939
},
4040
"dependencies": {
41-
"@tanstack/query-core": "workspace:*"
41+
"@tanstack/query-core": "^5.0.0-alpha.43"
4242
}
4343
}

packages/query-sync-storage-persister/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build:types": "tsc --emitDeclarationOnly"
3939
},
4040
"dependencies": {
41-
"@tanstack/query-core": "workspace:*",
42-
"@tanstack/query-persist-client-core": "workspace:*"
41+
"@tanstack/query-core": "^5.0.0-alpha.43",
42+
"@tanstack/query-persist-client-core": "^5.0.0-alpha.43"
4343
}
4444
}

packages/react-query-devtools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"build:types": "tsc --emitDeclarationOnly && cpy build/lib/index.d.ts build/lib/index.prod.d.ts"
4949
},
5050
"devDependencies": {
51-
"@tanstack/react-query": "workspace:*",
51+
"@tanstack/react-query": "^5.0.0-alpha.43",
5252
"@types/react": "^18.2.4",
5353
"@types/react-dom": "^18.2.4",
5454
"react": "^18.2.0",
5555
"react-dom": "^18.2.0",
5656
"react-error-boundary": "^3.1.4"
5757
},
5858
"dependencies": {
59-
"@tanstack/query-devtools": "workspace:*"
59+
"@tanstack/query-devtools": "^5.0.0-alpha.43"
6060
},
6161
"peerDependencies": {
62-
"@tanstack/react-query": "workspace:*",
62+
"@tanstack/react-query": "^5.0.0-alpha.43",
6363
"react": "^18.0.0",
6464
"react-dom": "^18.0.0"
6565
}

packages/react-query-persist-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"build:types": "tsc --emitDeclarationOnly"
3939
},
4040
"devDependencies": {
41-
"@tanstack/query-core": "workspace:*",
42-
"@tanstack/react-query": "workspace:*",
41+
"@tanstack/query-core": "^5.0.0-alpha.43",
42+
"@tanstack/react-query": "^5.0.0-alpha.43",
4343
"@types/react": "^18.2.4",
4444
"@types/react-dom": "^18.2.4",
4545
"react": "^18.2.0",
4646
"react-dom": "^18.2.0"
4747
},
4848
"dependencies": {
49-
"@tanstack/query-persist-client-core": "workspace:*"
49+
"@tanstack/query-persist-client-core": "^5.0.0-alpha.43"
5050
},
5151
"peerDependencies": {
52-
"@tanstack/react-query": "workspace:*"
52+
"@tanstack/react-query": "^5.0.0-alpha.43"
5353
}
5454
}

packages/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"react-error-boundary": "^3.1.4"
5151
},
5252
"dependencies": {
53-
"@tanstack/query-core": "workspace:*"
53+
"@tanstack/query-core": "^5.0.0-alpha.43"
5454
},
5555
"peerDependencies": {
5656
"react": "^18.0.0",

packages/solid-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"src"
5151
],
5252
"dependencies": {
53-
"@tanstack/query-core": "workspace:*"
53+
"@tanstack/query-core": "^5.0.0-alpha.43"
5454
},
5555
"devDependencies": {
5656
"vite-plugin-solid": "^2.5.0"

packages/svelte-query-devtools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"vite": "^4.2.0"
4747
},
4848
"dependencies": {
49-
"@tanstack/query-devtools": "workspace:*",
50-
"@tanstack/svelte-query": "workspace:*",
49+
"@tanstack/query-devtools": "^5.0.0-alpha.43",
50+
"@tanstack/svelte-query": "^5.0.0-alpha.43",
5151
"esm-env": "^1.0.0"
5252
},
5353
"peerDependencies": {
54-
"@tanstack/svelte-query": "workspace:*",
54+
"@tanstack/svelte-query": "^5.0.0-alpha.43",
5555
"svelte": "^3.54.0"
5656
}
5757
}

0 commit comments

Comments
 (0)