Skip to content

Commit

Permalink
chore(deps): update vite packages (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent c7803b1 commit 7cacc3e
Show file tree
Hide file tree
Showing 19 changed files with 178 additions and 163 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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/api-before-14.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"prettier": "^3.5.0",
"start-server-and-test": "^2.0.10",
"typescript": "~5.7.3",
"vite": "^6.0.10",
"vite-plugin-vue-devtools": "^7.7.0",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-type-checked-rules-on-and-off/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.7.3",
"vite": "^6.0.10",
"vite-plugin-vue-devtools": "^7.7.0",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/disable-ts-in-templates/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.7.3",
"vite": "^6.0.7",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/disable-type-checked-for-yml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"prettier": "^3.5.0",
"start-server-and-test": "^2.0.10",
"typescript": "~5.7.3",
"vite": "^6.0.10",
"vite-plugin-vue-devtools": "^7.7.0",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
}
Expand Down
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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/type-checked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"prettier": "^3.5.0",
"start-server-and-test": "^2.0.10",
"typescript": "~5.7.3",
"vite": "^6.0.10",
"vite-plugin-vue-devtools": "^7.7.0",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
}
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.10",
"typescript": "~5.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vite-plugin-nightwatch": "^0.4.6",
"vue-tsc": "^2.2.0"
}
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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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.5.0",
"typescript": "~5.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}
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": "^26.0.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.7.3",
"vite": "^6.0.10",
"vite": "^6.1.0",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
}
Expand Down
Loading

0 comments on commit 7cacc3e

Please sign in to comment.