Skip to content

Commit 872c426

Browse files
committed
Upgrade packages
1 parent b7c8eb9 commit 872c426

File tree

3 files changed

+732
-616
lines changed

3 files changed

+732
-616
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ All commands are run from the root of the project, from a terminal:
121121

122122
## Release History
123123

124-
* 1.0.0: Initial Release
125-
* 1.0.1: Moved social images to src, improved coverImage processing
124+
- 1.0.0: Initial Release
125+
- 1.0.1: Moved social images to src, improved coverImage processing
126+
- 1.0.2: Upgrade packages to latest

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@
1313
},
1414
"devDependencies": {
1515
"@akebifiky/remark-simple-plantuml": "^1.0.2",
16-
"@astrojs/alpinejs": "^0.1.1",
17-
"@astrojs/image": "^0.5.0",
18-
"@astrojs/mdx": "^0.11.1",
16+
"@astrojs/alpinejs": "^0.1.2",
17+
"@astrojs/image": "^0.10.0",
18+
"@astrojs/mdx": "^0.11.4",
1919
"@astrojs/sitemap": "^1.0.0",
20-
"@astrojs/tailwind": "^1.0.0",
20+
"@astrojs/tailwind": "^2.1.1",
2121
"@tailwindcss/aspect-ratio": "^0.4.2",
2222
"@tailwindcss/forms": "^0.5.3",
2323
"@tailwindcss/line-clamp": "^0.4.2",
2424
"@tailwindcss/typography": "^0.5.7",
2525
"@types/alpinejs": "^3.0.0",
26-
"@types/leaflet": "^1.7.11",
27-
"alpinejs": "^3.0.0",
28-
"astro": "1.1.5",
29-
"astro-robots-txt": "^0.3.8",
26+
"@types/leaflet": "^1.9.0",
27+
"alpinejs": "^3.10.4",
28+
"astro": "1.5.2",
29+
"astro-robots-txt": "^0.3.10",
3030
"exifr": "^7.1.3",
3131
"mdast-util-to-string": "^3.1.0",
32-
"prettier-plugin-astro": "^0.5.4",
32+
"prettier-plugin-astro": "^0.6.0",
3333
"reading-time": "^1.5.0",
3434
"rehype-katex": "^6.0.2",
3535
"remark-math": "^5.1.1",
3636
"schema-dts": "^1.1.0",
37-
"tailwindcss": "^3.1.8",
37+
"tailwindcss": "^3.2.1",
3838
"unist-util-visit": "^4.1.1"
3939
},
4040
"dependencies": {
41-
"@astrojs/rss": "^1.0.0",
41+
"@astrojs/rss": "^1.0.2",
4242
"astro-icon": "^0.7.3",
4343
"astro-seo": "^0.6.0",
4444
"hero-patterns": "^2.1.0",
4545
"katex": "^0.16.2",
46-
"leaflet": "^1.8.0",
46+
"leaflet": "^1.9.2",
4747
"lunr": "^2.3.9",
4848
"photoswipe": "^5.3.2",
49-
"photoswipe-dynamic-caption-plugin": "^1.2.4"
49+
"photoswipe-dynamic-caption-plugin": "^1.2.7"
5050
}
5151
}

0 commit comments

Comments
 (0)