Files
terminus/package.json
T
Brooke Kuhlmann 182bc7452b Updated to Hanami 2.3.0
Necessary to pick up latest fixes and enhancements. link:https://hanamirb.org/blog/2025/11/12/hanami-23-racked-and-ready[Details]. A few notes:

* Applied relevant changes as mentioned in the link:https://guides.hanamirb.org/v2.3/upgrade-notes/v2.3/[Upgrade Guide].
* Updated all actions to adhere to the new link:https://guides.hanamirb.org/v2.3/actions/formats-and-media-types/[response formats]. Unfortunately, none of the documentation links work when getting the deprecation warnings in the console so use what is linked to here.
* Was able to remove nearly all warnings but a new circular warning popped up so am ignoring for now. Opened an issue on this and will hopefully be fixed in the next patch release.

With this upgrade complete, we should be able to switch to using Rack 3.0.0 and higher next.

Milestone: minor
2025-11-13 10:42:18 -07:00

25 lines
518 B
JSON

{
"name": "terminus",
"description": "A TRMNL server.",
"author": "TRMNL",
"license": "MIT",
"private": true,
"type": "module",
"keywords": [
"ruby",
"hanami",
"htmx"
],
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-liquid": "^6.3.0",
"@codemirror/theme-one-dark": "^6.1.3",
"alpinejs": "^3.15.0",
"codemirror": "^6.0.2",
"hanami-assets": "^2.3.0",
"htmx-ext-sse": "^2.2.3",
"htmx-remove": "^2.8.0",
"htmx.org": "^2.0.8"
}
}