Skip to content

Commit 25202d2

Browse files
fix(deps): pin dependencies
1 parent 3857035 commit 25202d2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

customer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
"dependencies": {
1313
"@helpwave/common": "workspace:*",
1414
"@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",
1717
"@tanstack/react-query": "4.36.1",
1818
"@twind/core": "1.1.3",
1919
"csstype": "3.1.3",
20-
"js-cookie": "^3.0.5",
20+
"js-cookie": "3.0.5",
2121
"lucide-react": "0.468.0",
2222
"next": "15.1.3",
23-
"oidc-client-ts": "^3.1.0",
23+
"oidc-client-ts": "3.1.0",
2424
"react": "18.3.1",
2525
"react-custom-scrollbars-2": "4.5.0",
2626
"react-dom": "18.3.1",
27-
"react-hook-form": "^7.55.0",
27+
"react-hook-form": "7.55.0",
2828
"react-hot-toast": "2.4.1",
2929
"react-intersection-observer": "9.14.0",
3030
"vanilla-cookieconsent": "3.0.1"
3131
},
3232
"devDependencies": {
3333
"@helpwave/eslint-config": "workspace:*",
34-
"@types/js-cookie": "^3.0.5",
34+
"@types/js-cookie": "3.0.6",
3535
"@types/node": "20.17.10",
3636
"@types/react": "18.3.17",
3737
"@types/react-dom": "18.3.5",

pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)