Skip to content

Commit

Permalink
Merge branch 'main' into blog-post-clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Dec 17, 2023
2 parents 79da42d + 2c1f4b3 commit 9287f02
Show file tree
Hide file tree
Showing 8 changed files with 597 additions and 499 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@astrojs/mdx": "^0.12.2",
"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.4.0",
"@types/luxon": "^3.3.1",
"@types/luxon": "^3.3.3",
"astro": "1.6.14",
"astro-i18next": "1.0.0-beta.12",
"astro-purgecss": "^1.3.2",
"bulma-toast": "^2.4.2",
"bulma-toast": "^2.4.3",
"execa": "^6.1.0",
"glob": "^8.1.0",
"hast-util-from-html": "^1.0.2",
Expand All @@ -28,13 +28,19 @@
"node-fetch": "^3.3.2",
"quilt-bulma": "0.0.23",
"rehype-autolink-headings": "^6.1.1",
"rollup": "^3.27.2",
"sass": "^1.64.2",
"rollup": "^3.29.4",
"sass": "^1.69.4",
"typescript": "^4.9.5"
},
"dependencies": {
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"astro-compress": "^2.0.1",
"@babel/traverse": "^7.23.4",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"astro-compress": "^2.0.15",
"semver-sort": "^1.0.0"
},
"pnpm": {
"overrides": {
"sharp": "0.32.6"
}
}
}
Loading

0 comments on commit 9287f02

Please sign in to comment.