Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihengGet committed Feb 28, 2024
1 parent 7067a67 commit cc4d9fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/svelte-query-runes/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-query-runes",
"version": "5.14.2-beta.18",
"version": "5.14.2-beta.18.1",
"private": false,
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte",
"author": "zhiheng",
Expand All @@ -19,6 +19,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./src/index",
"svelte": "./dist/index.js"
},
"./dev": {
Expand All @@ -45,7 +46,7 @@
"pack": "pnpm pack --pack-destination"
},
"dependencies": {
"@tanstack/query-core": "workspace:^"
"@tanstack/query-core": "latest"
},
"devDependencies": {
"@sveltejs/package": "^2.2.7",
Expand Down

0 comments on commit cc4d9fb

Please sign in to comment.