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 Oct 21, 2022
2 parents 05ce6a0 + a6b9301 commit 615a8ac
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-alpha.4",
"@tanstack/react-router-devtools": "0.0.1-alpha.4",
"@tanstack/react-router": "0.0.1-alpha.5",
"@tanstack/react-router-devtools": "0.0.1-alpha.5",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
"immer": "^9.0.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-router": "0.0.1-alpha.4",
"@tanstack/react-router-devtools": "0.0.1-alpha.4",
"@tanstack/react-router": "0.0.1-alpha.5",
"@tanstack/react-router-devtools": "0.0.1-alpha.5",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.1.3",
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 @@ -13,7 +13,7 @@
"broadcast-channel": "^3.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@tanstack/react-router": "0.0.1-alpha.4",
"@tanstack/react-router": "0.0.1-alpha.5",
"react-query": "^3.5.0",
"react-scripts": "3.0.1",
"stop-runaway-react-effects": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/react-router-devtools",
"author": "Tanner Linsley",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://react-router.tanstack.com/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"src"
],
"peerDependencies": {
"@tanstack/react-router": "0.0.1-alpha.4",
"@tanstack/react-router": "0.0.1-alpha.5",
"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.4"
"@tanstack/react-router": "0.0.1-alpha.5"
}
}
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.4",
"version": "0.0.1-alpha.5",
"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.4",
"@tanstack/router-core": "0.0.1-alpha.5",
"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.4",
"version": "0.0.1-alpha.5",
"license": "MIT",
"repository": "tanstack/router",
"homepage": "https://tanstack.com/router",
Expand Down

0 comments on commit 615a8ac

Please sign in to comment.