Skip to content

Commit ee9c81a

Browse files
committed
chore: update dependencies to the latest version
1 parent 7c2d6ab commit ee9c81a

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@
2626
"prepare": "husky"
2727
},
2828
"dependencies": {
29-
"@clerk/localizations": "^3.1.0",
30-
"@clerk/nextjs": "^5.6.3",
31-
"@electric-sql/pglite": "^0.2.9",
29+
"@clerk/localizations": "^3.1.2",
30+
"@clerk/nextjs": "^5.7.1",
31+
"@electric-sql/pglite": "^0.2.10",
3232
"@hookform/resolvers": "^3.9.0",
3333
"@logtail/pino": "^0.5.0",
34-
"@radix-ui/react-accordion": "^1.2.0",
34+
"@radix-ui/react-accordion": "^1.2.1",
3535
"@radix-ui/react-dropdown-menu": "^2.1.1",
3636
"@radix-ui/react-icons": "^1.3.0",
3737
"@radix-ui/react-label": "^2.1.0",
3838
"@radix-ui/react-slot": "^1.1.0",
39-
"@radix-ui/react-tooltip": "^1.1.2",
40-
"@sentry/nextjs": "^8.32.0",
41-
"@spotlightjs/spotlight": "^2.4.1",
39+
"@radix-ui/react-tooltip": "^1.1.3",
40+
"@sentry/nextjs": "^8.33.1",
41+
"@spotlightjs/spotlight": "^2.4.2",
4242
"@t3-oss/env-nextjs": "^0.11.1",
4343
"@tanstack/react-table": "^8.20.5",
4444
"class-variance-authority": "^0.7.0",
4545
"clsx": "^2.1.1",
4646
"drizzle-orm": "^0.33.0",
47-
"lucide-react": "^0.446.0",
48-
"next": "^14.2.13",
47+
"lucide-react": "^0.447.0",
48+
"next": "^14.2.14",
4949
"next-intl": "^3.20.0",
5050
"pg": "^8.13.0",
5151
"pino": "^9.4.0",
@@ -55,19 +55,19 @@
5555
"react-hook-form": "^7.53.0",
5656
"sharp": "^0.33.5",
5757
"stripe": "^16.12.0",
58-
"tailwind-merge": "^2.5.2",
58+
"tailwind-merge": "^2.5.3",
5959
"zod": "^3.23.8"
6060
},
6161
"devDependencies": {
6262
"@antfu/eslint-config": "^2.27.3",
63-
"@clerk/testing": "^1.3.6",
63+
"@clerk/testing": "^1.3.9",
6464
"@commitlint/cli": "^19.5.0",
6565
"@commitlint/config-conventional": "^19.5.0",
6666
"@commitlint/cz-commitlint": "^19.5.0",
6767
"@eslint-react/eslint-plugin": "^1.14.3",
6868
"@faker-js/faker": "^9.0.3",
69-
"@next/bundle-analyzer": "^14.2.13",
70-
"@next/eslint-plugin-next": "^14.2.13",
69+
"@next/bundle-analyzer": "^14.2.14",
70+
"@next/eslint-plugin-next": "^14.2.14",
7171
"@percy/cli": "1.29.4",
7272
"@percy/playwright": "^1.0.6",
7373
"@playwright/test": "^1.47.2",
@@ -87,10 +87,10 @@
8787
"@testing-library/user-event": "^14.5.2",
8888
"@types/node": "^22.7.4",
8989
"@types/pg": "^8.11.10",
90-
"@types/react": "^18.3.10",
90+
"@types/react": "^18.3.11",
9191
"@vitejs/plugin-react": "^4.3.2",
92-
"@vitest/coverage-v8": "^2.1.1",
93-
"@vitest/expect": "^2.1.1",
92+
"@vitest/coverage-v8": "^2.1.2",
93+
"@vitest/expect": "^2.1.2",
9494
"autoprefixer": "^10.4.20",
9595
"checkly": "^4.9.0",
9696
"commitizen": "^4.3.1",
@@ -124,7 +124,7 @@
124124
"tsx": "^4.19.1",
125125
"typescript": "^5.6.2",
126126
"vite-tsconfig-paths": "^5.0.1",
127-
"vitest": "^2.1.1",
127+
"vitest": "^2.1.2",
128128
"vitest-fail-on-console": "^0.7.1"
129129
},
130130
"config": {

0 commit comments

Comments
 (0)