Skip to content

Commit

Permalink
pnpm up --latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nuta committed May 11, 2024
1 parent 79f76c5 commit f87b79b
Show file tree
Hide file tree
Showing 2 changed files with 1,272 additions and 574 deletions.
42 changes: 21 additions & 21 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@
"lint": "next lint"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.6",
"@formatjs/intl-localematcher": "^0.5.4",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@types/mdx": "^2.0.13",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.5.20",
"autoprefixer": "10.4.14",
"@vercel/og": "^0.6.2",
"autoprefixer": "10.4.19",
"contentlayer": "^0.3.4",
"negotiator": "^0.6.3",
"next": "13.4.8",
"next": "14.2.3",
"next-contentlayer": "^0.3.4",
"postcss": "8.4.31",
"postcss": "8.4.38",
"prism-themes": "^1.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"rehype-autolink-headings": "^6.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12"
"@tailwindcss/typography": "^0.5.13"
}
}
Loading

0 comments on commit f87b79b

Please sign in to comment.