Skip to content

Commit

Permalink
Merge pull request #82 from chrismwilliams/update/28-06-23
Browse files Browse the repository at this point in the history
Update: 28-06-23
  • Loading branch information
Chris Williams authored Jun 29, 2023
2 parents 94191d4 + 01b183a commit 18b5404
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 344 deletions.
4 changes: 1 addition & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ export default defineConfig({
integrations: [
mdx({}),
tailwind({
config: {
applyBaseStyles: false,
},
applyBaseStyles: false,
}),
image({
serviceEntryPoint: "@astrojs/image/sharp",
Expand Down
28 changes: 11 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"format": "prettier -w --plugin-search-dir=. --cache ."
},
"devDependencies": {
"@astrojs/image": "0.16.9",
"@astrojs/mdx": "^0.19.6",
"@astrojs/image": "0.17.1",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "3.1.3",
"@astrojs/tailwind": "4.0.0",
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/eslint": "^8.40.0",
"@types/eslint": "^8.40.2",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"astro-eslint-parser": "^0.14.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -38,21 +38,15 @@
"prettier-plugin-astro": "0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
"typescript": "^5.1.5"
},
"dependencies": {
"@astrojs/prefetch": "^0.2.3",
"@astrojs/rss": "^2.4.3",
"astro": "2.5.7",
"astro": "2.7.1",
"satori": "0.10.1",
"satori-html": "^0.3.2",
"sharp": "^0.32.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
]
}
}
"packageManager": "[email protected]"
}
Loading

0 comments on commit 18b5404

Please sign in to comment.