Skip to content

Commit ceb78db

Browse files
committed
fix: update experience years in About component and clean up social data
- Updated experience from 4 to 6 years in About.astro. - Removed Instagram entry from social.ts. - Fixed LinkedIn URL by removing trailing space. - Added pnpm workspace configuration for built dependencies.
1 parent af562db commit ceb78db

File tree

5 files changed

+873
-363
lines changed

5 files changed

+873
-363
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"version": "1.0.1",
66
"private": true,
7-
"packageManager": "pnpm@10.6.2",
7+
"packageManager": "pnpm@10.13.1",
88
"scripts": {
99
"dev": "astro dev",
1010
"start": "astro dev",
@@ -24,18 +24,18 @@
2424
},
2525
"homepage": "https://github.com/AlexTorresDev/alextorresdev.github.io#readme",
2626
"dependencies": {
27-
"@astrojs/mdx": "4.0.8",
28-
"@astrojs/preact": "4.0.4",
29-
"@astrojs/rss": "4.0.11",
30-
"@astrojs/sitemap": "3.2.1",
31-
"@tailwindcss/vite": "4.0.13",
32-
"astro": "^5.3.1",
27+
"@astrojs/mdx": "4.3.1",
28+
"@astrojs/preact": "4.1.0",
29+
"@astrojs/rss": "4.0.12",
30+
"@astrojs/sitemap": "3.4.2",
31+
"@tailwindcss/vite": "4.1.11",
32+
"astro": "^5.12.6",
3333
"flowbite": "3.1.2",
34-
"preact": "10.26.2",
35-
"sharp": "0.33.5",
34+
"preact": "10.27.0",
35+
"sharp": "0.34.3",
3636
"snarkdown": "2.0.0",
37-
"tailwindcss": "4.0.13",
38-
"vite-plugin-pwa": "0.21.1"
37+
"tailwindcss": "4.1.11",
38+
"vite-plugin-pwa": "1.0.2"
3939
},
4040
"devDependencies": {
4141
"flowbite-typography": "1.0.5",

0 commit comments

Comments
 (0)