Skip to content

Commit

Permalink
chore: nix flake update + sync playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Feb 6, 2025
1 parent 41ad0fd commit 6580ee8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,19 @@
"prod",
"peer"
]
}
],
"semverGroups": [
},
{
"label": "Playwright should have the same version as in flake.nix",
"dependencies": [
"@playwright/test"
],
"pinVersion": "1.47.0"
},
"dependencyTypes": [
"dev"
],
"pinVersion": "1.48.1"
}
],
"semverGroups": [
{
"label": "Undici should always be * until we remove it",
"dependencies": [
Expand Down Expand Up @@ -120,7 +123,7 @@
"@napi-rs/triples": "1.2.0",
"@node-rs/helper": "1.6.0",
"@octokit/action": "6.1.0",
"@playwright/test": "1.47.0",
"@playwright/test": "1.48.1",
"@types/brotli": "1.3.4",
"@types/bun": "1.1.6",
"@types/cross-spawn": "6.0.6",
Expand Down
26 changes: 13 additions & 13 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 6580ee8

Please sign in to comment.