Skip to content

Commit c3524da

Browse files
authored
chore: dynamic params (#639)
1 parent 132d8da commit c3524da

File tree

4 files changed

+54
-117
lines changed

4 files changed

+54
-117
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"clsx": "^2.1.1",
4545
"cmdk": "^1.0.0",
4646
"date-fns": "^4.1.0",
47-
"drizzle-orm": "^0.35.0",
47+
"drizzle-orm": "^0.35.3",
4848
"export-to-csv": "^1.4.0",
4949
"geist": "^1.3.1",
5050
"nanoid": "^5.0.7",
@@ -55,39 +55,39 @@
5555
"react": "^18.3.1",
5656
"react-day-picker": "^8.10.1",
5757
"react-dom": "^18.3.1",
58-
"react-hook-form": "^7.53.0",
58+
"react-hook-form": "^7.53.1",
5959
"server-only": "^0.0.1",
6060
"sonner": "^1.5.0",
61-
"tailwind-merge": "^2.5.3",
61+
"tailwind-merge": "^2.5.4",
6262
"tailwindcss-animate": "^1.0.7",
63-
"vaul": "^1.0.0",
63+
"vaul": "^1.1.0",
6464
"zod": "^3.23.8"
6565
},
6666
"devDependencies": {
6767
"@faker-js/faker": "^9.0.3",
6868
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
6969
"@total-typescript/ts-reset": "^0.6.1",
7070
"@types/eslint": "^8.56.10",
71-
"@types/node": "^22.7.4",
71+
"@types/node": "^22.7.8",
7272
"@types/react": "^18.3.11",
73-
"@types/react-dom": "^18.3.0",
74-
"@typescript-eslint/eslint-plugin": "^8.8.0",
75-
"@typescript-eslint/parser": "^8.8.0",
73+
"@types/react-dom": "^18.3.1",
74+
"@typescript-eslint/eslint-plugin": "^8.11.0",
75+
"@typescript-eslint/parser": "^8.11.0",
7676
"autoprefixer": "^10.4.20",
7777
"dotenv-cli": "^7.4.2",
78-
"drizzle-kit": "^0.26.0",
78+
"drizzle-kit": "^0.26.2",
7979
"eslint": "^8.57.0",
8080
"eslint-config-next": "^15.0.0",
8181
"eslint-config-prettier": "^9.1.0",
82-
"eslint-plugin-tailwindcss": "^3.17.4",
82+
"eslint-plugin-tailwindcss": "^3.17.5",
8383
"pg": "^8.13.0",
8484
"postcss": "^8.4.47",
8585
"prettier": "^3.3.3",
8686
"prettier-plugin-tailwindcss": "^0.6.8",
8787
"rimraf": "^6.0.1",
88-
"tailwindcss": "^3.4.13",
88+
"tailwindcss": "^3.4.14",
8989
"tsx": "^4.19.1",
90-
"typescript": "^5.6.2"
90+
"typescript": "^5.6.3"
9191
},
9292
"ct3aMetadata": {
9393
"initVersion": "7.23.1"

0 commit comments

Comments
 (0)