mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Bumps [playwright](https://github.com/microsoft/playwright) to 1.56.1 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together. Updates `playwright` from 1.45.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.56.1) Updates `@playwright/test` from 1.45.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: indirect - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
952 B
JSON
32 lines
952 B
JSON
{
|
|
"name": "keepassxc-browser",
|
|
"version": "1.9.10",
|
|
"description": "KeePassXC-Browser",
|
|
"main": "build.js",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"@types/node": "^20.14.10",
|
|
"eslint": "^8.49.0"
|
|
},
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"debug:chromium": "cp dist/manifest_chromium.json keepassxc-browser/manifest.json",
|
|
"debug:firefox": "cp dist/manifest_firefox.json keepassxc-browser/manifest.json",
|
|
"lint": "npx eslint keepassxc-browser/**/*.js",
|
|
"tests": "npx playwright test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keepassxreboot/keepassxc-browser.git"
|
|
},
|
|
"author": "KeePassXC Team",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"bugs": {
|
|
"url": "https://github.com/keepassxreboot/keepassxc-browser/issues"
|
|
},
|
|
"homepage": "https://github.com/keepassxreboot/keepassxc-browser#readme"
|
|
}
|