Skip to content

Commit

Permalink
Updated packages, fixed astro check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Sep 29, 2023
1 parent 0544f7f commit 8e4f42a
Show file tree
Hide file tree
Showing 4 changed files with 870 additions and 545 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,5 @@ All commands are run from the root of the project, from a terminal:
- 3.2.0: Major enhancement:
- Updated to Astro 3.x
- Implement permissive Content Security Policy
- 3.2.1: Minor enhancement:
- Updated packages, resolved astro check errors
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.0",
"@types/leaflet": "^1.9.4",
"@types/photoswipe": "^4.1.2",
"@typescript-eslint/parser": "^6.7.0",
"@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.1.0",
"astro": "^3.2.0",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-css": "^0.8.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -44,9 +44,9 @@
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.3",
"rehype-katex": "^7.0.0",
"remark-emoji": "^4.0.0",
"remark-math": "^5.1.1",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.3",
"typescript": "~5.2.2",
Expand All @@ -63,9 +63,9 @@
"katex": "^0.16.8",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"photoswipe": "^5.4.0",
"photoswipe": "^5.4.2",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^10.2.0"
"swiper": "^10.3.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 8e4f42a

Please sign in to comment.