Skip to content

Commit

Permalink
v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Dec 22, 2023
1 parent e9ba358 commit 173b8fb
Show file tree
Hide file tree
Showing 4 changed files with 1,034 additions and 389 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,6 @@ All commands are run from the root of the project, from a terminal:
- Upgrade packages
- 3.2.4: Minor enhancements:
- Upgrade to Astro 4.x
- 3.2.5: Minor enhancements:
- Upgrade packages
- Remove mermaid.initialize()
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/mdx": "^2.0.0",
"@astrojs/mdx": "^2.0.2",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/tailwind": "^5.0.4",
"@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.13.2",
"@typescript-eslint/parser": "^6.15.0",
"alpinejs": "^3.13.3",
"astro": "^4.0.3",
"astro": "^4.0.7",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.55.0",
"eslint-plugin-astro": "^0.30.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-css": "^0.8.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-mdx": "^3.0.0",
"exifr": "^7.1.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
Expand All @@ -48,21 +48,22 @@
"remark-emoji": "^4.0.1",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.6",
"tailwindcss": "^3.4.0",
"typescript": "~5.3.3",
"unist-util-visit": "^5.0.0",
"vite": "^5.0.7"
"vite": "^5.0.10"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/markdoc": "^0.8.0",
"@astrojs/check": "^0.3.4",
"@astrojs/markdoc": "^0.8.1",
"@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",
"mermaid": "^10.6.1",
"photoswipe": "^5.4.3",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^11.0.5"
Expand Down
Loading

0 comments on commit 173b8fb

Please sign in to comment.