Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
allangalera committed Mar 22, 2024
1 parent 3d4c940 commit dee6d24
Show file tree
Hide file tree
Showing 2 changed files with 1,153 additions and 947 deletions.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,43 @@
"sst:dev": "sst dev"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/mdx": "^2.2.1",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/fira-mono": "^5.0.12",
"@fontsource/jost": "^5.0.17",
"@kobalte/core": "^0.12.1",
"@kobalte/core": "^0.12.6",
"@kobalte/tailwindcss": "^0.9.0",
"astro": "^4.4.0",
"astro-seo": "^0.8.0",
"astro": "^4.5.9",
"astro-seo": "^0.8.3",
"change-case": "^5.4.3",
"date-fns": "^3.3.1",
"date-fns": "^3.6.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.15",
"solid-js": "^1.8.16",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@total-typescript/ts-reset": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"astro-sst": "2.40.3",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.19",
"aws-cdk-lib": "2.124.0",
"constructs": "10.3.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.4",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.32.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"puppeteer": "^22.1.0",
"prettier-plugin-tailwindcss": "^0.5.12",
"sst": "2.40.3",
"vite": "^5.1.3",
"vite-tsconfig-paths": "^4.3.1"
"vite": "^5.2.3",
"vite-tsconfig-paths": "^4.3.2"
}
}
Loading

0 comments on commit dee6d24

Please sign in to comment.