Skip to content

Commit d6876f2

Browse files
chore(deps): update dependency vite to ^6.0.5 (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42fe9d9 commit d6876f2

File tree

15 files changed

+102
-102
lines changed

15 files changed

+102
-102
lines changed

examples/allow-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^7.0.1",
2626
"typescript": "~5.6.3",
27-
"vite": "^6.0.3",
27+
"vite": "^6.0.5",
2828
"vue-tsc": "^2.1.10"
2929
}
3030
}

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^7.0.1",
2626
"typescript": "~5.6.3",
27-
"vite": "^6.0.3",
27+
"vite": "^6.0.5",
2828
"vue-tsc": "^2.1.10"
2929
}
3030
}

examples/type-checked/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prettier": "^3.4.2",
4141
"start-server-and-test": "^2.0.9",
4242
"typescript": "~5.6.3",
43-
"vite": "^6.0.3",
43+
"vite": "^6.0.5",
4444
"vite-plugin-vue-devtools": "^7.6.8",
4545
"vitest": "^2.1.8",
4646
"vue-tsc": "^2.1.10"

examples/with-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"npm-run-all2": "^7.0.1",
3232
"start-server-and-test": "^2.0.9",
3333
"typescript": "~5.6.3",
34-
"vite": "^6.0.3",
34+
"vite": "^6.0.5",
3535
"vue-tsc": "^2.1.10"
3636
}
3737
}

examples/with-jsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
28-
"vite": "^6.0.3",
28+
"vite": "^6.0.5",
2929
"vue-tsc": "^2.1.10"
3030
}
3131
}

examples/with-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
28-
"vite": "^6.0.3",
28+
"vite": "^6.0.5",
2929
"vue-tsc": "^2.1.10"
3030
}
3131
}

examples/with-nightwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"npm-run-all2": "^7.0.1",
3333
"ts-node": "^10.9.2",
3434
"typescript": "~5.6.3",
35-
"vite": "^6.0.3",
35+
"vite": "^6.0.5",
3636
"vite-plugin-nightwatch": "^0.4.6",
3737
"vue-tsc": "^2.1.10"
3838
}

examples/with-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-vue": "^9.32.0",
2828
"npm-run-all2": "^7.0.1",
2929
"typescript": "~5.6.3",
30-
"vite": "^6.0.3",
30+
"vite": "^6.0.5",
3131
"vue-tsc": "^2.1.10"
3232
}
3333
}

examples/with-prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"npm-run-all2": "^7.0.1",
2828
"prettier": "^3.4.2",
2929
"typescript": "~5.6.3",
30-
"vite": "^6.0.3",
30+
"vite": "^6.0.5",
3131
"vue-tsc": "^2.1.10"
3232
}
3333
}

examples/with-tsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
28-
"vite": "^6.0.3",
28+
"vite": "^6.0.5",
2929
"vue-tsc": "^2.1.10"
3030
}
3131
}

examples/with-tsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.1",
2727
"typescript": "~5.6.3",
28-
"vite": "^6.0.3",
28+
"vite": "^6.0.5",
2929
"vue-tsc": "^2.1.10"
3030
}
3131
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jsdom": "^25.0.1",
3030
"npm-run-all2": "^7.0.1",
3131
"typescript": "~5.6.3",
32-
"vite": "^6.0.3",
32+
"vite": "^6.0.5",
3333
"vitest": "^2.1.8",
3434
"vue-tsc": "^2.1.10"
3535
}

0 commit comments

Comments
 (0)