Skip to content

Commit

Permalink
fix: Use pnpm workspace protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 18, 2023
1 parent 0c93fde commit 51d72ac
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion packages/query-async-storage-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"build:types": "tsc --emitDeclarationOnly"
},
"dependencies": {
"@tanstack/query-persist-client-core": "^5.0.0-alpha.43"
"@tanstack/query-persist-client-core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/query-broadcast-client-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build:types": "tsc --emitDeclarationOnly"
},
"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43",
"@tanstack/query-core": "workspace:*",
"broadcast-channel": "^5.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"superjson": "^1.12.1"
},
"devDependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43",
"@tanstack/query-core": "workspace:*",
"vite-plugin-solid": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/query-persist-client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"build:types": "tsc --emitDeclarationOnly"
},
"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43"
"@tanstack/query-core": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/query-sync-storage-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:types": "tsc --emitDeclarationOnly"
},
"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43",
"@tanstack/query-persist-client-core": "^5.0.0-alpha.43"
"@tanstack/query-core": "workspace:*",
"@tanstack/query-persist-client-core": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/react-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"build:types": "tsc --emitDeclarationOnly && cpy index.d.ts index.prod.d.ts --cwd=build/lib"
},
"dependencies": {
"@tanstack/query-devtools": "^5.0.0-alpha.43"
"@tanstack/query-devtools": "workspace:*"
},
"devDependencies": {
"@tanstack/react-query": "^5.0.0-alpha.43",
"@tanstack/react-query": "workspace:*",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0-alpha.43",
"@tanstack/react-query": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/react-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"build:types": "tsc --emitDeclarationOnly"
},
"dependencies": {
"@tanstack/query-persist-client-core": "^5.0.0-alpha.43"
"@tanstack/query-persist-client-core": "workspace:*"
},
"devDependencies": {
"@tanstack/react-query": "^5.0.0-alpha.43",
"@tanstack/react-query": "workspace:*",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0-alpha.43"
"@tanstack/react-query": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"!build/codemods/**/__tests__"
],
"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43"
"@tanstack/query-core": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"src"
],
"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43"
"@tanstack/query-core": "workspace:*"
},
"devDependencies": {
"vite-plugin-solid": "^2.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"build": "svelte-package --input ./src --output ./dist"
},
"dependencies": {
"@tanstack/query-devtools": "^5.0.0-alpha.43",
"@tanstack/query-devtools": "workspace:*",
"esm-env": "^1.0.0"
},
"devDependencies": {
"@sveltejs/package": "^2.0.2",
"@sveltejs/vite-plugin-svelte": "^2.4.0",
"@tanstack/svelte-query": "^5.0.0-alpha.43",
"@tanstack/svelte-query": "workspace:*",
"eslint-plugin-svelte": "^2.29.0",
"svelte": "^3.54.0",
"svelte-check": "^3.4.3",
Expand All @@ -50,7 +50,7 @@
"vite": "^4.2.0"
},
"peerDependencies": {
"@tanstack/svelte-query": "^5.0.0-alpha.43",
"@tanstack/svelte-query": "workspace:*",
"svelte": "^3.54.0"
}
}
2 changes: 1 addition & 1 deletion packages/svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build": "svelte-package --input ./src --output ./dist"
},
"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43"
"@tanstack/query-core": "workspace:*"
},
"devDependencies": {
"@sveltejs/package": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"src"
],
"dependencies": {
"@tanstack/query-core": "^5.0.0-alpha.43",
"@tanstack/query-core": "workspace:*",
"@tanstack/match-sorter-utils": "^8.8.4",
"@vue/devtools-api": "^6.5.0",
"vue-demi": "^0.13.11"
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51d72ac

Please sign in to comment.