Skip to content

Commit 038d95a

Browse files
fix(deps): pin dependencies
1 parent eb65e99 commit 038d95a

File tree

6 files changed

+75
-98
lines changed

6 files changed

+75
-98
lines changed

api-services/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
},
88
"type": "module",
99
"dependencies": {
10-
"@helpwave/hightide": "^0.0.17",
10+
"@helpwave/hightide": "0.0.17",
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",
@@ -23,7 +23,7 @@
2323
"zod": "3.24.1"
2424
},
2525
"devDependencies": {
26-
"@helpwave/eslint-config": "^0.0.11",
26+
"@helpwave/eslint-config": "0.0.11",
2727
"@types/js-cookie": "3.0.6",
2828
"@types/node": "20.17.10",
2929
"@types/react": "18.3.17",

customer/package.json

Lines changed: 12 additions & 12 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.17",
13+
"@helpwave/hightide": "0.0.17",
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.7",
3232
"vanilla-cookieconsent": "3.0.1"
3333
},
3434
"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",
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
"lint": "tsc --noEmit && eslint ."
1111
},
1212
"dependencies": {
13-
"@helpwave/hightide": "^0.0.17",
13+
"@helpwave/hightide": "0.0.17",
1414
"@radix-ui/react-checkbox": "1.1.3",
15-
"@tailwindcss/cli": "^4.1.7",
16-
"@tailwindcss/postcss": "^4.1.3",
15+
"@tailwindcss/cli": "4.1.7",
16+
"@tailwindcss/postcss": "4.1.5",
1717
"@tanstack/react-query": "4.36.1",
18-
"clsx": "^2.1.1",
18+
"clsx": "2.1.1",
1919
"csstype": "3.1.3",
2020
"lucide-react": "0.468.0",
21-
"next": "^15.2.4",
22-
"postcss": "^8.5.3",
23-
"postcss-cli": "^11.0.1",
21+
"next": "15.2.4",
22+
"postcss": "8.5.3",
23+
"postcss-cli": "11.0.1",
2424
"react": "18.3.1",
2525
"react-custom-scrollbars-2": "4.5.0",
2626
"react-dom": "18.3.1",
2727
"react-hot-toast": "2.4.1",
2828
"react-intersection-observer": "9.14.0",
29-
"tailwindcss": "^4.1.3",
29+
"tailwindcss": "4.1.7",
3030
"vanilla-cookieconsent": "3.0.1"
3131
},
3232
"devDependencies": {
33-
"@helpwave/eslint-config": "^0.0.11",
33+
"@helpwave/eslint-config": "0.0.11",
3434
"@types/node": "20.17.10",
3535
"@types/react": "18.3.17",
3636
"@types/react-dom": "18.3.5",

0 commit comments

Comments
 (0)