Skip to content

Commit

Permalink
Merge pull request #106 from daku10/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
daku10 authored Aug 31, 2024
2 parents a1ef32b + 49555c1 commit 7f0cb89
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,53 +15,53 @@
"format": "prettier src --write"
},
"dependencies": {
"@headlessui/react": "2.1.2",
"@next/third-parties": "14.2.5",
"@tabler/icons-react": "3.12.0",
"@headlessui/react": "2.1.3",
"@next/third-parties": "14.2.7",
"@tabler/icons-react": "3.14.0",
"clsx": "2.1.1",
"gray-matter": "4.0.3",
"image-size": "1.1.1",
"next": "14.2.5",
"next": "14.2.7",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"rehype-pretty-code": "0.13.2",
"rehype-pretty-code": "0.14.0",
"rehype-react": "8.0.0",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"rss": "1.2.2",
"shiki": "1.14.1",
"simple-icons": "13.6.0",
"simple-icons": "13.7.0",
"tailwind-merge": "2.5.2",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"valibot": "0.37.0"
"valibot": "0.40.0"
},
"devDependencies": {
"@eslint/js": "8.57.0",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/ml-core": "4.6.1",
"@markuplint/react-spec": "4.4.1",
"@next/bundle-analyzer": "14.2.5",
"@next/eslint-plugin-next": "14.2.5",
"@tailwindcss/typography": "0.5.14",
"@next/bundle-analyzer": "14.2.7",
"@next/eslint-plugin-next": "14.2.7",
"@tailwindcss/typography": "0.5.15",
"@types/eslint": "8.56.11",
"@types/eslint__js": "8.42.3",
"@types/hast": "3.0.4",
"@types/node": "20.16.1",
"@types/react": "18.3.3",
"@types/node": "20.16.2",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/rss": "0.0.32",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.7",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
Expand All @@ -78,5 +78,5 @@
"textlint-rule-spellcheck-tech-word": "5.0.0",
"typescript": "5.5.4"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 7f0cb89

Please sign in to comment.