Skip to content

Commit 044a16b

Browse files
committed
Merge branch 'beta' of https://github.com/TanStack/router into beta
2 parents 1dc72a4 + ed309b8 commit 044a16b

File tree

28 files changed

+225
-266
lines changed

28 files changed

+225
-266
lines changed

examples/react/basic-route-gen/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/actions": "0.0.1-beta.148",
12+
"@tanstack/actions": "0.0.1-beta.149",
1313
"@tanstack/bling": "^0.5.0",
14-
"@tanstack/loaders": "0.0.1-beta.148",
15-
"@tanstack/react-actions": "0.0.1-beta.148",
16-
"@tanstack/react-loaders": "0.0.1-beta.148",
17-
"@tanstack/react-router": "0.0.1-beta.148",
18-
"@tanstack/react-start": "0.0.1-beta.148",
19-
"@tanstack/react-store": "0.0.1-beta.148",
20-
"@tanstack/router-cli": "0.0.1-beta.148",
21-
"@tanstack/router-core": "0.0.1-beta.148",
22-
"@tanstack/router-devtools": "0.0.1-beta.148",
23-
"@tanstack/router": "0.0.1-beta.148",
24-
"@tanstack/store": "0.0.1-beta.148",
14+
"@tanstack/loaders": "0.0.1-beta.149",
15+
"@tanstack/react-actions": "0.0.1-beta.149",
16+
"@tanstack/react-loaders": "0.0.1-beta.149",
17+
"@tanstack/react-router": "0.0.1-beta.149",
18+
"@tanstack/react-start": "0.0.1-beta.149",
19+
"@tanstack/react-store": "0.0.1-beta.149",
20+
"@tanstack/router-cli": "0.0.1-beta.149",
21+
"@tanstack/router-core": "0.0.1-beta.149",
22+
"@tanstack/router-devtools": "0.0.1-beta.149",
23+
"@tanstack/router": "0.0.1-beta.149",
24+
"@tanstack/store": "0.0.1-beta.149",
2525
"@vitejs/plugin-react": "^1.1.3",
2626
"axios": "^1.1.3",
2727
"concurrently": "^7.6.0",

examples/react/basic/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.148",
13-
"@tanstack/react-actions": "0.0.1-beta.148",
14-
"@tanstack/react-loaders": "0.0.1-beta.148",
15-
"@tanstack/router-devtools": "0.0.1-beta.148",
12+
"@tanstack/react-router": "0.0.1-beta.149",
13+
"@tanstack/react-actions": "0.0.1-beta.149",
14+
"@tanstack/react-loaders": "0.0.1-beta.149",
15+
"@tanstack/router-devtools": "0.0.1-beta.149",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"immer": "^9.0.15",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"vite": "^2.8.6",
2222
"zod": "^3.19.1",
23-
"@tanstack/store": "0.0.1-beta.148",
24-
"@tanstack/react-store": "0.0.1-beta.148",
25-
"@tanstack/router-core": "0.0.1-beta.148",
26-
"@tanstack/loaders": "0.0.1-beta.148",
27-
"@tanstack/actions": "0.0.1-beta.148",
28-
"@tanstack/router": "0.0.1-beta.148",
29-
"@tanstack/react-start": "0.0.1-beta.148",
30-
"@tanstack/router-cli": "0.0.1-beta.148"
23+
"@tanstack/store": "0.0.1-beta.149",
24+
"@tanstack/react-store": "0.0.1-beta.149",
25+
"@tanstack/router-core": "0.0.1-beta.149",
26+
"@tanstack/loaders": "0.0.1-beta.149",
27+
"@tanstack/actions": "0.0.1-beta.149",
28+
"@tanstack/router": "0.0.1-beta.149",
29+
"@tanstack/react-start": "0.0.1-beta.149",
30+
"@tanstack/router-cli": "0.0.1-beta.149"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^18.0.25",

examples/react/kitchen-sink-single-file/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-loaders": "0.0.1-beta.148",
13-
"@tanstack/react-actions": "0.0.1-beta.148",
14-
"@tanstack/react-router": "0.0.1-beta.148",
15-
"@tanstack/router-devtools": "0.0.1-beta.148",
12+
"@tanstack/react-loaders": "0.0.1-beta.149",
13+
"@tanstack/react-actions": "0.0.1-beta.149",
14+
"@tanstack/react-router": "0.0.1-beta.149",
15+
"@tanstack/router-devtools": "0.0.1-beta.149",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"immer": "^9.0.15",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"vite": "^2.8.6",
2222
"zod": "^3.19.1",
23-
"@tanstack/store": "0.0.1-beta.148",
24-
"@tanstack/react-store": "0.0.1-beta.148",
25-
"@tanstack/router-core": "0.0.1-beta.148",
26-
"@tanstack/loaders": "0.0.1-beta.148",
27-
"@tanstack/actions": "0.0.1-beta.148",
28-
"@tanstack/router": "0.0.1-beta.148",
29-
"@tanstack/react-start": "0.0.1-beta.148",
30-
"@tanstack/router-cli": "0.0.1-beta.148"
23+
"@tanstack/store": "0.0.1-beta.149",
24+
"@tanstack/react-store": "0.0.1-beta.149",
25+
"@tanstack/router-core": "0.0.1-beta.149",
26+
"@tanstack/loaders": "0.0.1-beta.149",
27+
"@tanstack/actions": "0.0.1-beta.149",
28+
"@tanstack/router": "0.0.1-beta.149",
29+
"@tanstack/react-start": "0.0.1-beta.149",
30+
"@tanstack/router-cli": "0.0.1-beta.149"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^18.0.25",

examples/react/quickstart/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.148",
13-
"@tanstack/router-devtools": "0.0.1-beta.148",
12+
"@tanstack/react-router": "0.0.1-beta.149",
13+
"@tanstack/router-devtools": "0.0.1-beta.149",
1414
"@vitejs/plugin-react": "^1.1.3",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
1717
"vite": "^2.8.6",
18-
"@tanstack/store": "0.0.1-beta.148",
19-
"@tanstack/react-store": "0.0.1-beta.148",
20-
"@tanstack/router-core": "0.0.1-beta.148",
21-
"@tanstack/loaders": "0.0.1-beta.148",
22-
"@tanstack/react-loaders": "0.0.1-beta.148",
23-
"@tanstack/actions": "0.0.1-beta.148",
24-
"@tanstack/react-actions": "0.0.1-beta.148",
25-
"@tanstack/router": "0.0.1-beta.148",
26-
"@tanstack/react-start": "0.0.1-beta.148",
27-
"@tanstack/router-cli": "0.0.1-beta.148"
18+
"@tanstack/store": "0.0.1-beta.149",
19+
"@tanstack/react-store": "0.0.1-beta.149",
20+
"@tanstack/router-core": "0.0.1-beta.149",
21+
"@tanstack/loaders": "0.0.1-beta.149",
22+
"@tanstack/react-loaders": "0.0.1-beta.149",
23+
"@tanstack/actions": "0.0.1-beta.149",
24+
"@tanstack/react-actions": "0.0.1-beta.149",
25+
"@tanstack/router": "0.0.1-beta.149",
26+
"@tanstack/react-start": "0.0.1-beta.149",
27+
"@tanstack/router-cli": "0.0.1-beta.149"
2828
},
2929
"devDependencies": {
3030
"@types/react": "^18.0.25",

examples/react/wip-trpc-react-query/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@tanstack/react-query": "^4.14.1",
1515
"@tanstack/react-query-devtools": "^4.14.1",
16-
"@tanstack/react-router": "0.0.1-beta.148",
17-
"@tanstack/router-devtools": "0.0.1-beta.148",
16+
"@tanstack/react-router": "0.0.1-beta.149",
17+
"@tanstack/router-devtools": "0.0.1-beta.149",
1818
"@trpc/client": "^10.0.0-rc.6",
1919
"@trpc/react-query": "^10.0.0-rc.6",
2020
"@trpc/server": "^10.0.0-rc.6",
@@ -26,16 +26,16 @@
2626
"react-dom": "^18.2.0",
2727
"vite": "^2.8.6",
2828
"zod": "^3.19.1",
29-
"@tanstack/store": "0.0.1-beta.148",
30-
"@tanstack/react-store": "0.0.1-beta.148",
31-
"@tanstack/router-core": "0.0.1-beta.148",
32-
"@tanstack/loaders": "0.0.1-beta.148",
33-
"@tanstack/react-loaders": "0.0.1-beta.148",
34-
"@tanstack/actions": "0.0.1-beta.148",
35-
"@tanstack/react-actions": "0.0.1-beta.148",
36-
"@tanstack/router": "0.0.1-beta.148",
37-
"@tanstack/react-start": "0.0.1-beta.148",
38-
"@tanstack/router-cli": "0.0.1-beta.148"
29+
"@tanstack/store": "0.0.1-beta.149",
30+
"@tanstack/react-store": "0.0.1-beta.149",
31+
"@tanstack/router-core": "0.0.1-beta.149",
32+
"@tanstack/loaders": "0.0.1-beta.149",
33+
"@tanstack/react-loaders": "0.0.1-beta.149",
34+
"@tanstack/actions": "0.0.1-beta.149",
35+
"@tanstack/react-actions": "0.0.1-beta.149",
36+
"@tanstack/router": "0.0.1-beta.149",
37+
"@tanstack/react-start": "0.0.1-beta.149",
38+
"@tanstack/router-cli": "0.0.1-beta.149"
3939
},
4040
"devDependencies": {
4141
"@types/react": "^18.0.14",

examples/react/wip-waku-rsc/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
"react-dom": "18.3.0-canary-7118f5dd7-20230705",
1515
"react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
1616
"waku": "0.14.0",
17-
"@tanstack/react-router": "0.0.1-beta.148",
18-
"@tanstack/router-devtools": "0.0.1-beta.148",
17+
"@tanstack/react-router": "0.0.1-beta.149",
18+
"@tanstack/router-devtools": "0.0.1-beta.149",
1919
"@vitejs/plugin-react": "^1.1.3",
2020
"vite": "^2.8.6",
21-
"@tanstack/store": "0.0.1-beta.148",
22-
"@tanstack/react-store": "0.0.1-beta.148",
23-
"@tanstack/router-core": "0.0.1-beta.148",
24-
"@tanstack/loaders": "0.0.1-beta.148",
25-
"@tanstack/react-loaders": "0.0.1-beta.148",
26-
"@tanstack/actions": "0.0.1-beta.148",
27-
"@tanstack/react-actions": "0.0.1-beta.148",
28-
"@tanstack/router": "0.0.1-beta.148",
29-
"@tanstack/react-start": "0.0.1-beta.148",
30-
"@tanstack/router-cli": "0.0.1-beta.148"
21+
"@tanstack/store": "0.0.1-beta.149",
22+
"@tanstack/react-store": "0.0.1-beta.149",
23+
"@tanstack/router-core": "0.0.1-beta.149",
24+
"@tanstack/loaders": "0.0.1-beta.149",
25+
"@tanstack/react-loaders": "0.0.1-beta.149",
26+
"@tanstack/actions": "0.0.1-beta.149",
27+
"@tanstack/react-actions": "0.0.1-beta.149",
28+
"@tanstack/router": "0.0.1-beta.149",
29+
"@tanstack/react-start": "0.0.1-beta.149",
30+
"@tanstack/router-cli": "0.0.1-beta.149"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^18.2.8",

examples/react/wip-with-framer-motion/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-actions": "0.0.1-beta.148",
13-
"@tanstack/react-loaders": "0.0.1-beta.148",
14-
"@tanstack/react-router": "0.0.1-beta.148",
15-
"@tanstack/router-devtools": "0.0.1-beta.148",
12+
"@tanstack/react-actions": "0.0.1-beta.149",
13+
"@tanstack/react-loaders": "0.0.1-beta.149",
14+
"@tanstack/react-router": "0.0.1-beta.149",
15+
"@tanstack/router-devtools": "0.0.1-beta.149",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"framer-motion": "^10.13.0",
@@ -21,14 +21,14 @@
2121
"react-dom": "^18.2.0",
2222
"vite": "^2.8.6",
2323
"zod": "^3.19.1",
24-
"@tanstack/store": "0.0.1-beta.148",
25-
"@tanstack/react-store": "0.0.1-beta.148",
26-
"@tanstack/router-core": "0.0.1-beta.148",
27-
"@tanstack/loaders": "0.0.1-beta.148",
28-
"@tanstack/actions": "0.0.1-beta.148",
29-
"@tanstack/router": "0.0.1-beta.148",
30-
"@tanstack/react-start": "0.0.1-beta.148",
31-
"@tanstack/router-cli": "0.0.1-beta.148"
24+
"@tanstack/store": "0.0.1-beta.149",
25+
"@tanstack/react-store": "0.0.1-beta.149",
26+
"@tanstack/router-core": "0.0.1-beta.149",
27+
"@tanstack/loaders": "0.0.1-beta.149",
28+
"@tanstack/actions": "0.0.1-beta.149",
29+
"@tanstack/router": "0.0.1-beta.149",
30+
"@tanstack/react-start": "0.0.1-beta.149",
31+
"@tanstack/router-cli": "0.0.1-beta.149"
3232
},
3333
"devDependencies": {
3434
"@types/react": "^18.0.25",

examples/react/with-loaders-code-split/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.148",
13-
"@tanstack/react-actions": "0.0.1-beta.148",
14-
"@tanstack/react-loaders": "0.0.1-beta.148",
15-
"@tanstack/router-devtools": "0.0.1-beta.148",
12+
"@tanstack/react-router": "0.0.1-beta.149",
13+
"@tanstack/react-actions": "0.0.1-beta.149",
14+
"@tanstack/react-loaders": "0.0.1-beta.149",
15+
"@tanstack/router-devtools": "0.0.1-beta.149",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"immer": "^9.0.15",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"vite": "^2.8.6",
2222
"zod": "^3.19.1",
23-
"@tanstack/store": "0.0.1-beta.148",
24-
"@tanstack/react-store": "0.0.1-beta.148",
25-
"@tanstack/router-core": "0.0.1-beta.148",
26-
"@tanstack/loaders": "0.0.1-beta.148",
27-
"@tanstack/actions": "0.0.1-beta.148",
28-
"@tanstack/router": "0.0.1-beta.148",
29-
"@tanstack/react-start": "0.0.1-beta.148",
30-
"@tanstack/router-cli": "0.0.1-beta.148"
23+
"@tanstack/store": "0.0.1-beta.149",
24+
"@tanstack/react-store": "0.0.1-beta.149",
25+
"@tanstack/router-core": "0.0.1-beta.149",
26+
"@tanstack/loaders": "0.0.1-beta.149",
27+
"@tanstack/actions": "0.0.1-beta.149",
28+
"@tanstack/router": "0.0.1-beta.149",
29+
"@tanstack/react-start": "0.0.1-beta.149",
30+
"@tanstack/router-cli": "0.0.1-beta.149"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^18.0.25",

examples/react/with-loaders-kitchen-sink-code-split/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "0.0.1-beta.148",
13-
"@tanstack/react-loaders": "0.0.1-beta.148",
14-
"@tanstack/react-actions": "0.0.1-beta.148",
15-
"@tanstack/router-devtools": "0.0.1-beta.148",
12+
"@tanstack/react-router": "0.0.1-beta.149",
13+
"@tanstack/react-loaders": "0.0.1-beta.149",
14+
"@tanstack/react-actions": "0.0.1-beta.149",
15+
"@tanstack/router-devtools": "0.0.1-beta.149",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"immer": "^9.0.15",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"vite": "^2.8.6",
2222
"zod": "^3.19.1",
23-
"@tanstack/store": "0.0.1-beta.148",
24-
"@tanstack/react-store": "0.0.1-beta.148",
25-
"@tanstack/router-core": "0.0.1-beta.148",
26-
"@tanstack/loaders": "0.0.1-beta.148",
27-
"@tanstack/actions": "0.0.1-beta.148",
28-
"@tanstack/router": "0.0.1-beta.148",
29-
"@tanstack/react-start": "0.0.1-beta.148",
30-
"@tanstack/router-cli": "0.0.1-beta.148"
23+
"@tanstack/store": "0.0.1-beta.149",
24+
"@tanstack/react-store": "0.0.1-beta.149",
25+
"@tanstack/router-core": "0.0.1-beta.149",
26+
"@tanstack/loaders": "0.0.1-beta.149",
27+
"@tanstack/actions": "0.0.1-beta.149",
28+
"@tanstack/router": "0.0.1-beta.149",
29+
"@tanstack/react-start": "0.0.1-beta.149",
30+
"@tanstack/router-cli": "0.0.1-beta.149"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^18.0.25",

examples/react/with-loaders-kitchen-sink-single-file/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-loaders": "0.0.1-beta.148",
13-
"@tanstack/react-actions": "0.0.1-beta.148",
14-
"@tanstack/react-router": "0.0.1-beta.148",
15-
"@tanstack/router-devtools": "0.0.1-beta.148",
12+
"@tanstack/react-loaders": "0.0.1-beta.149",
13+
"@tanstack/react-actions": "0.0.1-beta.149",
14+
"@tanstack/react-router": "0.0.1-beta.149",
15+
"@tanstack/router-devtools": "0.0.1-beta.149",
1616
"@vitejs/plugin-react": "^1.1.3",
1717
"axios": "^1.1.3",
1818
"immer": "^9.0.15",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
2121
"vite": "^2.8.6",
2222
"zod": "^3.19.1",
23-
"@tanstack/store": "0.0.1-beta.148",
24-
"@tanstack/react-store": "0.0.1-beta.148",
25-
"@tanstack/router-core": "0.0.1-beta.148",
26-
"@tanstack/loaders": "0.0.1-beta.148",
27-
"@tanstack/actions": "0.0.1-beta.148",
28-
"@tanstack/router": "0.0.1-beta.148",
29-
"@tanstack/react-start": "0.0.1-beta.148",
30-
"@tanstack/router-cli": "0.0.1-beta.148"
23+
"@tanstack/store": "0.0.1-beta.149",
24+
"@tanstack/react-store": "0.0.1-beta.149",
25+
"@tanstack/router-core": "0.0.1-beta.149",
26+
"@tanstack/loaders": "0.0.1-beta.149",
27+
"@tanstack/actions": "0.0.1-beta.149",
28+
"@tanstack/router": "0.0.1-beta.149",
29+
"@tanstack/react-start": "0.0.1-beta.149",
30+
"@tanstack/router-cli": "0.0.1-beta.149"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^18.0.25",

0 commit comments

Comments
 (0)