Skip to content

Commit 1b8d2c9

Browse files
authoredAug 18, 2023
Fix for build issues (#52)
* chore: Pin Node version to 18 * chore: Update deps for min version needed by pnpm * chore: Pin deps version with new lockfile (v6)
1 parent 63ae574 commit 1b8d2c9

File tree

3 files changed

+2942
-4493
lines changed

3 files changed

+2942
-4493
lines changed
 

‎.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"prettier": "prettier --write --plugin-search-dir=. ."
1010
},
1111
"devDependencies": {
12-
"@astrojs/image": "^0.11.6",
13-
"@astrojs/mdx": "^0.11.6",
12+
"@astrojs/image": "^0.17.3",
13+
"@astrojs/mdx": "~0.19.6",
1414
"@astrojs/rss": "^1.2.1",
1515
"@astrojs/sitemap": "^1.0.0",
16-
"@astrojs/tailwind": "^2.1.3",
16+
"@astrojs/tailwind": "^4.0.0",
1717
"@fontsource/fira-code": "^4.5.12",
1818
"@fontsource/inter": "^4.5.14",
1919
"@tailwindcss/typography": "^0.5.8",
20-
"astro": "^1.7.2",
21-
"astro-compress": "1.0.8",
20+
"astro": "^2.10.11",
21+
"astro-compress": "2.0.12",
2222
"astro-icon": "^0.8.0",
2323
"astro-layouts": "^0.0.6",
2424
"prettier": "^2.8.4",

0 commit comments

Comments
 (0)
Failed to load comments.