Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Feb 5, 2025
1 parent ce16311 commit 5ab43e7
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 458 deletions.
2 changes: 1 addition & 1 deletion apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.2.4",
"vitest": "^2.1.9"
"vitest": "^3.0.5"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,md,mdx,css}": "prettier --write"
Expand Down
13 changes: 9 additions & 4 deletions apps/resume/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"astro": "^5.1.1",
"astro-icon": "^1.1.0",
"@astrojs/tailwind": "^5.1.5",
"@astrojs/vercel": "^8.0.5",
"astro": "^5.2.5",
"astro-icon": "^1.1.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
Expand All @@ -24,5 +24,10 @@
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12"
},
"pnpm": {
"overrides": {
"undici@>=6.0.0 <6.21.1": ">=6.21.1"
}
}
}
Loading

0 comments on commit 5ab43e7

Please sign in to comment.