Skip to content

Commit 5bbd49b

Browse files
fix(deps): update dependency @polar-sh/sdk to ^0.34.0
1 parent bfec4bb commit 5bbd49b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bun.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@ark-ui/react": "^5.5.0",
88
"@auth/core": "^0.39.0",
99
"@omnidev/sigil": "^0.15.2",
10-
"@polar-sh/sdk": "^0.32.3",
10+
"@polar-sh/sdk": "^0.34.0",
1111
"@react-email/components": "^0.0.40",
1212
"@tanstack/react-form": "^1.2.1",
1313
"@tanstack/react-pacer": "^0.6.0",
@@ -532,7 +532,7 @@
532532

533533
"@playwright/test": ["@playwright/[email protected]", "", { "dependencies": { "playwright": "1.52.0" }, "bin": { "playwright": "cli.js" } }, "sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g=="],
534534

535-
"@polar-sh/sdk": ["@polar-sh/sdk@0.32.11", "", { "dependencies": { "standardwebhooks": "^1.0.0" }, "peerDependencies": { "@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0", "zod": ">= 3" }, "optionalPeers": ["@modelcontextprotocol/sdk"], "bin": { "mcp": "bin/mcp-server.js" } }, "sha512-GmMDrWyJJnM45rByMRkY8U8DYbL2ggJNohhTc/9naMlGHnP3+RRgIG9IG6yxuXfQ1wljKyoViHAWCAGCvS3DPA=="],
535+
"@polar-sh/sdk": ["@polar-sh/sdk@0.34.9", "", { "dependencies": { "standardwebhooks": "^1.0.0", "zod": "^3.25.76" }, "peerDependencies": { "@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0" }, "optionalPeers": ["@modelcontextprotocol/sdk"], "bin": { "mcp": "bin/mcp-server.js" } }, "sha512-+kzQ3IlO67+/eSC4kmbZbmqdPjmvAr8zjTsavyx/u5lqwrerutvhpDzCCBQMlFnEVgeXArF+Rf6FQKkqKrgpxA=="],
536536

537537
"@react-email/body": ["@react-email/[email protected]", "", { "peerDependencies": { "react": "^18.0 || ^19.0 || ^19.0.0-rc" } }, "sha512-ZSD2SxVSgUjHGrB0Wi+4tu3MEpB4fYSbezsFNEJk2xCWDBkFiOeEsjTmR5dvi+CxTK691hQTQlHv0XWuP7ENTg=="],
538538

@@ -1862,6 +1862,8 @@
18621862

18631863
"@pandacss/token-dictionary/ts-pattern": ["[email protected]", "", {}, "sha512-aafbuAQOTEeWmA7wtcL94w6I89EgLD7F+IlWkr596wYxeb0oveWDO5dQpv85YP0CGbxXT/qXBIeV6IYLcoZ2uA=="],
18641864

1865+
"@polar-sh/sdk/zod": ["[email protected]", "", {}, "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ=="],
1866+
18651867
"@react-email/render/prettier": ["[email protected]", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw=="],
18661868

18671869
"@swc/helpers/tslib": ["[email protected]", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@ark-ui/react": "^5.5.0",
5757
"@auth/core": "^0.39.0",
5858
"@omnidev/sigil": "^0.15.2",
59-
"@polar-sh/sdk": "^0.32.3",
59+
"@polar-sh/sdk": "^0.34.0",
6060
"@react-email/components": "^0.0.40",
6161
"@tanstack/react-form": "^1.2.1",
6262
"@tanstack/react-pacer": "^0.6.0",

0 commit comments

Comments
 (0)