File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments