Skip to content

Commit

Permalink
Merge branch 'alpha' of https://github.com/TanStack/router into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 3, 2022
2 parents 517ff23 + 848c6e2 commit 04abaa4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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-alpha.9",
"@tanstack/react-router": "0.0.1-alpha.10",
"@tanstack/react-router-devtools": "0.0.1-alpha.8",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink-codesplit/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-alpha.9",
"@tanstack/react-router": "0.0.1-alpha.10",
"@tanstack/react-router-devtools": "0.0.1-alpha.8",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/kitchen-sink/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-alpha.9",
"@tanstack/react-router": "0.0.1-alpha.10",
"@tanstack/react-router-devtools": "0.0.1-alpha.8",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
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 @@ -35,7 +35,7 @@
"src"
],
"peerDependencies": {
"@tanstack/react-router": "0.0.1-alpha.9",
"@tanstack/react-router": "0.0.1-alpha.10",
"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 @@ -37,6 +37,6 @@
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"@tanstack/react-router": "0.0.1-alpha.9"
"@tanstack/react-router": "0.0.1-alpha.10"
}
}
4 changes: 2 additions & 2 deletions 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-alpha.9",
"version": "0.0.1-alpha.10",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://react-router.tanstack.com/",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@tanstack/router-core": "0.0.1-alpha.9",
"@tanstack/router-core": "0.0.1-alpha.10",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/router-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/router-core",
"author": "Tanner Linsley",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://tanstack.com/router",
Expand Down

0 comments on commit 04abaa4

Please sign in to comment.