Skip to content

Commit ffc1520

Browse files
committed
fix: exports module
1 parent bb6dd64 commit ffc1520

File tree

9 files changed

+22
-33
lines changed

9 files changed

+22
-33
lines changed

examples/01_typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/query-core": "latest",
77
"jotai": "latest",
8-
"jotai-tanstack-query": "latest",
8+
"jotai-tanstack-query": "../../",
99
"react": "latest",
1010
"react-dom": "latest"
1111
},

examples/02_typescript_suspense/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/query-core": "latest",
77
"jotai": "latest",
8-
"jotai-tanstack-query": "latest",
8+
"jotai-tanstack-query": "../../",
99
"react": "latest",
1010
"react-dom": "latest"
1111
},

examples/03_infinite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/query-core": "latest",
77
"jotai": "latest",
8-
"jotai-tanstack-query": "latest",
8+
"jotai-tanstack-query": "../../",
99
"react": "latest",
1010
"react-dom": "latest"
1111
},

examples/04_infinite_suspense/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/query-core": "latest",
77
"jotai": "latest",
8-
"jotai-tanstack-query": "latest",
8+
"jotai-tanstack-query": "../../",
99
"react": "latest",
1010
"react-dom": "latest"
1111
},

examples/05_mutation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/query-core": "latest",
77
"jotai": "latest",
8-
"jotai-tanstack-query": "latest",
8+
"jotai-tanstack-query": "../../",
99
"react": "latest",
1010
"react-dom": "latest"
1111
},

examples/06_refetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/query-core": "latest",
77
"jotai": "latest",
8-
"jotai-tanstack-query": "latest",
8+
"jotai-tanstack-query": "../../",
99
"react": "latest",
1010
"react-dom": "latest"
1111
},

examples/07_queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/query-core": "latest",
77
"jotai": "latest",
8-
"jotai-tanstack-query": "latest",
8+
"jotai-tanstack-query": "../../",
99
"react": "latest",
1010
"react-dom": "latest"
1111
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"./package.json": "./package.json",
2020
".": {
2121
"types": "./dist/index.d.ts",
22-
"module": "./dist/index.js",
22+
"module": "./dist/index.mjs",
2323
"import": "./dist/index.mjs",
2424
"default": "./dist/index.js"
2525
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)