|
12 | 12 | "dependencies": {
|
13 | 13 | "@helpwave/common": "workspace:*",
|
14 | 14 | "@radix-ui/react-checkbox": "1.1.3",
|
15 |
| - "@stripe/react-stripe-js": "^3.6.0", |
16 |
| - "@stripe/stripe-js": "^7.0.0", |
| 15 | + "@stripe/react-stripe-js": "3.6.0", |
| 16 | + "@stripe/stripe-js": "7.0.0", |
17 | 17 | "@tanstack/react-query": "4.36.1",
|
18 | 18 | "@twind/core": "1.1.3",
|
19 | 19 | "csstype": "3.1.3",
|
20 |
| - "js-cookie": "^3.0.5", |
| 20 | + "js-cookie": "3.0.5", |
21 | 21 | "lucide-react": "0.468.0",
|
22 | 22 | "next": "15.1.3",
|
23 |
| - "oidc-client-ts": "^3.1.0", |
| 23 | + "oidc-client-ts": "3.1.0", |
24 | 24 | "react": "18.3.1",
|
25 | 25 | "react-custom-scrollbars-2": "4.5.0",
|
26 | 26 | "react-dom": "18.3.1",
|
27 |
| - "react-hook-form": "^7.55.0", |
| 27 | + "react-hook-form": "7.55.0", |
28 | 28 | "react-hot-toast": "2.4.1",
|
29 | 29 | "react-intersection-observer": "9.14.0",
|
30 | 30 | "vanilla-cookieconsent": "3.0.1"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 | 33 | "@helpwave/eslint-config": "workspace:*",
|
34 |
| - "@types/js-cookie": "^3.0.5", |
| 34 | + "@types/js-cookie": "3.0.6", |
35 | 35 | "@types/node": "20.17.10",
|
36 | 36 | "@types/react": "18.3.17",
|
37 | 37 | "@types/react-dom": "18.3.5",
|
|
0 commit comments