Skip to content

Commit 51c15a5

Browse files
committed
fix e2e
1 parent 126abb9 commit 51c15a5

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
"type": "module",
55
"scripts": {
66
"dev": "vite --port 3000",
7-
"dev:e2e": "vite",
87
"build": "vite build && vue-tsc --noEmit",
98
"preview": "vite preview",
10-
"start": "vite",
11-
"test:e2e": "rm -rf port*.txt; playwright test --project=chromium"
9+
"start": "vite"
1210
},
1311
"dependencies": {
1412
"@tailwindcss/postcss": "^4.1.15",
1513
"@tanstack/router-plugin": "^1.139.14",
16-
"@tanstack/vue-router": "workspace:*",
17-
"@tanstack/vue-router-devtools": "workspace:*",
14+
"@tanstack/vue-router": "^1.139.14",
15+
"@tanstack/vue-router-devtools": "^1.139.14",
1816
"@tanstack/zod-adapter": "^1.139.14",
1917
"postcss": "^8.5.1",
2018
"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": "workspace:*",
15-
"@tanstack/vue-router-devtools": "workspace:*",
14+
"@tanstack/vue-router": "^1.139.14",
15+
"@tanstack/vue-router-devtools": "^1.139.14",
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": "workspace:*",
13-
"@tanstack/vue-router-devtools": "workspace:*",
12+
"@tanstack/vue-router": "^1.139.14",
13+
"@tanstack/vue-router-devtools": "^1.139.14",
1414
"redaxios": "^0.5.1",
1515
"postcss": "^8.5.1",
1616
"vue": "^3.5.13",

0 commit comments

Comments
 (0)