File tree Expand file tree Collapse file tree 7 files changed +19
-6
lines changed
query-async-storage-persister
query-broadcast-client-experimental
query-sync-storage-persister
react-query-persist-client Expand file tree Collapse file tree 7 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 3030 "scripts" : {
3131 "clean" : " rm -rf ./build" ,
3232 "test:eslint" : " ../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
33+ },
34+ "dependencies" : {
35+ "@tanstack/react-query-persist-client" : " ^4.0.10"
3336 }
3437}
Original file line number Diff line number Diff line change 3232 "test:eslint" : " ../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
3333 },
3434 "dependencies" : {
35+ "@tanstack/query-core" : " ^4.0.10" ,
3536 "broadcast-channel" : " ^3.4.1"
3637 }
3738}
Original file line number Diff line number Diff line change 3030 "scripts" : {
3131 "clean" : " rm -rf ./build" ,
3232 "test:eslint" : " ../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
33+ },
34+ "dependencies" : {
35+ "@tanstack/react-query-persist-client" : " ^4.0.10"
3336 }
3437}
Original file line number Diff line number Diff line change 2323 "." : {
2424 "development" : {
2525 "types" : " ./build/lib/index.d.ts" ,
26- "require " : " ./build/lib/index.js " ,
27- "default" : " ./build/lib/index.mjs "
26+ "import " : " ./build/lib/index.mjs " ,
27+ "default" : " ./build/lib/index.js "
2828 },
2929 "default" : {
3030 "types" : " ./build/lib/index.d.ts" ,
31- "require " : " ./build/lib/noop.js " ,
32- "default" : " ./build/lib/noop.mjs "
31+ "import " : " ./build/lib/noop.mjs " ,
32+ "default" : " ./build/lib/noop.js "
3333 }
3434 },
3535 "./production" : {
4444 "test:eslint" : " ../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
4545 },
4646 "dependencies" : {
47- "@tanstack/match-sorter-utils" : " ^8.0.0-alpha.82" ,
47+ "@tanstack/match-sorter-utils" : " ^8.1.1" ,
48+ "@tanstack/react-query" : " ^4.0.10" ,
4849 "@types/use-sync-external-store" : " ^0.0.3" ,
4950 "use-sync-external-store" : " ^1.2.0"
5051 }
Original file line number Diff line number Diff line change 3030 "scripts" : {
3131 "clean" : " rm -rf ./build" ,
3232 "test:eslint" : " ../../node_modules/.bin/eslint --ext .ts,.tsx ./src"
33+ },
34+ "dependencies" : {
35+ "@tanstack/query-core" : " ^4.0.10" ,
36+ "@tanstack/react-query" : " ^4.0.10"
3337 }
3438}
Original file line number Diff line number Diff line change 4747 "react-error-boundary" : " ^3.1.4"
4848 },
4949 "dependencies" : {
50- "@tanstack/query-core" : " ^4.0.0-beta.1 " ,
50+ "@tanstack/query-core" : " ^4.0.10 " ,
5151 "@types/use-sync-external-store" : " ^0.0.3" ,
5252 "use-sync-external-store" : " ^1.2.0"
5353 },
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ export default function rollup(options: RollupOptions): RollupOptions[] {
114114 entryFile : 'src/index.ts' ,
115115 globals : {
116116 react : 'React' ,
117+ '@tanstack/query-core' : 'QueryCore' ,
117118 '@tanstack/react-query' : 'ReactQuery' ,
118119 } ,
119120 } ) ,
You can’t perform that action at this time.
0 commit comments