This commit is contained in:
David Watrous 2024-04-23 21:08:00 -04:00
Родитель f72e8dfd36
Коммит a02a042332
3 изменённых файлов: 19 добавлений и 20 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -4,6 +4,7 @@
/**/lib-cjs /**/lib-cjs
/**/lib-umd /**/lib-umd
/**/build /**/build
/**/test-results
/desktop/release/ /desktop/release/
coverage/ coverage/
env/ env/

34
desktop/package-lock.json сгенерированный
Просмотреть файл

@ -69,7 +69,7 @@
"@angular-eslint/template-parser": "^13.2.1", "@angular-eslint/template-parser": "^13.2.1",
"@angular/compiler-cli": "^11.0.0", "@angular/compiler-cli": "^11.0.0",
"@ngtools/webpack": "^11.0.0", "@ngtools/webpack": "^11.0.0",
"@playwright/test": "^1.18.1", "@playwright/test": "^1.43.1",
"@types/chart.js": "^2.9.24", "@types/chart.js": "^2.9.24",
"@types/d3": "^7.4.0", "@types/d3": "^7.4.0",
"@types/extract-zip": "^1.6.2", "@types/extract-zip": "^1.6.2",
@ -126,7 +126,7 @@
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"patch-package": "^6.5.1", "patch-package": "^6.5.1",
"playwright": "^1.18.1", "playwright": "^1.43.1",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"raw-loader": "^1.0.0", "raw-loader": "^1.0.0",
@ -1812,22 +1812,18 @@
} }
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.37.1", "version": "1.43.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.1.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz",
"integrity": "sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==", "integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*", "playwright": "1.43.1"
"playwright-core": "1.37.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=16"
},
"optionalDependencies": {
"fsevents": "2.3.2"
} }
}, },
"node_modules/@sindresorhus/is": { "node_modules/@sindresorhus/is": {
@ -15659,25 +15655,27 @@
} }
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.37.1", "version": "1.43.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.37.1.tgz", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz",
"integrity": "sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==", "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==",
"dev": true, "dev": true,
"hasInstallScript": true,
"dependencies": { "dependencies": {
"playwright-core": "1.37.1" "playwright-core": "1.43.1"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=16"
},
"optionalDependencies": {
"fsevents": "2.3.2"
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.37.1", "version": "1.43.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
"integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==", "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
"dev": true, "dev": true,
"bin": { "bin": {
"playwright-core": "cli.js" "playwright-core": "cli.js"

Просмотреть файл

@ -108,7 +108,7 @@
"@angular/compiler-cli": "^11.0.0", "@angular/compiler-cli": "^11.0.0",
"@batch/common-config": "^1.0.0", "@batch/common-config": "^1.0.0",
"@ngtools/webpack": "^11.0.0", "@ngtools/webpack": "^11.0.0",
"@playwright/test": "^1.18.1", "@playwright/test": "^1.43.1",
"@types/chart.js": "^2.9.24", "@types/chart.js": "^2.9.24",
"@types/d3": "^7.4.0", "@types/d3": "^7.4.0",
"@types/extract-zip": "^1.6.2", "@types/extract-zip": "^1.6.2",
@ -165,7 +165,7 @@
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"patch-package": "^6.5.1", "patch-package": "^6.5.1",
"playwright": "^1.18.1", "playwright": "^1.43.1",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"raw-loader": "^1.0.0", "raw-loader": "^1.0.0",