Skip to content

Commit 869cca5

Browse files
dependabot[bot]actions-userryanleecode
authoredNov 4, 2024··
chore(deps-dev): bump @playwright/test from 1.44.1 to 1.48.2 (#2534)
* chore(deps-dev): bump @playwright/test from 1.44.1 to 1.48.2 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.44.1 to 1.48.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.44.1...v1.48.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): changeset for dependency update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Ryan Lee <ryan@parity.io>
1 parent 2ce7fec commit 869cca5

File tree

5 files changed

+42
-23
lines changed

5 files changed

+42
-23
lines changed
 

‎.changeset/dependencies-GH-2534.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@substrate/extension": patch
3+
"@substrate/wallet-template": patch
4+
---
5+
6+
chore(deps-dev): bump @playwright/test from 1.44.1 to 1.48.2
7+
8+
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.44.1 to 1.48.2.
9+
- [Release notes](https://github.com/microsoft/playwright/releases)
10+
- [Commits](https://github.com/microsoft/playwright/compare/v1.44.1...v1.48.2)
11+
12+
---
13+
updated-dependencies:
14+
- dependency-name: "@playwright/test"
15+
dependency-type: direct:development
16+
update-type: version-update:semver-minor
17+
...
18+
19+
Signed-off-by: dependabot[bot] <support@github.com>

‎examples/light-client-extension-helpers-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"typescript": "5.6.2",
24-
"@playwright/test": "^1.43.1",
24+
"@playwright/test": "^1.48.2",
2525
"@types/chrome": "^0.0.270",
2626
"@types/node": "^20.14.10",
2727
"concurrently": "^8.2.2",

‎pnpm-lock.yaml

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎projects/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"keywords": [],
3838
"devDependencies": {
3939
"typescript": "5.6.2",
40-
"@playwright/test": "^1.43.1",
40+
"@playwright/test": "^1.48.2",
4141
"@vitejs/plugin-react-swc": "^3.6.0",
4242
"autoprefixer": "^10.4.19",
4343
"concurrently": "^8.2.2",

‎projects/wallet-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"keywords": [],
3838
"devDependencies": {
3939
"typescript": "5.6.2",
40-
"@playwright/test": "^1.43.1",
40+
"@playwright/test": "^1.48.2",
4141
"@types/node": "^20.14.10",
4242
"@vitejs/plugin-react-swc": "^3.6.0",
4343
"@webext-core/storage": "^1.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.