@tanstack/router-plugin 1.106.0 → 1.109.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/router-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.109.0",
|
|
4
4
|
"description": "Modern and scalable routing for React applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -100,15 +100,16 @@
|
|
|
100
100
|
"chokidar": "^3.6.0",
|
|
101
101
|
"unplugin": "^2.1.2",
|
|
102
102
|
"zod": "^3.24.1",
|
|
103
|
-
"@tanstack/router-generator": "^1.
|
|
104
|
-
"@tanstack/
|
|
105
|
-
"@tanstack/
|
|
103
|
+
"@tanstack/router-generator": "^1.109.0",
|
|
104
|
+
"@tanstack/virtual-file-routes": "^1.99.0",
|
|
105
|
+
"@tanstack/router-utils": "^1.102.2"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"@rsbuild/core": ">=1.0.2",
|
|
109
109
|
"vite": ">=5.0.0 || >=6.0.0",
|
|
110
|
+
"vite-plugin-solid": "^2.11.2",
|
|
110
111
|
"webpack": ">=5.92.0",
|
|
111
|
-
"@tanstack/react-router": "^1.
|
|
112
|
+
"@tanstack/react-router": "^1.109.0"
|
|
112
113
|
},
|
|
113
114
|
"peerDependenciesMeta": {
|
|
114
115
|
"@rsbuild/core": {
|
|
@@ -120,6 +121,9 @@
|
|
|
120
121
|
"vite": {
|
|
121
122
|
"optional": true
|
|
122
123
|
},
|
|
124
|
+
"vite-plugin-solid": {
|
|
125
|
+
"optional": true
|
|
126
|
+
},
|
|
123
127
|
"webpack": {
|
|
124
128
|
"optional": true
|
|
125
129
|
}
|