Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Moroshima committed Oct 11, 2023
1 parent 8d71476 commit db7921a
Show file tree
Hide file tree
Showing 2 changed files with 1,569 additions and 1,401 deletions.
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yunagi",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,34 +11,36 @@
"export": "next export"
},
"dependencies": {
"@giscus/react": "^2.2.8",
"@giscus/react": "^2.3.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"@primer/octicons-react": "^18.3.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/rss": "^0.0.30",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"markdown-it": "^13.0.1",
"next": "13.2.4",
"@next/mdx": "13.5.4",
"@primer/octicons-react": "^19.8.0",
"markdown-it": "^13.0.2",
"next": "13.5.4",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "^1.5.1",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-prism-plus": "^1.6.3",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"rss": "^1.2.2",
"sass": "^1.59.3",
"typescript": "4.9.5",
"unist-util-visit": "^4.1.2"
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/markdown-it": "^13.0.2",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/rss": "^0.0.30",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"sass": "^1.69.2",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit db7921a

Please sign in to comment.