Skip to content

Commit

Permalink
fix: header (#51)
Browse files Browse the repository at this point in the history
* WIP Header

* update: packages

* fix: styles
  • Loading branch information
0plan authored Apr 9, 2024
1 parent eb0c80d commit b6de180
Show file tree
Hide file tree
Showing 8 changed files with 1,488 additions and 1,475 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"update:shadcn-ui": "npx shadcn-ui@latest add -a -y -o"
},
"dependencies": {
"@generouted/react-router": "^1.18.5",
"@generouted/react-router": "^1.18.7",
"@hookform/resolvers": "^3.3.4",
"@mdx-js/rollup": "^3.0.1",
"@radix-ui/react-accordion": "^1.1.2",
Expand Down Expand Up @@ -56,8 +56,8 @@
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.0",
"i18next": "^23.10.1",
"embla-carousel-react": "^8.0.1",
"i18next": "^23.11.0",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"input-otp": "^1.2.4",
Expand All @@ -78,28 +78,28 @@
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.0.2",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@iconify/json": "^2.2.196",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/addon-mdx-gfm": "^8.0.5",
"@storybook/addon-onboarding": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/react-vite": "^8.0.5",
"@storybook/test": "^8.0.5",
"@iconify/json": "^2.2.198",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/addon-mdx-gfm": "^8.0.6",
"@storybook/addon-onboarding": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/react": "^8.0.6",
"@storybook/react-vite": "^8.0.6",
"@storybook/test": "^8.0.6",
"@tailwindcss/forms": "^0.5.7",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
Expand All @@ -113,13 +113,13 @@
"lint-staged": "^15.2.2",
"nprogress": "^0.2.0",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"storybook": "^8.0.5",
"sass": "^1.74.1",
"storybook": "^8.0.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-pwa": "^0.19.8",
"vite-tsconfig-paths": "^4.3.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit b6de180

Please sign in to comment.