Skip to content

Commit

Permalink
update dependencies (template: vite)
Browse files Browse the repository at this point in the history
  • Loading branch information
agmmnn committed Jul 31, 2023
1 parent a635480 commit 1bf76d7
Show file tree
Hide file tree
Showing 5 changed files with 893 additions and 684 deletions.
2 changes: 1 addition & 1 deletion templates/vite/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en" class="overflow-clip">
<head>
<meta charset="UTF-8" />
Expand Down
33 changes: 20 additions & 13 deletions templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"tauri": "tauri"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"@radix-ui/react-accessible-icon": "^1.0.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
Expand Down Expand Up @@ -42,35 +43,41 @@
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tauri-apps/api": "^2.0.0-alpha.5",
"@tauri-apps/plugin-app": "2.0.0-alpha.0",
"@tauri-apps/plugin-os": "2.0.0-alpha.0",
"@tauri-apps/plugin-shell": "2.0.0-alpha.0",
"@tauri-apps/plugin-window": "2.0.0-alpha.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"lucide-react": "^0.259.0",
"lucide-react": "^0.263.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"recharts": "^2.7.2",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss-animate": "^1.0.6"
"tailwindcss-animate": "^1.0.6",
"tauri-controls": "^0.0.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@tauri-apps/cli": "^2.0.0-alpha.10",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"postcss": "^8.4.25",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"taze": "^0.11.2",
"typescript": "^5.1.6",
"vite": "^4.4.2"
"vite": "^4.4.7"
}
}
Loading

0 comments on commit 1bf76d7

Please sign in to comment.