Skip to content

Commit

Permalink
pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Oct 26, 2024
1 parent b2a9154 commit 0e35219
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 422 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,47 +29,47 @@
"node": ">=20 <21"
},
"dependencies": {
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/cloudflare": "11.0.4",
"@astrojs/mdx": "3.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.10.2",
"@expressive-code/plugin-collapsible-sections": "^0.36.1",
"@formkit/tempo": "^0.1.2",
"@iconify/iconify": "^3.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@resvg/resvg-js": "^2.6.2",
"@unocss/reset": "^0.61.3",
"astro": "^4.15.4",
"astro-auto-import": "^0.4.2",
"astro-embed": "^0.7.2",
"astro-expressive-code": "^0.36.1",
"astro-seo": "^0.8.4",
"cloudinary": "^2.4.0",
"clsx": "^2.1.1",
"framer-motion": "^11.5.4",
"katex": "^0.16.11",
"marked": "^14.1.1",
"mdast-util-to-string": "^4.0.0",
"nprogress": "^0.2.0",
"open-graph-scraper-lite": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"react-tweet": "^3.2.1",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"remark-unwrap-images": "^4.0.0",
"sanitize-html": "^2.13.0",
"satori": "^0.10.14",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"undici": "^6.19.8"
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@astrojs/ts-plugin": "1.10.2",
"@expressive-code/plugin-collapsible-sections": "0.36.1",
"@formkit/tempo": "0.1.2",
"@iconify/iconify": "3.1.1",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-slot": "1.1.0",
"@resvg/resvg-js": "2.6.2",
"@unocss/reset": "0.61.3",
"astro": "4.15.4",
"astro-auto-import": "0.4.2",
"astro-embed": "0.7.2",
"astro-expressive-code": "0.36.1",
"astro-seo": "0.8.4",
"cloudinary": "2.4.0",
"clsx": "2.1.1",
"framer-motion": "11.5.4",
"katex": "0.16.11",
"marked": "14.1.1",
"mdast-util-to-string": "4.0.0",
"nprogress": "0.2.0",
"open-graph-scraper-lite": "2.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-player": "2.16.0",
"react-tweet": "3.2.1",
"reading-time": "1.5.0",
"rehype-katex": "7.0.1",
"remark-emoji": "5.0.1",
"remark-math": "6.0.0",
"remark-unwrap-images": "4.0.0",
"sanitize-html": "2.13.0",
"satori": "0.10.14",
"tailwind-merge": "2.5.2",
"tailwind-variants": "0.2.1",
"undici": "6.19.8"
},
"devDependencies": {
"@astrojs/check": "0.9.3",
Expand Down
Loading

0 comments on commit 0e35219

Please sign in to comment.