Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz committed Mar 11, 2024
1 parent 9b5a614 commit 114e83a
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 1,017 deletions.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"test:e2e": "cypress run"
},
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/rss": "4.0.4",
"@astrojs/sitemap": "3.0.5",
"@astrojs/check": "0.5.6",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.1",
"@astrojs/tailwind": "5.1.0",
"@orama/plugin-astro": "2.0.3",
"astro": "4.3.2",
"astro-expressive-code": "0.32.3",
"@orama/plugin-astro": "2.0.9",
"astro": "4.4.15",
"astro-expressive-code": "0.33.4",
"astro-icon": "1.1.0",
"astro-seo": "0.8.0",
"astro-seo": "0.8.3",
"clsx": "2.1.0",
"dayjs": "1.11.10",
"elevenlabs-node": "2.0.3",
Expand All @@ -32,23 +32,22 @@
"sharp": "0.33.0",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"devDependencies": {
"@divriots/jampack": "0.23.2",
"@iconify-json/lucide": "1.1.162",
"@iconify-json/lucide": "1.1.172",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.11.16",
"@types/react": "^18.2.51",
"@typescript-eslint/parser": "6.20.0",
"cypress": "13.6.4",
"eslint": "8.56.0",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@typescript-eslint/parser": "7.1.1",
"cypress": "13.6.6",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.11",
"vitest": "1.2.2"
"prettier-plugin-tailwindcss": "0.5.12",
"vitest": "1.3.1"
}
}
Loading

0 comments on commit 114e83a

Please sign in to comment.