Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update package.json
- Add `@headlessui/react`
- Add `@heroicons/react`
  • Loading branch information
arghyaxcodes committed Dec 3, 2021
commit 279d58a21c41b1bb67ca8b3e2066cf33e3a0f534
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javaistic",
"version": "1.4.0",
"version": "1.5.0",
"description": "The official website for Javaistic.",
"private": true,
"main": "index.js",
Expand All @@ -21,6 +21,8 @@
"@badrap/bar-of-progress": "^0.1.2",
"@docsearch/react": "^1.0.0-alpha.28",
"@formspree/react": "^2.2.4",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@juggle/resize-observer": "^3.3.1",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
Expand Down Expand Up @@ -75,4 +77,4 @@
"prettier": "^2.5.0",
"typescript": "^4.5.2"
}
}
}