|
10 | 10 | "lint": "tsc --noEmit && eslint ." |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@helpwave/hightide": "^0.0.17", |
| 13 | + "@helpwave/hightide": "0.0.17", |
14 | 14 | "@radix-ui/react-checkbox": "1.1.3", |
15 | | - "@stripe/react-stripe-js": "^3.6.0", |
16 | | - "@stripe/stripe-js": "^7.0.0", |
17 | | - "@tailwindcss/postcss": "^4.1.5", |
| 15 | + "@stripe/react-stripe-js": "3.7.0", |
| 16 | + "@stripe/stripe-js": "7.3.0", |
| 17 | + "@tailwindcss/postcss": "4.1.5", |
18 | 18 | "@tanstack/react-query": "4.36.1", |
19 | | - "clsx": "^2.1.1", |
| 19 | + "clsx": "2.1.1", |
20 | 20 | "csstype": "3.1.3", |
21 | | - "js-cookie": "^3.0.5", |
| 21 | + "js-cookie": "3.0.5", |
22 | 22 | "lucide-react": "0.468.0", |
23 | | - "next": "^15.2.4", |
24 | | - "oidc-client-ts": "^3.1.0", |
| 23 | + "next": "15.3.4", |
| 24 | + "oidc-client-ts": "3.2.1", |
25 | 25 | "react": "18.3.1", |
26 | 26 | "react-custom-scrollbars-2": "4.5.0", |
27 | 27 | "react-dom": "18.3.1", |
28 | | - "react-hook-form": "^7.55.0", |
| 28 | + "react-hook-form": "7.56.2", |
29 | 29 | "react-hot-toast": "2.4.1", |
30 | 30 | "react-intersection-observer": "9.14.0", |
31 | | - "tailwindcss": "^4.1.3", |
| 31 | + "tailwindcss": "4.1.10", |
32 | 32 | "vanilla-cookieconsent": "3.0.1" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@helpwave/eslint-config": "^0.0.11", |
36 | | - "@types/js-cookie": "^3.0.5", |
| 35 | + "@helpwave/eslint-config": "0.0.11", |
| 36 | + "@types/js-cookie": "3.0.6", |
37 | 37 | "@types/node": "20.17.10", |
38 | 38 | "@types/react": "18.3.17", |
39 | 39 | "@types/react-dom": "18.3.5", |
|
0 commit comments