Compare commits

..

2 Commits

Author SHA1 Message Date
2a4306e3b4 Update dependency tailwindcss to v4 2025-06-08 21:32:17 +00:00
67f12ecf72 add missing config
All checks were successful
renovate / renovate (push) Successful in 4m14s
2025-06-08 16:28:14 -05:00
4 changed files with 34 additions and 599 deletions

3
.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
.DS_Store
node_modules
dist

View File

@@ -25,7 +25,7 @@
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sanitize-html": "^2.17.0", "sanitize-html": "^2.17.0",
"tailwindcss": "^3.0.24" "tailwindcss": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",

614
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

14
renovate.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"mergeConfidence:all-badges",
":rebaseStalePrs"
],
"timezone": "US/Central",
"schedule": [ "* */1 * * *" ],
"labels": [],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"packageRules": []
}