Skip to content

Commit

Permalink
Update to Astro 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Sep 15, 2023
1 parent 710b1d4 commit 6b58bff
Show file tree
Hide file tree
Showing 13 changed files with 1,005 additions and 622 deletions.
22 changes: 1 addition & 21 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,5 @@
},
"files.associations": {
"*.mdoc": "markdown"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#c14c58",
"activityBar.background": "#c14c58",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#64c659",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#c14c58",
"statusBar.background": "#a23843",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#c14c58",
"statusBarItem.remoteBackground": "#a23843",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#a23843",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#a2384399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#a23843"
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,5 @@ All commands are run from the root of the project, from a terminal:
- 3.1.5: Minor enhancements:
- Upgrade to latest version of packages
- Fixed minor astro check error
- 3.2.0: Major enhancement:
- Updated to Astro 3.x
2 changes: 0 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export default defineConfig({
site: 'https://hellotham.github.io',
base: '/hello-astro/',
integrations: [tailwind(), sitemap(), mdx(), alpinejs(), robotsTxt(), markdoc()],
experimental: {
},
markdown: {
extendDefaultPlugins: true,
remarkPlugins: [remarkReadingTime, remarkMath, remarkPlantUML, remarkDiagram, remarkEmoji],
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.3.0",
"@astrojs/mdx": "^1.0.2",
"@astrojs/mdx": "^1.1.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/alpinejs": "^3.7.2",
"@types/leaflet": "^1.9.3",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.0",
"@types/leaflet": "^1.9.4",
"@types/photoswipe": "^4.1.2",
"@typescript-eslint/parser": "^6.4.0",
"alpinejs": "^3.12.3",
"astro": "^3.0.10",
"@typescript-eslint/parser": "^6.7.0",
"alpinejs": "^3.13.0",
"astro": "^3.1.0",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.47.0",
"eslint": "^8.49.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-css": "^0.8.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-mdx": "^2.2.0",
"exifr": "^7.1.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.3",
"remark-emoji": "^4.0.0",
Expand All @@ -54,6 +54,7 @@
"vite": "^4.4.9"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/markdoc": "^0.5.0",
"@astrojs/rss": "^3.0.0",
"astro-icon": "^0.8.1",
Expand All @@ -62,9 +63,9 @@
"katex": "^0.16.8",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"photoswipe": "^5.3.8",
"photoswipe": "^5.4.0",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^10.1.0"
"swiper": "^10.2.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 6b58bff

Please sign in to comment.