Skip to content

Commit 1ac4ab2

Browse files
authored
Merge branch 'TanStack:alpha' into alpha
2 parents c46fc7b + e5e8e02 commit 1ac4ab2

File tree

99 files changed

+329
-311
lines changed

Some content is hidden

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

99 files changed

+329
-311
lines changed

examples/react/authenticated-routes-firebase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.121.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.121.0-alpha.2",
12+
"@tanstack/react-router": "^1.121.0-alpha.3",
13+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
14+
"@tanstack/router-plugin": "^1.121.0-alpha.3",
1515
"autoprefixer": "^10.4.20",
1616
"firebase": "^11.4.0",
1717
"postcss": "^8.5.1",

examples/react/authenticated-routes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.121.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.121.0-alpha.2",
12+
"@tanstack/react-router": "^1.121.0-alpha.3",
13+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
14+
"@tanstack/router-plugin": "^1.121.0-alpha.3",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/basic-default-search-params/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.66.0",
13-
"@tanstack/react-router": "^1.121.0-alpha.1",
14-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
13+
"@tanstack/react-router": "^1.121.0-alpha.3",
14+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/basic-devtools-panel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.121.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
12+
"@tanstack/react-router": "^1.121.0-alpha.3",
13+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
1414
"@tanstack/react-query-devtools": "^5.67.2",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",

examples/react/basic-file-based/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.121.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.121.0-alpha.2",
12+
"@tanstack/react-router": "^1.121.0-alpha.3",
13+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
14+
"@tanstack/router-plugin": "^1.121.0-alpha.3",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

examples/react/basic-non-nested-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.121.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
12+
"@tanstack/react-router": "^1.121.0-alpha.3",
13+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"redaxios": "^0.5.1",

examples/react/basic-react-query-file-based/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.66.0",
1313
"@tanstack/react-query-devtools": "^5.66.0",
14-
"@tanstack/react-router": "^1.121.0-alpha.1",
15-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
16-
"@tanstack/router-plugin": "^1.121.0-alpha.2",
14+
"@tanstack/react-router": "^1.121.0-alpha.3",
15+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
16+
"@tanstack/router-plugin": "^1.121.0-alpha.3",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",

examples/react/basic-react-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.66.0",
1313
"@tanstack/react-query-devtools": "^5.66.0",
14-
"@tanstack/react-router": "^1.121.0-alpha.1",
15-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
14+
"@tanstack/react-router": "^1.121.0-alpha.3",
15+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",

examples/react/basic-virtual-file-based/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.121.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.121.0-alpha.2",
12+
"@tanstack/react-router": "^1.121.0-alpha.3",
13+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
14+
"@tanstack/router-plugin": "^1.121.0-alpha.3",
1515
"@tanstack/virtual-file-routes": "^1.121.0-alpha.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

examples/react/basic-virtual-inside-file-based/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.121.0-alpha.1",
13-
"@tanstack/react-router-devtools": "^1.121.0-alpha.1",
14-
"@tanstack/router-plugin": "^1.121.0-alpha.2",
12+
"@tanstack/react-router": "^1.121.0-alpha.3",
13+
"@tanstack/react-router-devtools": "^1.121.0-alpha.3",
14+
"@tanstack/router-plugin": "^1.121.0-alpha.3",
1515
"@tanstack/virtual-file-routes": "^1.121.0-alpha.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)