Skip to content

Commit 05bfd3e

Browse files
committed
docs: get examples to point to rc branch
1 parent 45055de commit 05bfd3e

File tree

41 files changed

+420
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+420
-249
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Hooks for fetching, caching and updating asynchronous data in React, Solid, Svel
1212
<img src="https://github.com/TanStack/query/workflows/react-query%20tests/badge.svg" />
1313
</a><a href="https://www.npmjs.com/package/@tanstack/query-core" target="\_parent">
1414
<img alt="" src="https://img.shields.io/npm/dm/@tanstack/query-core.svg" />
15-
</a><a href="https://bundlejs.com/?q=%40tanstack%2Freact-query%rc&config=%7B%22esbuild%22%3A%7B%22external%22%3A%5B%22react%22%2C%22react-dom%22%5D%7D%7D&badge=" target="\_parent">
15+
</a><a href="https://bundlejs.com/?q=%40tanstack%2Freact-query%40rc&config=%7B%22esbuild%22%3A%7B%22external%22%3A%5B%22react%22%2C%22react-dom%22%5D%7D%7D&badge=" target="\_parent">
1616
<img alt="" src="https://deno.bundlejs.com/?q=@tanstack/react-query@rc&config={%22esbuild%22:{%22external%22:[%22react%22,%22react-dom%22]}}&badge=detailed" />
1717
</a><a href="#badge">
1818
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">

examples/react/algolia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"dependencies": {
1111
"@algolia/client-search": "4.17.1",
1212
"@algolia/transporter": "4.17.1",
13-
"@tanstack/react-query": "^5.0.0-beta.0",
14-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
13+
"@tanstack/react-query": "^5.0.0-rc.1",
14+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
1515
"algoliasearch": "4.17.1",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@tanstack/eslint-plugin-query": "^5.0.0-beta.0",
20+
"@tanstack/eslint-plugin-query": "^5.0.0-rc.1",
2121
"@types/react": "^18.2.4",
2222
"@types/react-dom": "^18.2.4",
2323
"@vitejs/plugin-react": "^4.0.0",

examples/react/auto-refetching/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@tanstack/react-query": "^5.0.0-beta.0",
8-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
7+
"@tanstack/react-query": "^5.0.0-rc.1",
8+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
99
"axios": "^1.4.0",
1010
"isomorphic-unfetch": "4.0.2",
1111
"next": "^13.4.4",

examples/react/basic-graphql-request/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"graphql-request": "^6.1.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
15-
"@tanstack/react-query": "^5.0.0-beta.0",
16-
"@tanstack/react-query-devtools": "^5.0.0-beta.0"
15+
"@tanstack/react-query": "^5.0.0-rc.1",
16+
"@tanstack/react-query-devtools": "^5.0.0-rc.1"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-react": "^4.0.0",

examples/react/basic-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/query-sync-storage-persister": "^5.0.0-beta.0",
12-
"@tanstack/react-query": "^5.0.0-beta.0",
13-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
14-
"@tanstack/react-query-persist-client": "^5.0.0-beta.0",
11+
"@tanstack/query-sync-storage-persister": "^5.0.0-rc.1",
12+
"@tanstack/react-query": "^5.0.0-rc.1",
13+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
14+
"@tanstack/react-query-persist-client": "^5.0.0-rc.1",
1515
"axios": "^1.4.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@tanstack/eslint-plugin-query": "^5.0.0-beta.0",
20+
"@tanstack/eslint-plugin-query": "^5.0.0-rc.1",
2121
"@types/react": "^18.2.4",
2222
"@types/react-dom": "^18.2.4",
2323
"@vitejs/plugin-react": "^4.0.0",

examples/react/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/react-query": "^5.0.0-beta.0",
12-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
11+
"@tanstack/react-query": "^5.0.0-rc.1",
12+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
1313
"axios": "^1.4.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"@tanstack/eslint-plugin-query": "^5.0.0-beta.0",
18+
"@tanstack/eslint-plugin-query": "^5.0.0-rc.1",
1919
"@vitejs/plugin-react": "^4.0.0",
2020
"vite": "^4.4.4"
2121
},

examples/react/default-query-function/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/react-query": "^5.0.0-beta.0",
12-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
11+
"@tanstack/react-query": "^5.0.0-rc.1",
12+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
1313
"axios": "^1.4.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"

examples/react/infinite-query-with-max-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@tanstack/react-query": "^5.0.0-beta.0",
8-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
7+
"@tanstack/react-query": "^5.0.0-rc.1",
8+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
99
"axios": "^1.4.0",
1010
"isomorphic-unfetch": "4.0.2",
1111
"next": "^13.4.4",

examples/react/load-more-infinite-scroll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@tanstack/react-query": "^5.0.0-beta.0",
8-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
7+
"@tanstack/react-query": "^5.0.0-rc.1",
8+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
99
"axios": "^1.4.0",
1010
"isomorphic-unfetch": "4.0.2",
1111
"next": "^13.4.4",

examples/react/nextjs-suspense-streaming/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@tanstack/react-query": "^5.0.0-beta.0",
12-
"@tanstack/react-query-devtools": "^5.0.0-beta.0",
13-
"@tanstack/react-query-next-experimental": "^5.0.0-beta.0",
11+
"@tanstack/react-query": "^5.0.0-rc.1",
12+
"@tanstack/react-query-devtools": "^5.0.0-rc.1",
13+
"@tanstack/react-query-next-experimental": "^5.0.0-rc.1",
1414
"next": "^13.4.4",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)