Skip to content

Commit

Permalink
Update dependencies to last version, Astro 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Dec 1, 2023
1 parent d659b23 commit 0fb6c57
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onwidget/astrowind",
"description": "AstroWind: A free template using Astro 3.0 and Tailwind CSS. Astro starter theme.",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -14,39 +14,39 @@
},
"dependencies": {
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrolib/analytics": "^0.4.2",
"@astrolib/seo": "^1.0.0-beta.4",
"@fontsource-variable/inter": "^5.0.8",
"astro": "^3.5.5",
"@fontsource-variable/inter": "^5.0.15",
"astro": "^3.6.4",
"astro-icon": "^1.0.0-next.2",
"limax": "4.1.0",
"lodash.merge": "^4.6.2",
"typescript-esbuild": "^0.2.22",
"unpic": "^3.10.0"
"typescript-esbuild": "^0.3.1",
"unpic": "^3.14.1"
},
"devDependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/partytown": "^2.0.0",
"@astrojs/mdx": "^1.1.5",
"@astrojs/partytown": "^2.0.2",
"@astrojs/tailwind": "5.0.2",
"@iconify-json/flat-color-icons": "^1.1.7",
"@iconify-json/tabler": "^1.1.91",
"@iconify-json/flat-color-icons": "^1.1.9",
"@iconify-json/tabler": "^1.1.100",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.merge": "^4.6.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"astro-compress": "^2.0.15",
"eslint": "^8.49.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"astro-compress": "^2.2.3",
"eslint": "^8.54.0",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"js-yaml": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"reading-time": "^1.5.0",
"tailwind-merge": "^1.14.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.14.1"
Expand Down

0 comments on commit 0fb6c57

Please sign in to comment.