Skip to content

Commit

Permalink
chore(shared): update @playwright/test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Apr 7, 2024
1 parent 3d424d4 commit 5fb96b1
Show file tree
Hide file tree
Showing 11 changed files with 348 additions and 119 deletions.
2 changes: 1 addition & 1 deletion integrations/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
4 changes: 2 additions & 2 deletions integrations/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@builder.io/qwik-city": "^1.4.1",
"@content-collections/core": "0.4.1",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@types/eslint": "^8.56.7",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
Expand All @@ -28,7 +28,7 @@
"eslint-plugin-qwik": "^1.4.1",
"prettier": "^3.2.4",
"typescript": "5.3.3",
"undici": "*",
"undici": "^6.11.1",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@content-collections/core": "0.4.1",
"@content-collections/remix-vite": "0.1.1",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@remix-run/dev": "^2.8.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@content-collections/core": "0.4.1",
"@content-collections/markdown": "0.1.0",
"@content-collections/solid-start": "0.1.1",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@solidjs/start": "^1.0.0-rc.0",
"solid-js": "^1.8.16",
"vinxi": "^0.3.10"
Expand Down
2 changes: 1 addition & 1 deletion integrations/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@content-collections/core": "0.4.1",
"@content-collections/markdown": "0.1.0",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion integrations/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@types/node": "^20.11.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
Expand Down
Loading

0 comments on commit 5fb96b1

Please sign in to comment.