|
1 | | -// SPDX-FileCopyrightText: 2022 The Manyverse Authors |
| 1 | +// SPDX-FileCopyrightText: 2023 The Manyverse Authors |
2 | 2 | // |
3 | 3 | // SPDX-License-Identifier: CC0-1.0 |
4 | 4 |
|
@@ -179,6 +179,13 @@ export default [ |
179 | 179 | license: 'MIT License (MIT)', |
180 | 180 | homepage: 'https://material-ui.com/', |
181 | 181 | }, |
| 182 | + { |
| 183 | + name: '@playwright/test', |
| 184 | + type: 'library', |
| 185 | + version: '1.28.1', |
| 186 | + license: 'Apache License 2.0 (Apache-2.0)', |
| 187 | + homepage: 'https://playwright.dev', |
| 188 | + }, |
182 | 189 | { |
183 | 190 | name: '@react-native-community/slider', |
184 | 191 | type: 'library', |
@@ -237,6 +244,13 @@ export default [ |
237 | 244 | license: 'MIT License (MIT)', |
238 | 245 | homepage: 'https://github.com/staltz/bindings-noderify-nodejs-mobile', |
239 | 246 | }, |
| 247 | + { |
| 248 | + name: 'bipf', |
| 249 | + type: 'library', |
| 250 | + version: '1.9.0', |
| 251 | + license: 'MIT License (MIT)', |
| 252 | + homepage: 'https://github.com/ssbc/bipf', |
| 253 | + }, |
240 | 254 | { |
241 | 255 | name: 'blurhash', |
242 | 256 | type: 'library', |
@@ -342,6 +356,14 @@ export default [ |
342 | 356 | license: 'MIT License (MIT)', |
343 | 357 | homepage: 'https://github.com/sindresorhus/electron-context-menu#readme', |
344 | 358 | }, |
| 359 | + { |
| 360 | + name: 'electron-playwright-helpers', |
| 361 | + type: 'library', |
| 362 | + version: '1.2.2', |
| 363 | + license: 'MIT License (MIT)', |
| 364 | + homepage: |
| 365 | + 'https://github.com/spaceagetv/electron-playwright-helpers#readme', |
| 366 | + }, |
345 | 367 | { |
346 | 368 | name: 'electron-ssb-client', |
347 | 369 | type: 'library', |
@@ -461,6 +483,20 @@ export default [ |
461 | 483 | license: 'MIT License (MIT)', |
462 | 484 | homepage: 'http://nodejs.org/docs/latest/api/path.html', |
463 | 485 | }, |
| 486 | + { |
| 487 | + name: 'playwright', |
| 488 | + type: 'library', |
| 489 | + version: '1.28.1', |
| 490 | + license: 'Apache License 2.0 (Apache-2.0)', |
| 491 | + homepage: 'https://playwright.dev', |
| 492 | + }, |
| 493 | + { |
| 494 | + name: 'playwright-core', |
| 495 | + type: 'library', |
| 496 | + version: '1.28.1', |
| 497 | + license: 'Apache License 2.0 (Apache-2.0)', |
| 498 | + homepage: 'https://playwright.dev', |
| 499 | + }, |
464 | 500 | { |
465 | 501 | name: 'promisify-tuple', |
466 | 502 | type: 'library', |
|
0 commit comments