Skip to content

Commit

Permalink
type changes, arrange component
Browse files Browse the repository at this point in the history
  • Loading branch information
tkitsunai committed Mar 24, 2024
1 parent 7b8e308 commit ee4435d
Show file tree
Hide file tree
Showing 17 changed files with 761 additions and 545 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@tiptap/starter-kit": "^2.2.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.358.0",
"next": "14.1.3",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hook-form": "^7.51.1",
"react-markdown": "^9.0.1",
"rehype": "^13.0.1",
"rehype-parse": "^9.0.0",
Expand All @@ -50,7 +50,7 @@
"report-rendezvous-driver": "workspace:^",
"report-rendezvous-gateway": "workspace:^",
"report-rendezvous-usecase": "workspace:^",
"sonner": "^1.4.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"tsyringe": "^4.8.0",
Expand All @@ -59,19 +59,19 @@
},
"devDependencies": {
"@secretlint/secretlint-rule-preset-recommend": "^8.1.2",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@vitest/ui": "^1.4.0",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.35",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"secretlint": "^8.1.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
},
Expand Down
Loading

0 comments on commit ee4435d

Please sign in to comment.