Skip to content

Commit

Permalink
Merge pull request #83 from 21CSM/bump-packages
Browse files Browse the repository at this point in the history
Bump packages
  • Loading branch information
21CSM authored Oct 12, 2024
2 parents b4fff59 + d28e8ee commit d3cc48d
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 99 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
pnpm
playwright-test
nodePackages.firebase-tools
nodePackages.http-server
];
commonEnv = {
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1";
Expand Down Expand Up @@ -67,6 +68,11 @@
echo "Firebase tools not found in the expected location"
exit 1
fi
echo "Checking HTTP server availability..."
if [ ! -e "${pkgs.nodePackages.http-server}/bin/http-server" ]; then
echo "HTTP server not found in the expected location"
exit 1
fi
touch $out
'';
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.0",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.48.0",
"@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.0.0",
Expand All @@ -39,6 +39,7 @@
"postcss": "8.4.47",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.7",
"rollup": "^4.24.0",
"svelte": "^4.2.7",
"svelte-check": "^4.0.4",
"tailwindcss": "3.4.12",
Expand Down
Loading

0 comments on commit d3cc48d

Please sign in to comment.