Skip to content

Commit 722e85b

Browse files
committed
use workspace until public release
1 parent dc73cb5 commit 722e85b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/vue/basic-file-based-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
1313
"@tanstack/router-plugin": "^1.139.14",
14-
"@tanstack/vue-router": "^1.139.14",
15-
"@tanstack/vue-router-devtools": "^1.139.14",
14+
"@tanstack/vue-router": "workspace:*",
15+
"@tanstack/vue-router-devtools": "workspace:*",
1616
"@tanstack/zod-adapter": "^1.139.14",
1717
"postcss": "^8.5.1",
1818
"redaxios": "^0.5.1",

examples/vue/basic-file-based-sfc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@tailwindcss/postcss": "^4.1.15",
1313
"@tanstack/router-plugin": "^1.139.14",
14-
"@tanstack/vue-router": "^1.139.14",
15-
"@tanstack/vue-router-devtools": "^1.139.14",
14+
"@tanstack/vue-router": "workspace:*",
15+
"@tanstack/vue-router-devtools": "workspace:*",
1616
"@tanstack/zod-adapter": "^1.139.14",
1717
"postcss": "^8.5.1",
1818
"redaxios": "^0.5.1",

examples/vue/basic/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/vue-router": "^1.139.14",
13-
"@tanstack/vue-router-devtools": "^1.139.14",
12+
"@tanstack/vue-router": "workspace:*",
13+
"@tanstack/vue-router-devtools": "workspace:*",
1414
"redaxios": "^0.5.1",
1515
"postcss": "^8.5.1",
1616
"vue": "^3.5.13",

0 commit comments

Comments
 (0)