Skip to content

Commit

Permalink
fix(deps): update playwright monorepo to ^1.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent d35f097 commit 47daa10
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 63 deletions.
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@previewjs/vfs": "^2.1.2",
"express": "^4.19.2",
"pino": "^9.5.0",
"playwright": "^1.48.1",
"playwright": "^1.48.2",
"typescript": "^5.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.5.2"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@previewjs/api": "workspace:*",
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-react": "^4.3.3"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@previewjs/api": "workspace:*",
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vite-plugin-solid": "^2.10.2"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"vite": "^5.3.1"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vue-template-compiler": "^2.7.16"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vue": "^3.5.12"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
Expand Down
97 changes: 44 additions & 53 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 screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@previewjs/core": "^29.1.0",
"@previewjs/plugin-react": "^16.0.1",
"globby": "^14.0.2",
"playwright": "^1.48.1"
"playwright": "^1.48.2"
},
"devDependencies": {
"@types/node": "^20.10.6",
Expand Down
2 changes: 1 addition & 1 deletion screenshot/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"playwright": "^1.48.1",
"playwright": "^1.48.2",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "rimraf dist && tsc && unbuild"
},
"dependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.48.2",
"@previewjs/api": "^16.0.4",
"@previewjs/chromeless": "^13.1.0",
"@previewjs/core": "^29.1.0",
Expand Down

0 comments on commit 47daa10

Please sign in to comment.