Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
809 B
JSON
37 lines
809 B
JSON
{
|
|
"name": "@playwright/experimental-ct-core",
|
|
"version": "1.44.0-next",
|
|
"description": "Playwright Component Testing Helpers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./lib/mount": "./lib/mount.js",
|
|
"./lib/program": "./lib/program.js",
|
|
"./types/component": {
|
|
"types": "./types/component.d.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"playwright-core": "1.44.0-next",
|
|
"vite": "^5.0.13",
|
|
"playwright": "1.44.0-next"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
}
|
|
}
|