Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/TanStack/router into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 8, 2022
2 parents 4633331 + 27c0029 commit 694b849
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic-ssr-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@tanstack/router-cli": "0.0.1-beta.36",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"debug": "node --inspect-brk server"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@tanstack/router-cli": "0.0.1-beta.36",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-multi-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-single-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@tanstack/router-cli": "0.0.1-beta.36",
"@vitejs/plugin-react": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-astro-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/netlify": "^1.2.1",
"@astrojs/react": "^1.2.2",
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/router-cli": "0.0.1-beta.36",
"astro": "^1.6.12",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@tanstack/react-query": "^4.14.1",
"@tanstack/react-query-devtools": "^4.14.1",
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-trpc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tanstack/react-query": "^4.14.1",
"@tanstack/react-query-devtools": "^4.14.1",
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@trpc/client": "^10.0.0-rc.6",
"@trpc/react-query": "^10.0.0-rc.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tanstack/react-query": "^4.14.1",
"@tanstack/react-query-devtools": "^4.14.1",
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"@tanstack/react-router-devtools": "0.0.1-beta.36",
"@trpc/client": "^10.0.0-rc.6",
"@trpc/react-query": "^10.0.0-rc.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"sideEffects": false,
"peerDependencies": {
"@tanstack/react-router": "0.0.1-beta.36",
"@tanstack/react-router": "0.0.1-beta.37",
"react": ">=16",
"react-dom": ">=16"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-rank-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"@tanstack/react-router": "0.0.1-beta.36"
"@tanstack/react-router": "0.0.1-beta.37"
}
}
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/react-router",
"author": "Tanner Linsley",
"version": "0.0.1-beta.36",
"version": "0.0.1-beta.37",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://tanstack.com/router/",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 694b849

Please sign in to comment.