Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Dec 9, 2023
1 parent 076a57e commit 4f4d628
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 25 deletions.
17 changes: 1 addition & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"progress": "^2.0.3"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"eslint": "^8.55.0",
Expand All @@ -33,6 +32,7 @@
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"playwright": "^1.40.1",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
Expand Down
12 changes: 6 additions & 6 deletions src/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ <h1 class="title-event">&nbsp;&nbsp;&nbsp;<span class="title-event-wrap">$year=<
</header>
<main>
<style>
.calendar .calendar-color-n { color:#9b715b; }
.calendar .calendar-color-b { color:#5555bb; }
.calendar .calendar-color-g { color:#00cc00; }
.calendar .calendar-color-l { color:#ccccff; }
.calendar .calendar-color-s { color:#e3b585; }
.calendar .calendar-color-n { color:#9b715b; }
.calendar .calendar-color-m { color:#d4dde4; }
.calendar .calendar-color-y { color:#ffff66; text-shadow:0 0 5px #ffff66, 0 0 10px #ffff66; }
.calendar .calendar-color-w { color:#ffffff; }
.calendar .calendar-color-g { color:#00cc00; }
.calendar .calendar-color-l { color:#ccccff; }
.calendar .calendar-color-k { color:#6b4d3b; }
.calendar .calendar-color-y { color:#ffff66; text-shadow:0 0 5px #ffff66, 0 0 10px #ffff66; }
.calendar .calendar-color-s { color:#e3b585; }
</style>
<pre class="calendar"><span aria-hidden="true" class=""> </span>
<span aria-hidden="true" class=""> </span>
Expand All @@ -53,7 +53,7 @@ <h1 class="title-event">&nbsp;&nbsp;&nbsp;<span class="title-event-wrap">$year=<
(function(){
var countdown = document.getElementById("calendar-countdown");
if (!countdown) return;
var server_eta = 30827;
var server_eta = 29595;
var key = "2023-10-"+server_eta;
var now = Math.floor(new Date().getTime()/1000);
var target = server_eta + now;
Expand Down
6 changes: 4 additions & 2 deletions src/2023/leaderboard.html

Large diffs are not rendered by default.

Binary file modified src/static/solver-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f4d628

Please sign in to comment.