Skip to content

Commit

Permalink
chore(deps-dev): bump @playwright/test from 1.48.2 to 1.49.0 in /test…
Browse files Browse the repository at this point in the history
…s/playwright (#333)

* chore(deps-dev): bump @playwright/test in /tests/playwright

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.48.2 to 1.49.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.48.2...v1.49.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: try bump monaco-editor to v0.52.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Makito <[email protected]>
  • Loading branch information
dependabot[bot] and sumimakito authored Nov 26, 2024
1 parent e63da65 commit 0445ee1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@material-design-icons/font": "^0.14.13",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"monaco-editor": "0.50.0",
"monaco-editor": "0.52.0",
"pinia": "^2.2.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
Expand Down
15 changes: 5 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.48.2",
"@playwright/test": "1.49.0",
"axios": "^1.7.4",
"bmp-js": "^0.1.0",
"dotenv": "^16.0.1",
Expand Down
26 changes: 13 additions & 13 deletions tests/playwright/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0445ee1

Please sign in to comment.