Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Oct 21, 2022
1 parent b7c8eb9 commit 872c426
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 616 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@ All commands are run from the root of the project, from a terminal:

## Release History

* 1.0.0: Initial Release
* 1.0.1: Moved social images to src, improved coverImage processing
- 1.0.0: Initial Release
- 1.0.1: Moved social images to src, improved coverImage processing
- 1.0.2: Upgrade packages to latest
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.1.1",
"@astrojs/image": "^0.5.0",
"@astrojs/mdx": "^0.11.1",
"@astrojs/alpinejs": "^0.1.2",
"@astrojs/image": "^0.10.0",
"@astrojs/mdx": "^0.11.4",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@astrojs/tailwind": "^2.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/alpinejs": "^3.0.0",
"@types/leaflet": "^1.7.11",
"alpinejs": "^3.0.0",
"astro": "1.1.5",
"astro-robots-txt": "^0.3.8",
"@types/leaflet": "^1.9.0",
"alpinejs": "^3.10.4",
"astro": "1.5.2",
"astro-robots-txt": "^0.3.10",
"exifr": "^7.1.3",
"mdast-util-to-string": "^3.1.0",
"prettier-plugin-astro": "^0.5.4",
"prettier-plugin-astro": "^0.6.0",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"schema-dts": "^1.1.0",
"tailwindcss": "^3.1.8",
"tailwindcss": "^3.2.1",
"unist-util-visit": "^4.1.1"
},
"dependencies": {
"@astrojs/rss": "^1.0.0",
"@astrojs/rss": "^1.0.2",
"astro-icon": "^0.7.3",
"astro-seo": "^0.6.0",
"hero-patterns": "^2.1.0",
"katex": "^0.16.2",
"leaflet": "^1.8.0",
"leaflet": "^1.9.2",
"lunr": "^2.3.9",
"photoswipe": "^5.3.2",
"photoswipe-dynamic-caption-plugin": "^1.2.4"
"photoswipe-dynamic-caption-plugin": "^1.2.7"
}
}
Loading

0 comments on commit 872c426

Please sign in to comment.