mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
51134a5541
chore(deps-dev): bump vite in /examples/components-vue Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.5 to 2.9.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"name": "components-vue",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"test": "npx playwright test"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.31"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/experimental-ct-vue": "^0.0.5",
|
|
"@playwright/test": "1.22.0-alpha-apr-26-2022",
|
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
"vite": "^2.9.13"
|
|
}
|
|
}
|