Skip to content

Commit 94f6955

Browse files
committed
use workspace for example until first public release
1 parent 852c887 commit 94f6955

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@tailwindcss/postcss": "^4.1.15",
1515
"@tanstack/router-plugin": "^1.139.14",
16-
"@tanstack/vue-router": "^1.139.14",
17-
"@tanstack/vue-router-devtools": "^1.139.14",
16+
"@tanstack/vue-router": "workspace:*",
17+
"@tanstack/vue-router-devtools": "workspace:*",
1818
"@tanstack/zod-adapter": "^1.139.14",
1919
"postcss": "^8.5.1",
2020
"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",

0 commit comments

Comments
 (0)