Skip to content

Commit 05e57cf

Browse files
chore(deps-dev): bump @playwright/test from 1.48.2 to 1.49.0 in /tests/playwright (#333) (#336)
* 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] <support@github.com> * fix: try bump monaco-editor to v0.52.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Makito <i@maki.to> (cherry picked from commit 0445ee1) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e63da65 commit 05e57cf

File tree

4 files changed

+20
-25
lines changed

4 files changed

+20
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@material-design-icons/font": "^0.14.13",
4646
"axios": "^1.7.7",
4747
"dayjs": "^1.11.13",
48-
"monaco-editor": "0.50.0",
48+
"monaco-editor": "0.52.0",
4949
"pinia": "^2.2.2",
5050
"vue": "^3.5.12",
5151
"vue-router": "^4.4.5"

pnpm-lock.yaml

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "playwright test"
99
},
1010
"devDependencies": {
11-
"@playwright/test": "1.48.2",
11+
"@playwright/test": "1.49.0",
1212
"axios": "^1.7.4",
1313
"bmp-js": "^0.1.0",
1414
"dotenv": "^16.0.1",

tests/playwright/pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)