Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"prettier": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.11.6",
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "~0.19.6",
Copy link
Contributor Author

@ajitzero ajitzero Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have intentionally used ~0.19.6 (include patches) instead of ^0.19.6 (hard limit) to avoid potential conflicts. At the moment, there is no difference, and both will work. You may use ^ instead if you prefer that to be more strict.

"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/tailwind": "^4.0.0",
"@fontsource/fira-code": "^4.5.12",
"@fontsource/inter": "^4.5.14",
"@tailwindcss/typography": "^0.5.8",
"astro": "^1.7.2",
"astro-compress": "1.0.8",
"astro": "^2.10.11",
"astro-compress": "2.0.12",
"astro-icon": "^0.8.0",
"astro-layouts": "^0.0.6",
"prettier": "^2.8.4",
Expand Down
Loading