Skip to content

Commit 5864d0a

Browse files
fix(deps): pin dependencies
1 parent c234a51 commit 5864d0a

File tree

5 files changed

+49
-57
lines changed

5 files changed

+49
-57
lines changed

api-services/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
},
88
"type": "module",
99
"dependencies": {
10-
"@helpwave/hightide": "^0.0.8",
10+
"@helpwave/hightide": "0.0.8",
1111
"@helpwave/proto-ts": "0.64.0-89e2023.0",
12-
"@tanstack/react-query": "^4.36.1",
13-
"@tanstack/react-query-devtools": "^4.36.1",
12+
"@tanstack/react-query": "4.36.1",
13+
"@tanstack/react-query-devtools": "4.36.1",
1414
"@types/google-protobuf": "3.15.12",
1515
"cookies-next": "2.1.2",
1616
"google-protobuf": "3.21.4",

customer/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
"lint": "tsc --noEmit && eslint ."
1111
},
1212
"dependencies": {
13-
"@helpwave/hightide": "^0.0.8",
13+
"@helpwave/hightide": "0.0.8",
1414
"@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",
1818
"@tanstack/react-query": "4.36.1",
19-
"clsx": "^2.1.1",
19+
"clsx": "2.1.1",
2020
"csstype": "3.1.3",
21-
"js-cookie": "^3.0.5",
21+
"js-cookie": "3.0.5",
2222
"lucide-react": "0.468.0",
23-
"next": "^15.2.4",
24-
"oidc-client-ts": "^3.1.0",
23+
"next": "15.2.4",
24+
"oidc-client-ts": "3.2.1",
2525
"react": "18.3.1",
2626
"react-custom-scrollbars-2": "4.5.0",
2727
"react-dom": "18.3.1",
28-
"react-hook-form": "^7.55.0",
28+
"react-hook-form": "7.56.2",
2929
"react-hot-toast": "2.4.1",
3030
"react-intersection-observer": "9.14.0",
31-
"tailwindcss": "^4.1.3",
31+
"tailwindcss": "4.1.3",
3232
"vanilla-cookieconsent": "3.0.1"
3333
},
3434
"devDependencies": {
3535
"@helpwave/eslint-config": "0.0.9",
36-
"@types/js-cookie": "^3.0.5",
36+
"@types/js-cookie": "3.0.6",
3737
"@types/node": "20.17.10",
3838
"@types/react": "18.3.17",
3939
"@types/react-dom": "18.3.5",

landing-page/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"lint": "tsc --noEmit && eslint ."
1111
},
1212
"dependencies": {
13-
"@helpwave/hightide": "^0.0.8",
13+
"@helpwave/hightide": "0.0.8",
1414
"@radix-ui/react-checkbox": "1.1.3",
15-
"@tailwindcss/postcss": "^4.1.3",
15+
"@tailwindcss/postcss": "4.1.3",
1616
"@tanstack/react-query": "4.36.1",
17-
"clsx": "^2.1.1",
17+
"clsx": "2.1.1",
1818
"csstype": "3.1.3",
1919
"lucide-react": "0.468.0",
20-
"next": "^15.2.4",
20+
"next": "15.2.4",
2121
"react": "18.3.1",
2222
"react-custom-scrollbars-2": "4.5.0",
2323
"react-dom": "18.3.1",
2424
"react-hot-toast": "2.4.1",
2525
"react-intersection-observer": "9.14.0",
26-
"tailwindcss": "^4.1.3",
26+
"tailwindcss": "4.1.3",
2727
"vanilla-cookieconsent": "3.0.1"
2828
},
2929
"devDependencies": {

pnpm-lock.yaml

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

tasks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@dnd-kit/sortable": "7.0.2",
1616
"@headlessui/react": "1.7.19",
1717
"@helpwave/api-services": "workspace:*",
18-
"@helpwave/hightide": "^0.0.8",
18+
"@helpwave/hightide": "0.0.8",
1919
"@radix-ui/react-checkbox": "1.1.3",
20-
"@tanstack/react-query": "^4.36.1",
21-
"@tanstack/react-query-devtools": "^4.36.1",
20+
"@tanstack/react-query": "4.36.1",
21+
"@tanstack/react-query-devtools": "4.36.1",
2222
"@tanstack/react-table": "8.20.6",
2323
"@types/google-protobuf": "3.15.12",
24-
"clsx": "^2.1.1",
24+
"clsx": "2.1.1",
2525
"cookies-next": "2.1.2",
2626
"google-protobuf": "3.21.4",
2727
"grpc-web": "1.5.0",

0 commit comments

Comments
 (0)