Skip to content

Commit 73c70cc

Browse files
chore(deps-dev): bump playwright-core from 1.30.0 to 1.32.0 (#39)
Bumps [playwright-core](https://github.com/Microsoft/playwright) from 1.30.0 to 1.32.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.30.0...v1.32.0) --- updated-dependencies: - dependency-name: playwright-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d21d0d commit 73c70cc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"private": false,
4040
"dependencies": {
41-
"@playwright/test": "^1.30.0",
41+
"@playwright/test": "^1.32.0",
4242
"@vue/cli-shared-utils": "^5.0.5",
4343
"chokidar": "^3.0.2",
4444
"cross-env": "^7.0.3",
@@ -83,7 +83,7 @@
8383
"eslint-plugin-vue": "^9.0.0",
8484
"jest": "^29.5.0",
8585
"lnk": "^1.1.0",
86-
"playwright-core": "^1.27.1",
86+
"playwright-core": "^1.32.0",
8787
"rimraf": "^4.4.0",
8888
"terminal-tasks": "^0.0.5",
8989
"typescript": "^5.0.2",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1615,13 +1615,13 @@
16151615
dependencies:
16161616
mkdirp "^1.0.4"
16171617

1618-
"@playwright/test@^1.30.0":
1619-
version "1.32.0"
1620-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.0.tgz#0cc4c179e62995cc123adb12fdfaa093fed282c4"
1621-
integrity sha512-zOdGloaF0jeec7hqoLqM5S3L2rR4WxMJs6lgiAeR70JlH7Ml54ZPoIIf3X7cvnKde3Q9jJ/gaxkFh8fYI9s1rg==
1618+
"@playwright/test@^1.32.0":
1619+
version "1.32.1"
1620+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.1.tgz#749c9791adb048c266277a39ba0f7e33fe593ffe"
1621+
integrity sha512-FTwjCuhlm1qHUGf4hWjfr64UMJD/z0hXYbk+O387Ioe6WdyZQ+0TBDAc6P+pHjx2xCv1VYNgrKbYrNixFWy4Dg==
16221622
dependencies:
16231623
"@types/node" "*"
1624-
playwright-core "1.32.0"
1624+
playwright-core "1.32.1"
16251625
optionalDependencies:
16261626
fsevents "2.3.2"
16271627

@@ -12064,10 +12064,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
1206412064
dependencies:
1206512065
find-up "^4.0.0"
1206612066

12067-
[email protected].0, playwright-core@^1.27.1:
12068-
version "1.32.0"
12069-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.0.tgz#730c2d1988d30377480b925aaa6c1b1e2442d67e"
12070-
integrity sha512-Z9Ij17X5Z3bjpp6XKujGBp9Gv4eViESac9aDmwgQFUEJBW0K80T21m/Z+XJQlu4cNsvPygw33b6V1Va6Bda5zQ==
12067+
[email protected].1, playwright-core@^1.32.0:
12068+
version "1.32.1"
12069+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.1.tgz#5a10c32403323b07d75ea428ebeed866a80b76a1"
12070+
integrity sha512-KZYUQC10mXD2Am1rGlidaalNGYk3LU1vZqqNk0gT4XPty1jOqgup8KDP8l2CUlqoNKhXM5IfGjWgW37xvGllBA==
1207112071

1207212072
please-upgrade-node@^3.2.0:
1207312073
version "3.2.0"

0 commit comments

Comments
 (0)