playwright/packages/playwright-ct-core/package.json
dependabot[bot] 9b5348d380
chore(deps): bump vite from 5.0.12 to 5.0.13
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>
2024-04-03 17:54:08 +00:00

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"
}
}