Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 3a3b13c commit e312a36
Show file tree
Hide file tree
Showing 15 changed files with 210 additions and 200 deletions.
2 changes: 1 addition & 1 deletion examples/allow-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/type-checked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.9",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"npm-run-all2": "^7.0.2",
"start-server-and-test": "^2.0.9",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-jsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"npm-run-all2": "^7.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vite-plugin-nightwatch": "^0.4.6",
"vue-tsc": "^2.1.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-tsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
}
}
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
}
Expand Down
Loading

0 comments on commit e312a36

Please sign in to comment.