Skip to content

Commit

Permalink
build: add popover to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
soumitradev committed Jan 5, 2024
1 parent 310e66c commit da9469e
Show file tree
Hide file tree
Showing 3 changed files with 1,033 additions and 1,780 deletions.
23 changes: 12 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
Expand All @@ -23,29 +24,29 @@
"@tanstack/react-query-devtools": "^5.15.0",
"@tanstack/react-router": "^1.0.0",
"@tanstack/router-devtools": "^1.0.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"html-to-image": "^1.11.11",
"lucide": "^0.302.0",
"lucide-react": "^0.302.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"react": "^18.2.0",
"react-cookie": "^6.1.3",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"usehooks-ts": "^2.9.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "^5.0.8",
"typescript": "^5.2.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"tailwindcss": "^3.4.0",
"zod": "^3.22.4"
"vite": "^5.0.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.4.1"
Expand Down
Loading

0 comments on commit da9469e

Please sign in to comment.