Skip to content

Commit

Permalink
content updates (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz authored Aug 16, 2024
1 parent 2e78807 commit 0b2db02
Show file tree
Hide file tree
Showing 21 changed files with 1,326 additions and 1,296 deletions.
47 changes: 26 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,44 @@
"test:e2e": "cypress run"
},
"dependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/rss": "4.0.6",
"@astrojs/check": "0.9.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@orama/plugin-astro": "2.0.20",
"astro": "4.11.0",
"astro-expressive-code": "0.35.3",
"@orama/plugin-astro": "2.0.23",
"astro": "4.14.2",
"astro-expressive-code": "0.35.6",
"astro-icon": "1.1.0",
"astro-seo": "0.8.4",
"clsx": "2.1.1",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"mdast-util-to-string": "4.0.0",
"reading-time": "1.5.0",
"sharp": "0.33.4",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.4",
"typescript": "5.5.2"
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"devDependencies": {
"@iconify-json/lucide": "1.1.194",
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.14.7",
"@iconify-json/lucide": "1.1.206",
"@tailwindcss/typography": "0.5.14",
"@types/node": "22.3.0",
"@types/react": "18.3.3",
"@typescript-eslint/parser": "7.13.1",
"cypress": "13.12.0",
"eslint": "9.5.0",
"@typescript-eslint/parser": "8.1.0",
"cypress": "13.13.3",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.2",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-tailwindcss": "0.6.5",
"vite": "5.3.1",
"vitest": "1.6.0"
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.6",
"vite": "5.4.1",
"vitest": "2.0.5"
},
"pnpm": {
"overrides": {
"@iconify/tools": "^4.0.5"
}
}
}
Loading

0 comments on commit 0b2db02

Please sign in to comment.