Skip to content

Commit

Permalink
Remove Playwright dependencies from Svelte examples and downgrade Pla…
Browse files Browse the repository at this point in the history
…ywright versions in React, Vue, and runtime packages for consistency
  • Loading branch information
1aron committed Dec 16, 2024
1 parent 11f00e3 commit 68cd05f
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 59 deletions.
1 change: 0 additions & 1 deletion examples/svelte-with-runtime-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@eslint/compat": "^1.2.3",
"@fontsource/fira-mono": "^5.0.0",
"@neoconfetti/svelte": "^2.0.0",
"@playwright/test": "^1.45.3",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
Expand Down
1 change: 0 additions & 1 deletion examples/svelte-with-static-extraction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@master/css-extractor.vite": "workspace:^",
"@master/css-runtime": "workspace:^",
"@neoconfetti/svelte": "^2.2.1",
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.10.1",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
Expand Down
1 change: 0 additions & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@eslint/compat": "^1.2.3",
"@fontsource/fira-mono": "^5.0.0",
"@neoconfetti/svelte": "^2.0.0",
"@playwright/test": "^1.45.3",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@master/css-runtime": "workspace:^"
},
"devDependencies": {
"@playwright/experimental-ct-react": "^1.49.1",
"@playwright/test": "^1.49.0",
"@playwright/experimental-ct-react": "1.41.2",
"@playwright/test": "1.41.2",
"@types/node": "^22.10.2",
"shared": "workspace:^"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
},
"devDependencies": {
"shared": "workspace:^",
"@playwright/test": "^1.49.0"
"@playwright/test": "1.41.2"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@techor/extend": "^3.1.6"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "^1.49.0",
"@playwright/test": "^1.49.0",
"@playwright/experimental-ct-vue": "1.41.2",
"@playwright/test": "1.41.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/server-renderer": "^3.5.13",
Expand Down
75 changes: 24 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68cd05f

Please sign in to comment.