Skip to content

Commit 1487a31

Browse files
chore(deps-dev): bump the patch-dependencies group with 8 updates (#4662)
Bumps the patch-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@playwright/experimental-ct-core](https://github.com/microsoft/playwright) | `1.54.1` | `1.54.2` | | [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) | `1.54.1` | `1.54.2` | | [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright) | `1.54.1` | `1.54.2` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.54.1` | `1.54.2` | | [playwright](https://github.com/microsoft/playwright) | `1.54.1` | `1.54.2` | | [playwright-core](https://github.com/microsoft/playwright) | `1.54.1` | `1.54.2` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.0.3` | `3.0.5` | | [iframe-resizer](https://github.com/davidjbradshaw/iframe-resizer) | `5.5.0` | `5.5.1` | Updates `@playwright/experimental-ct-core` from 1.54.1 to 1.54.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.1...v1.54.2) Updates `@playwright/experimental-ct-react` from 1.54.1 to 1.54.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.1...v1.54.2) Updates `@playwright/experimental-ct-vue` from 1.54.1 to 1.54.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.1...v1.54.2) Updates `@playwright/test` from 1.54.1 to 1.54.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.1...v1.54.2) Updates `playwright` from 1.54.1 to 1.54.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.1...v1.54.2) Updates `playwright-core` from 1.54.1 to 1.54.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.54.1...v1.54.2) Updates `vue-tsc` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.0.5/packages/tsc) Updates `iframe-resizer` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/davidjbradshaw/iframe-resizer/releases) - [Commits](davidjbradshaw/iframe-resizer@v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: "@playwright/experimental-ct-core" dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@playwright/experimental-ct-react" dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@playwright/experimental-ct-vue" dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@playwright/test" dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: playwright dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: playwright-core dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: vue-tsc dependency-version: 3.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: iframe-resizer dependency-version: 5.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ef075b commit 1487a31

File tree

8 files changed

+133
-82
lines changed

8 files changed

+133
-82
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "1.54.1",
27+
"@playwright/test": "1.54.2",
2828
"cpr": "3.0.1",
2929
"cross-env": "10.0.0",
3030
"dotenv": "17.2.1",

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tsc": "tsc --project . --sourceMap false"
2828
},
2929
"devDependencies": {
30-
"@playwright/experimental-ct-react": "1.54.1",
30+
"@playwright/experimental-ct-react": "1.54.2",
3131
"@types/react": "18.3.13",
3232
"react": "18.3.1",
3333
"react-dom": "18.3.1"

output/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"test:components:ui": "playwright test --config playwright.config.ts --ui"
3838
},
3939
"devDependencies": {
40-
"@playwright/experimental-ct-vue": "1.54.1",
40+
"@playwright/experimental-ct-vue": "1.54.2",
4141
"@vitejs/plugin-vue": "6.0.1",
4242
"replace-in-file": "8.3.0",
4343
"tsx": "4.20.3",
4444
"typescript": "5.8.3",
4545
"vite": "6.3.5",
4646
"vue": "3.5.18",
47-
"vue-tsc": "3.0.4"
47+
"vue-tsc": "3.0.5"
4848
},
4949
"publishConfig": {
5050
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)