Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 20d617c

Browse files
authored
Fin (#48)
* update svelte * update packages * set last household id helper * add a debounce helper * make formdata only load in when requested, shaving a few loading ms. also, add formfield types * more formfield types * add setters * add spinner component * fix datepicker button * add proper support for custom twin worlds * rm test csv file * make buttons use cursor pointer * add chain chart * make charts more pretty * add text color * prettify householdview * finally finish household stuff * add annealing and fix greedy * bitmap fixes * add paneltype * add timulation type state * cleaner bitmap management and bitmap fix * add panel type * add debounce and throttle * manage chaining
1 parent 9e8aa30 commit 20d617c

21 files changed

+1730
-8114
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"chartjs-plugin-zoom": "^2.2.0",
1616
"date-picker-svelte": "^2.15.1",
1717
"idb": "^8.0.1",
18-
"svelte": "^5.16.0",
18+
"svelte": "^5.17.3",
1919
"xlsx": "^0.18.5"
2020
},
2121
"devDependencies": {
@@ -25,8 +25,8 @@
2525
"prettier": "^3.4.2",
2626
"prettier-plugin-svelte": "^3.3.2",
2727
"prettier-plugin-tailwindcss": "^0.6.9",
28-
"svelte-check": "^4.1.1",
28+
"svelte-check": "^4.1.3",
2929
"tailwindcss": "4.0.0-beta.8",
30-
"typescript": "^5.7.2"
30+
"typescript": "^5.7.3"
3131
}
3232
}

0 commit comments

Comments
 (0)