aboutsummaryrefslogtreecommitdiff
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Downgrade preact to v10.17.1 once againSimon Ser2024-07-121-1/+1
| | | | | | | | Seeing this again: DOMException: Node.insertBefore: Child to insert before is not a child of this node Ref https://github.com/preactjs/preact/issues/4221
* Upgrade preact to v10.20.2Simon Ser2024-04-091-1/+1
|
* Revert "Upgrade preact to v10.20.0"Simon Ser2024-03-201-1/+1
| | | | | | This reverts commit e843fe3ecb8b875a15ed2f14da6a7d347abcafff. Unfortunately the fix doesn't seem to work for us…
* Upgrade preact to v10.20.0Simon Ser2024-03-201-1/+1
| | | | | | The upstream preact bug [1] has been fixed now! [1]: https://github.com/preactjs/preact/issues/4221
* Pin preact to v10.17.1Simon Ser2024-01-101-1/+1
| | | | | We can't upgrade due to this bug: https://github.com/preactjs/preact/issues/4221
* Upgrade linkifyjs to v4Simon Ser2024-01-101-1/+1
|
* Set targets.default.context in package.jsonSimon Ser2023-10-211-0/+1
| | | | | | parcel doesn't auto-detect that field properly due to "engines". Closes: https://todo.sr.ht/~emersion/gamja/158
* Set min node version in package.jsonSimon Ser2022-02-101-0/+3
| | | | v14.13.0 is required for CommonJS named imports to work properly.
* Add custom developement serverSimon Ser2021-12-011-3/+6
| | | | | This implements a tiny WebSocket proxy useful for development purposes.
* Add Parcel to dev dependenciesSimon Ser2021-11-041-2/+6
| | | | Closes: https://todo.sr.ht/~emersion/gamja/119
* Upgrade http-serverSimon Ser2021-10-291-1/+1
|
* Add minimal Parcel integrationSimon Ser2021-10-191-1/+7
| | | | Closes: https://todo.sr.ht/~emersion/gamja/107
* Switch from anchorme to linkifyjsSimon Ser2021-10-131-1/+1
|
* Upgrade dependenciesSimon Ser2021-09-211-1/+1
|
* Update preactSimon Ser2021-01-121-1/+1
|
* Linkify messagesSimon Ser2020-06-251-0/+1
|
* Switch to reactSimon Ser2020-06-241-0/+4
| | | | | Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX.
* Mark package as privateSimon Ser2020-06-231-1/+2
|
* Add dev serverSimon Ser2020-06-141-0/+9