Skip to content

Commit dbbcd29

Browse files
committed
release: v1.127.5
1 parent 6b55a33 commit dbbcd29

File tree

58 files changed

+58
-58
lines changed

Some content is hidden

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

58 files changed

+58
-58
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.127.3",
1313
"@tanstack/react-router-devtools": "^1.127.3",
14-
"@tanstack/router-plugin": "^1.127.3",
14+
"@tanstack/router-plugin": "^1.127.5",
1515
"autoprefixer": "^10.4.20",
1616
"firebase": "^11.4.0",
1717
"postcss": "^8.5.1",

examples/react/authenticated-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.127.3",
1313
"@tanstack/react-router-devtools": "^1.127.3",
14-
"@tanstack/router-plugin": "^1.127.3",
14+
"@tanstack/router-plugin": "^1.127.5",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.127.3",
1313
"@tanstack/react-router-devtools": "^1.127.3",
14-
"@tanstack/router-plugin": "^1.127.3",
14+
"@tanstack/router-plugin": "^1.127.5",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tanstack/react-query-devtools": "^5.66.0",
1414
"@tanstack/react-router": "^1.127.3",
1515
"@tanstack/react-router-devtools": "^1.127.3",
16-
"@tanstack/router-plugin": "^1.127.3",
16+
"@tanstack/router-plugin": "^1.127.5",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@tanstack/react-router": "^1.127.3",
15-
"@tanstack/router-plugin": "^1.127.3",
15+
"@tanstack/router-plugin": "^1.127.5",
1616
"compression": "^1.8.0",
1717
"express": "^4.21.2",
1818
"get-port": "^7.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@tanstack/react-router": "^1.127.3",
15-
"@tanstack/router-plugin": "^1.127.3",
15+
"@tanstack/router-plugin": "^1.127.5",
1616
"compression": "^1.7.5",
1717
"express": "^4.21.2",
1818
"get-port": "^7.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.127.3",
1313
"@tanstack/react-router-devtools": "^1.127.3",
14-
"@tanstack/router-plugin": "^1.127.3",
14+
"@tanstack/router-plugin": "^1.127.5",
1515
"@tanstack/virtual-file-routes": "^1.121.21",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.127.3",
1313
"@tanstack/react-router-devtools": "^1.127.3",
14-
"@tanstack/router-plugin": "^1.127.3",
14+
"@tanstack/router-plugin": "^1.127.5",
1515
"@tanstack/virtual-file-routes": "^1.121.21",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.127.3",
1313
"@tanstack/react-router-devtools": "^1.127.3",
14-
"@tanstack/router-plugin": "^1.127.3",
14+
"@tanstack/router-plugin": "^1.127.5",
1515
"immer": "^10.1.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

examples/react/kitchen-sink-react-query-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tanstack/react-query-devtools": "^5.66.0",
1414
"@tanstack/react-router": "^1.127.3",
1515
"@tanstack/react-router-devtools": "^1.127.3",
16-
"@tanstack/router-plugin": "^1.127.3",
16+
"@tanstack/router-plugin": "^1.127.5",
1717
"immer": "^10.1.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)