-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated packages, fixed astro check issues
- Loading branch information
1 parent
0544f7f
commit 8e4f42a
Showing
4 changed files
with
870 additions
and
545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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]" | ||
} |
Oops, something went wrong.