Skip to content

Commit

Permalink
fix: Close mobile navbar when clicking blur layer (#289)
Browse files Browse the repository at this point in the history
* fix(ui): Close mobile navbar when clicking on the blur layer

* chore(deps): Bump dependencies
  • Loading branch information
PedroChaparro authored Feb 15, 2024
1 parent fe44d21 commit bf34b03
Show file tree
Hide file tree
Showing 4 changed files with 972 additions and 830 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "1.0.4",
"@tanstack/react-query": "5.18.0",
"@tanstack/react-query-devtools": "5.18.0",
"@tanstack/react-table": "8.11.7",
"@tanstack/react-query": "5.20.5",
"@tanstack/react-query-devtools": "5.20.5",
"@tanstack/react-table": "8.12.0",
"@uiw/react-markdown-preview": "5.0.7",
"@uiw/react-md-editor": "4.0.3",
"axios": "1.6.7",
"chart.js": "4.4.1",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"dayjs": "1.11.10",
"lucide-react": "0.321.0",
"lucide-react": "0.331.0",
"luxon": "3.4.4",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.50.0",
"react-hook-form": "7.50.1",
"react-lazily": "0.9.2",
"react-router-dom": "6.22.0",
"rehype-external-links": "3.0.0",
Expand All @@ -53,26 +53,26 @@
"zustand": "4.5.0"
},
"devDependencies": {
"@faker-js/faker": "8.4.0",
"@faker-js/faker": "8.4.1",
"@playwright/test": "1.41.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/luxon": "3.4.2",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@vitejs/plugin-react-swc": "3.6.0",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"postcss": "8.4.33",
"prettier": "3.2.4",
"postcss": "8.4.35",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.0.12"
"vite": "5.1.3"
}
}
Loading

0 comments on commit bf34b03

Please sign in to comment.