Skip to content

Commit

Permalink
chore: Update all packages expect eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
allangalera committed Dec 6, 2024
1 parent 05b8758 commit 6d072a1
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 639 deletions.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint",
"astro": "astro",
"sst:deploy": "sst deploy",
"sst:deploy:prod": "sst deploy --stage prod",
"sst:deploy:prod": "sst deploy --stage production",
"sst:dev": "sst dev"
},
"dependencies": {
Expand All @@ -20,35 +20,34 @@
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.0",
"@astrojs/tailwind": "^5.1.3",
"@fontsource/fira-mono": "^5.0.14",
"@fontsource/jost": "^5.0.19",
"astro": "^5.0.2",
"@fontsource/fira-mono": "^5.1.0",
"@fontsource/jost": "^5.1.1",
"astro": "^5.0.3",
"astro-seo": "^0.8.4",
"change-case": "^5.4.4",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.22",
"tailwindcss": "^3.4.10"
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"astro-sst": "2.43.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"sst": "3.3.46",
"vite": "^6.0.2",
"vite-tsconfig-paths": "^5.0.1"
"prettier-plugin-tailwindcss": "^0.6.9",
"sst": "3.3.53",
"vite": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
}
Loading

0 comments on commit 6d072a1

Please sign in to comment.