Skip to content

Commit

Permalink
fix(deps): update playwright monorepo to ^1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2023
1 parent 6b2ef1e commit e320050
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"express": "^4.18.2",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"playwright": "^1.34.2",
"playwright": "^1.35.0",
"typescript": "^5.0.4"
},
"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 @@ -32,7 +32,7 @@
"typescript": "^5.0.4"
},
"devDependencies": {
"@playwright/test": "^1.34.2",
"@playwright/test": "^1.35.0",
"@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 @@ -34,7 +34,7 @@
"typescript": "^5.0.4"
},
"devDependencies": {
"@playwright/test": "^1.34.2",
"@playwright/test": "^1.35.0",
"@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 @@ -35,7 +35,7 @@
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
"@playwright/test": "^1.34.2",
"@playwright/test": "^1.35.0",
"@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 @@ -36,7 +36,7 @@
"vite": "^4.3.9"
},
"devDependencies": {
"@playwright/test": "^1.34.2",
"@playwright/test": "^1.35.0",
"@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 @@ -39,7 +39,7 @@
"vue-template-compiler": "^2.7.14"
},
"devDependencies": {
"@playwright/test": "^1.34.2",
"@playwright/test": "^1.35.0",
"@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 @@ -38,7 +38,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@playwright/test": "^1.34.2",
"@playwright/test": "^1.35.0",
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
Expand Down
66 changes: 33 additions & 33 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": "^21.0.1",
"@previewjs/plugin-react": "^10.0.0",
"globby": "^13.1.4",
"playwright": "^1.34.2"
"playwright": "^1.35.0"
},
"devDependencies": {
"@types/node": "^20.2.3",
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.2.11",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"playwright": "^1.34.2",
"playwright": "^1.35.0",
"typescript": "^5.0.4",
"vite": "^4.3.9"
}
Expand Down
4 changes: 2 additions & 2 deletions 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.34.2",
"@playwright/test": "^1.35.0",
"@previewjs/api": "^12.0.0",
"@previewjs/chromeless": "^6.0.0",
"@previewjs/core": "^21.0.1",
Expand All @@ -30,7 +30,7 @@
"assert-never": "^1.2.1",
"fs-extra": "^11.1.1",
"get-port": "^6.1.2",
"playwright": "^1.34.2"
"playwright": "^1.35.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
Expand Down

0 comments on commit e320050

Please sign in to comment.