Skip to content

Commit

Permalink
Add Disclosure, DisclosureGroup (Alpha) and Tree (Beta) (#75)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* Add Accordion

* lint

* regisrty and format

* remove uneeded values

* add tree

* update link
  • Loading branch information
jolbol1 authored Oct 16, 2024
1 parent 7f9a3e8 commit f7161da
Show file tree
Hide file tree
Showing 126 changed files with 2,750 additions and 1,447 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,66 +14,66 @@
"postbuild": "next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@docsearch/react": "^3.6.0",
"@internationalized/date": "^3.5.4",
"@next/third-parties": "^14.2.4",
"@radix-ui/react-avatar": "^1.1.0",
"@docsearch/react": "^3.6.2",
"@internationalized/date": "^3.5.6",
"@next/third-parties": "^14.2.15",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@react-aria/collections": "3.0.0-alpha.4",
"@vercel/analytics": "^1.2.2",
"@react-aria/collections": "3.0.0-alpha.5",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer2": "^0.4.6",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.24",
"geist": "^1.3.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.8",
"geist": "^1.3.1",
"lodash.template": "^4.5.0",
"lucide-react": "^0.379.0",
"next": "^14.2.3",
"lucide-react": "^0.452.0",
"next": "^14.2.15",
"next-contentlayer2": "^0.4.6",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resizable-panels": "^2.1.3",
"react-stately": "^3.31.1",
"react-wrap-balancer": "^1.1.0",
"tailwind-merge": "^2.3.0",
"ts-morph": "^23.0.0",
"react-resizable-panels": "^2.1.4",
"react-stately": "^3.33.0",
"react-wrap-balancer": "^1.1.1",
"tailwind-merge": "^2.5.4",
"ts-morph": "^24.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
"zustand": "^5.0.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@next/eslint-plugin-next": "^14.2.3",
"@types/eslint": "^8.56.10",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/eslint-plugin-next": "^14.2.15",
"@types/eslint": "^8.56.12",
"@types/lodash.template": "^4.5.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.2",
"autoprefixer": "^10.4.19",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/unist": "^3.0.3",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"mdast-util-toc": "^7.0.1",
"postcss": "^8.4.38",
"eslint-plugin-tailwindcss": "^3.17.5",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react-aria-components": "^1.2.1",
"rehype": "^13.0.1",
"react-aria-components": "^1.4.1",
"rehype": "^13.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"rimraf": "^5.0.7",
"shiki": "^1.6.0",
"tailwindcss": "^3.4.3",
"rimraf": "^5.0.10",
"shiki": "^1.22.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.11.0",
"typescript": "^5.5.3",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"unist-builder": "4.0.0",
"unist-util-visit": "^5.0.0"
}
Expand Down
Loading

0 comments on commit f7161da

Please sign in to comment.