Skip to content

Commit d5d65a2

Browse files
committedJan 29, 2025
release: v1.98.0
1 parent 9c98783 commit d5d65a2

File tree

79 files changed

+169
-169
lines changed

Some content is hidden

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

79 files changed

+169
-169
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.97.25",
13-
"@tanstack/router-devtools": "^1.97.25",
14-
"@tanstack/router-plugin": "^1.97.25",
12+
"@tanstack/react-router": "^1.98.0",
13+
"@tanstack/router-devtools": "^1.98.0",
14+
"@tanstack/router-plugin": "^1.98.0",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-query": "^5.64.2",
13-
"@tanstack/react-router": "^1.97.25",
14-
"@tanstack/router-devtools": "^1.97.25",
13+
"@tanstack/react-router": "^1.98.0",
14+
"@tanstack/router-devtools": "^1.98.0",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

0 commit comments

Comments
 (0)
Please sign in to comment.