refresh stale data (#156)

This commit is contained in:
Doh
2025-05-30 18:04:03 -04:00
committed by GitHub
parent 1967d154ed
commit 276e8a8a7b
12 changed files with 396 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "habittrove",
"version": "0.2.21",
"version": "0.2.22",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
@@ -43,6 +43,7 @@
"date-fns": "^3.6.0",
"jotai": "^2.8.0",
"js-confetti": "^0.12.0",
"json-stable-stringify": "^1.3.0",
"linkify": "^0.2.1",
"linkify-react": "^4.2.0",
"lucide-react": "^0.469.0",
@@ -70,6 +71,7 @@
"@tailwindcss/typography": "^0.5.15",
"@types/archiver": "^6.0.3",
"@types/bun": "^1.1.14",
"@types/json-stable-stringify": "^1.1.0",
"@types/lodash": "^4.17.15",
"@types/luxon": "^3.4.2",
"@types/node": "^20.17.10",