Skip to content

Commit 2a1aa23

Browse files
fix(deps): update playwright monorepo to v1.49.0 (#1144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30d5dfb commit 2a1aa23

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@nivo/bar": "^0.88.0",
1313
"@nivo/core": "0.88.0",
1414
"@nivo/sunburst": "0.88.0",
15-
"@playwright/test": "1.45.3",
15+
"@playwright/test": "1.49.0",
1616
"@tailwindcss/forms": "^0.5.3",
1717
"@tailwindcss/line-clamp": "0.4.4",
1818
"@types/lodash": "4.17.13",
@@ -36,7 +36,7 @@
3636
"husky": "8.0.3",
3737
"lodash": "4.17.21",
3838
"minimatch": "5.1.6",
39-
"playwright": "1.45.3",
39+
"playwright": "1.49.0",
4040
"pretty-quick": "3.3.1",
4141
"react": "18.3.1",
4242
"react-dom": "18.3.1",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -3378,12 +3378,12 @@
33783378
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
33793379
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
33803380

3381-
"@playwright/test@1.45.3":
3382-
version "1.45.3"
3383-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.45.3.tgz#22e9c38b3081d6674b28c6e22f784087776c72e5"
3384-
integrity sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA==
3381+
"@playwright/test@1.49.0":
3382+
version "1.49.0"
3383+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.49.0.tgz#74227385b58317ee076b86b56d0e1e1b25cff01e"
3384+
integrity sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==
33853385
dependencies:
3386-
playwright "1.45.3"
3386+
playwright "1.49.0"
33873387

33883388
"@pmmmwh/react-refresh-webpack-plugin@^0.5.3", "@pmmmwh/react-refresh-webpack-plugin@^0.5.7":
33893389
version "0.5.10"
@@ -15601,17 +15601,17 @@ platform@^1.3.6:
1560115601
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
1560215602
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
1560315603

15604-
playwright-core@1.45.3:
15605-
version "1.45.3"
15606-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.3.tgz#e77bc4c78a621b96c3e629027534ee1d25faac93"
15607-
integrity sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==
15604+
playwright-core@1.49.0:
15605+
version "1.49.0"
15606+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb"
15607+
integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==
1560815608

15609-
playwright@1.45.3:
15610-
version "1.45.3"
15611-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.3.tgz#75143f73093a6e1467f7097083d2f0846fb8dd2f"
15612-
integrity sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==
15609+
playwright@1.49.0:
15610+
version "1.49.0"
15611+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.0.tgz#df6b9e05423377a99658202844a294a8afb95d0a"
15612+
integrity sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==
1561315613
dependencies:
15614-
playwright-core "1.45.3"
15614+
playwright-core "1.49.0"
1561515615
optionalDependencies:
1561615616
fsevents "2.3.2"
1561715617

0 commit comments

Comments
 (0)