2 Commits

Author SHA1 Message Date
b5819b4707 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2026-01-22 01:38:47 +00:00
4c389d607e feat: not -> now
Some checks failed
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
2026-01-21 10:27:03 +01:00
4 changed files with 8 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ We're now well into 2026, and it has been a while since I've written a blog post
In this post I am going over a few projects I've written for myself, and work, often because I have difficulty separating the two. I simply like to produce stuff that is useful, and that can often be used at work as well. In this post I am going over a few projects I've written for myself, and work, often because I have difficulty separating the two. I simply like to produce stuff that is useful, and that can often be used at work as well.
As it has been a while since I've posted anything, and if you've read previous posts of mine, you might be surprised to know that I am not working in the data space, and that is where my focus has been since end 2024 until now. As it has been a while since I've posted anything, and if you've read previous posts of mine, you might be surprised to know that I am now working in the data space, and that is where my focus has been since end 2024 until now.
Let's jump straight into the projects shall we. Let's jump straight into the projects shall we.

View File

@@ -17,7 +17,7 @@
"tailwindcss": "^3.3.1" "tailwindcss": "^3.3.1"
}, },
"devDependencies": { "devDependencies": {
"@catppuccin/tailwindcss": "^0.1.1", "@catppuccin/tailwindcss": "^1.0.0",
"@tailwindcss/cli": "^0.1.2" "@tailwindcss/cli": "^0.1.2"
} }
} }

View File

@@ -57,7 +57,7 @@
</div> </div>
</div> </div>
</footer> </footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js" <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/js/all.min.js"
crossorigin="anonymous"></script> crossorigin="anonymous"></script>
</footer> </footer>
</body> </body>

View File

@@ -23,18 +23,10 @@
chalk "^2.0.0" chalk "^2.0.0"
js-tokens "^4.0.0" js-tokens "^4.0.0"
"@catppuccin/palette@0.1.5": "@catppuccin/tailwindcss@^1.0.0":
version "0.1.5" version "1.0.0"
resolved "https://registry.yarnpkg.com/@catppuccin/palette/-/palette-0.1.5.tgz#79350555c86707913942bf4feaac9fe9bc0c1d7c" resolved "https://registry.yarnpkg.com/@catppuccin/tailwindcss/-/tailwindcss-1.0.0.tgz#3fcbd5d346b7ee656b0b341abd3d977996401b08"
integrity sha512-IQLsZwXDMpLc5CFGjIMa/gFnnFL/QLB280F11B51JweZHerZ/FgPXdIR4eQqn1CgrqI3wGfgnj1LVPx12DV/Uw== integrity sha512-l8pOlcYe2ncGd8a1gUmL5AHmKlxR2+CHuG5kt4Me6IZwzntW1DoLmj89BH+DcsPHBsdDGLrTSv35emlYyU3FeQ==
"@catppuccin/tailwindcss@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@catppuccin/tailwindcss/-/tailwindcss-0.1.1.tgz#16cfeec67591fe2b0428d6aaca718c72cdb67e53"
integrity sha512-WWOzx8uOf3QPZ1HdVSkpgaqzMzrfYpOgAketQAQ7493eFhlYC4bJ1ViT5ukhwfhzuu3xnmke+Op2qjhHnyjt8g==
dependencies:
"@catppuccin/palette" "0.1.5"
tailwindcss "^3.0.24"
"@nodelib/fs.scandir@2.1.5": "@nodelib/fs.scandir@2.1.5":
version "2.1.5" version "2.1.5"
@@ -999,7 +991,7 @@ tailwindcss@^2.0.1:
resolve "^1.20.0" resolve "^1.20.0"
tmp "^0.2.1" tmp "^0.2.1"
tailwindcss@^3.0.24, tailwindcss@^3.3.1: tailwindcss@^3.3.1:
version "3.3.1" version "3.3.1"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.1.tgz#b6662fab6a9b704779e48d083a9fef5a81d2b81e" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.1.tgz#b6662fab6a9b704779e48d083a9fef5a81d2b81e"
integrity sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g== integrity sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==