Skip to content

Commit 11c7a67

Browse files
committed
Updated dependencies, removed status embed
1 parent 4300d8a commit 11c7a67

File tree

5 files changed

+23
-102
lines changed

5 files changed

+23
-102
lines changed

.github/workflows/status_embed.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Personal portfolio website, written in Nuxt.
44

55
[![CI](https://github.com/Xithrius/xithrius.cloud/actions/workflows/ci.yml/badge.svg)](https://github.com/Xithrius/xithrius.cloud/actions/workflows/ci.yml)
6-
[![Lines of code](https://tokei.rs/b1/github/Xithrius/xithrius.cloud?category=code)](https://github.com/Xithrius/xithrius.cloud)
76

87
## Site Components
98

site/bun.lockb

115 KB
Binary file not shown.

site/content/todo/2024.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"done": true
1919
},
2020
{
21-
"desc": "Adafruit Metro ESP32-S2 to provide temperature readings (through Circuit Python)"
21+
"desc": "ESP32 module to provide datetime/temperature through LCD display"
2222
},
2323
{
2424
"desc": "Automate repetitive workflow setups for i3wm"

site/package.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,30 @@
1313
"typecheck": "nuxt typecheck"
1414
},
1515
"dependencies": {
16-
"@nuxt/content": "^2.9.0",
17-
"@nuxthq/studio": "1.0.5",
16+
"@nuxt/content": "^2.12.1",
17+
"@nuxthq/studio": "^1.0.15",
1818
"@nuxtjs/fontaine": "^0.4.1",
19-
"@nuxtjs/google-fonts": "3.1.1",
20-
"nuxt": "3.8.2",
21-
"nuxt-icon": "0.6.7",
22-
"prettier": "3.1.1",
23-
"prettier-plugin-tailwindcss": "0.5.9",
24-
"@iconify-json/lucide": "1.1.145",
25-
"@nuxt/image": "1.1.0",
26-
"@nuxt/ui": "2.11.1",
27-
"vue-use-fixed-header": "^2.0.0",
28-
"@iconify-json/heroicons": "^1.1.19",
29-
"@iconify-json/simple-icons": "^1.1.85",
30-
"@nuxt/ui-pro": "^0.6.1",
31-
"nuxt-og-image": "^2.2.4",
32-
"estree-walker": "2.0.2",
33-
"@vueuse/motion": "^2.0.0"
19+
"@nuxtjs/google-fonts": "^3.2.0",
20+
"nuxt": "^3.11.2",
21+
"nuxt-icon": "^0.6.10",
22+
"prettier": "^3.2.5",
23+
"prettier-plugin-tailwindcss": "^0.5.14",
24+
"@iconify-json/lucide": "^1.1.187",
25+
"@nuxt/image": "^1.7.0",
26+
"@nuxt/ui": "^2.16.0",
27+
"vue-use-fixed-header": "^2.0.3",
28+
"@iconify-json/heroicons": "^1.1.21",
29+
"@iconify-json/simple-icons": "^1.1.101",
30+
"@nuxt/ui-pro": "^1.2.0",
31+
"nuxt-og-image": "^3.0.0-rc.53",
32+
"estree-walker": "3.0.3",
33+
"@vueuse/motion": "^2.1.0"
3434
},
3535
"devDependencies": {
36-
"@nuxt/devtools": "^1.0.6",
37-
"@nuxt/eslint-config": "^0.2.0",
38-
"@nuxtjs/color-mode": "^3.3.2",
39-
"eslint": "^8.56.0",
40-
"typescript": "^5.3.3",
41-
"vue-tsc": "^1.8.27"
36+
"@nuxt/eslint-config": "^0.3.12",
37+
"@nuxtjs/color-mode": "^3.4.1",
38+
"eslint": "^9.2.0",
39+
"typescript": "^5.4.5",
40+
"vue-tsc": "^2.0.17"
4241
}
4342
}

0 commit comments

Comments
 (0)