Skip to content

Commit

Permalink
R3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Nov 19, 2023
1 parent 7536af6 commit d4c6a28
Show file tree
Hide file tree
Showing 49 changed files with 1,999 additions and 1,578 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,6 @@ All commands are run from the root of the project, from a terminal:
- Implement permissive Content Security Policy
- 3.2.1: Minor enhancement:
- Updated packages, resolved astro check errors
- 3.2.2: Minor enhancements:
- Updated packages
- Fixed json.ts return type for search
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hello-astro",
"description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
"version": "3.1.3",
"version": "3.2.2",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
Expand All @@ -16,56 +16,56 @@
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.3.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/mdx": "^1.1.5",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.2",
"@types/leaflet": "^1.9.6",
"@types/photoswipe": "^4.1.3",
"@typescript-eslint/parser": "^6.7.3",
"alpinejs": "^3.13.0",
"astro": "^3.2.0",
"@types/alpinejs": "^3.13.5",
"@types/leaflet": "^1.9.8",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^6.11.0",
"alpinejs": "^3.13.2",
"astro": "^3.5.5",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.50.0",
"eslint-plugin-astro": "^0.29.0",
"eslint": "^8.54.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-css": "^0.8.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"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.3",
"prettier": "^3.1.0",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.0",
"remark-emoji": "^4.0.0",
"remark-emoji": "^4.0.1",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "~5.2.2",
"unist-util-visit": "^5.0.0",
"vite": "^4.4.9"
"vite": "^5.0.0"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/markdoc": "^0.5.0",
"@astrojs/check": "^0.3.1",
"@astrojs/markdoc": "^0.7.2",
"@astrojs/rss": "^3.0.0",
"astro-icon": "^0.8.1",
"astro-seo": "^0.8.0",
"hero-patterns": "^2.1.0",
"katex": "^0.16.8",
"katex": "^0.16.9",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"photoswipe": "^5.4.2",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^10.3.1"
"swiper": "^11.0.4"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit d4c6a28

Please sign in to comment.