diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-02-10 13:15:02 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-02-10 13:15:02 -0800 |
| commit | 9046f5cc95289eb6e5a9e93e2da8a4eda74cb5ff (patch) | |
| tree | 32e98b39e0b97099f0b2c39b6826efd2db9532cd /package.json | |
| parent | 97e737d62497a9764b88386fa06c6263937675c4 (diff) | |
refactored some components
- added DiscordStatus to about
- Updated projects
- Added tags to each project
- Fixed some text styling
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 94ed9b9..be66219 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "^5.0.2", - "@fortawesome/fontawesome-free": "^6.4.2", - "astro": "^3.1.1", + "@astrojs/tailwind": "^5.1.0", + "@fortawesome/fontawesome-free": "^6.5.1", + "astro": "^3.6.4", "astro-single-file": "^1.1.0", "html-minifier-terser": "^7.2.0", "jsdom": "^22.1.0", - "tailwindcss": "^3.3.5" + "tailwindcss": "^3.4.1" } } |
