Skip to content

Commit

Permalink
Upgrade to latest version of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Aug 15, 2023
1 parent d1e9ff3 commit 6a8145f
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 460 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,6 @@ All commands are run from the root of the project, from a terminal:
- 3.1.4: Minor enhancement:
- Unified Image processing for svg and bitmaps
- Enabled ViewTransitions
- 3.1.5: Minor enhancements:
- Upgrade to latest version of packages
- Fixed minor astro check error
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.2.2",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
Expand All @@ -27,35 +27,35 @@
"@types/alpinejs": "^3.7.2",
"@types/leaflet": "^1.9.3",
"@types/photoswipe": "^4.1.2",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/parser": "^6.4.0",
"alpinejs": "^3.12.3",
"astro": "^2.9.2",
"astro": "^2.10.9",
"astro-robots-txt": "^0.5.0",
"eslint": "^8.45.0",
"eslint-plugin-astro": "^0.27.2",
"eslint": "^8.47.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-css": "^0.8.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-mdx": "^2.1.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.0",
"prettier-config-standard": "^5.0.0",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"prettier": "^3.0.2",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.3",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.3",
"remark-emoji": "^3.1.2",
"remark-emoji": "^4.0.0",
"remark-math": "^5.1.1",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.3",
"typescript": "~5.1.6",
"unist-util-visit": "^5.0.0",
"vite": "^4.4.7"
"vite": "^4.4.9"
},
"dependencies": {
"@astrojs/markdoc": "^0.4.3",
"@astrojs/rss": "^2.4.3",
"@astrojs/markdoc": "^0.4.4",
"@astrojs/rss": "^2.4.4",
"astro-icon": "^0.8.1",
"astro-seo": "^0.7.5",
"hero-patterns": "^2.1.0",
Expand All @@ -64,7 +64,7 @@
"lunr": "^2.3.9",
"photoswipe": "^5.3.8",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^10.0.4"
"swiper": "^10.1.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 6a8145f

Please sign in to comment.