Skip to content

Commit

Permalink
V3.2.4: Astro 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Dec 9, 2023
1 parent 3ad29f4 commit e9ba358
Show file tree
Hide file tree
Showing 4 changed files with 883 additions and 1,458 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,5 @@ All commands are run from the root of the project, from a terminal:
- 3.2.3: Maintenance:
- Fixed mermaid v9 no longer working by upgradig to latest version of mermaid
- Upgrade packages
- 3.2.4: Minor enhancements:
- Upgrade to Astro 4.x
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,53 @@
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/mdx": "^1.1.5",
"@astrojs/mdx": "^2.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/tailwind": "^5.0.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.5",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/parser": "^6.13.2",
"alpinejs": "^3.13.3",
"astro": "^3.6.0",
"astro": "^4.0.3",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.54.0",
"eslint-plugin-astro": "^0.29.1",
"eslint": "^8.55.0",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-css": "^0.8.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-mdx": "^3.0.0",
"exifr": "^7.1.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.1.0",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"prettier-plugin-tailwindcss": "^0.5.9",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.0",
"remark-emoji": "^4.0.1",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.5",
"typescript": "~5.3.2",
"tailwindcss": "^3.3.6",
"typescript": "~5.3.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.2"
"vite": "^5.0.7"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/markdoc": "^0.7.2",
"@astrojs/rss": "^3.0.0",
"astro-icon": "^0.8.1",
"@astrojs/markdoc": "^0.8.0",
"@astrojs/rss": "^4.0.1",
"astro-icon": "^0.8.2",
"astro-seo": "^0.8.0",
"hero-patterns": "^2.1.0",
"katex": "^0.16.9",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"photoswipe": "^5.4.2",
"photoswipe": "^5.4.3",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^11.0.5"
},
Expand Down
Loading

0 comments on commit e9ba358

Please sign in to comment.