Skip to content

Commit aea319b

Browse files
committed
update deps
1 parent 239b67b commit aea319b

File tree

3 files changed

+841
-424
lines changed

3 files changed

+841
-424
lines changed

backend/src/modules/general/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ const generalRoutes = app
230230
try {
231231
if (signature && rawRequestBody) {
232232
const eventData = paddle.webhooks.unmarshal(rawRequestBody, env.PADDLE_WEBHOOK_KEY || '', signature);
233-
switch (eventData?.eventType) {
233+
switch ((await eventData)?.eventType) {
234234
case EventName.SubscriptionCreated:
235-
logEvent(`Subscription ${eventData.data.id} was created`, {
235+
logEvent(`Subscription ${(await eventData)?.data.id} was created`, {
236236
ecent: JSON.stringify(eventData),
237237
});
238238
break;

frontend/package.json

Lines changed: 37 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -18,47 +18,47 @@
1818
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
1919
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
2020
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
21-
"@blocknote/core": "^0.20.0",
22-
"@blocknote/react": "^0.20.0",
23-
"@blocknote/shadcn": "^0.20.0",
24-
"@electric-sql/client": "^1.0.0-beta.1",
21+
"@blocknote/core": "^0.21.0",
22+
"@blocknote/react": "^0.21.0",
23+
"@blocknote/shadcn": "^0.21.0",
24+
"@electric-sql/client": "1.0.0-beta.1",
2525
"@floating-ui/react": "^0.27.0",
2626
"@github/mini-throttle": "^2.1.1",
2727
"@hookform/resolvers": "^3.9.1",
2828
"@oslojs/encoding": "^1.1.0",
2929
"@paddle/paddle-js": "^1.3.3",
30-
"@radix-ui/react-accordion": "^1.2.1",
31-
"@radix-ui/react-alert-dialog": "^1.1.2",
32-
"@radix-ui/react-avatar": "^1.1.1",
33-
"@radix-ui/react-checkbox": "^1.1.2",
34-
"@radix-ui/react-collapsible": "^1.1.1",
35-
"@radix-ui/react-dialog": "^1.1.2",
36-
"@radix-ui/react-dropdown-menu": "^2.1.2",
37-
"@radix-ui/react-hover-card": "^1.1.2",
38-
"@radix-ui/react-label": "^2.1.0",
39-
"@radix-ui/react-popover": "^1.1.2",
40-
"@radix-ui/react-radio-group": "^1.2.1",
41-
"@radix-ui/react-scroll-area": "^1.2.1",
42-
"@radix-ui/react-select": "^2.1.2",
43-
"@radix-ui/react-separator": "^1.1.0",
44-
"@radix-ui/react-slider": "^1.2.1",
45-
"@radix-ui/react-slot": "^1.1.0",
46-
"@radix-ui/react-switch": "^1.1.1",
47-
"@radix-ui/react-tabs": "^1.1.1",
48-
"@radix-ui/react-toast": "^1.2.2",
49-
"@radix-ui/react-toggle": "^1.1.0",
50-
"@radix-ui/react-toggle-group": "^1.1.0",
51-
"@radix-ui/react-tooltip": "^1.1.4",
52-
"@radix-ui/react-visually-hidden": "^1.1.0",
53-
"@sentry/react": "^8.44.0",
30+
"@radix-ui/react-accordion": "^1.2.2",
31+
"@radix-ui/react-alert-dialog": "^1.1.3",
32+
"@radix-ui/react-avatar": "^1.1.2",
33+
"@radix-ui/react-checkbox": "^1.1.3",
34+
"@radix-ui/react-collapsible": "^1.1.2",
35+
"@radix-ui/react-dialog": "^1.1.3",
36+
"@radix-ui/react-dropdown-menu": "^2.1.3",
37+
"@radix-ui/react-hover-card": "^1.1.3",
38+
"@radix-ui/react-label": "^2.1.1",
39+
"@radix-ui/react-popover": "^1.1.3",
40+
"@radix-ui/react-radio-group": "^1.2.2",
41+
"@radix-ui/react-scroll-area": "^1.2.2",
42+
"@radix-ui/react-select": "^2.1.3",
43+
"@radix-ui/react-separator": "^1.1.1",
44+
"@radix-ui/react-slider": "^1.2.2",
45+
"@radix-ui/react-slot": "^1.1.1",
46+
"@radix-ui/react-switch": "^1.1.2",
47+
"@radix-ui/react-tabs": "^1.1.2",
48+
"@radix-ui/react-toast": "^1.2.3",
49+
"@radix-ui/react-toggle": "^1.1.1",
50+
"@radix-ui/react-toggle-group": "^1.1.1",
51+
"@radix-ui/react-tooltip": "^1.1.5",
52+
"@radix-ui/react-visually-hidden": "^1.1.1",
53+
"@sentry/react": "^8.45.0",
5454
"@t3-oss/env-core": "^0.11.1",
5555
"@tailwindcss/typography": "^0.5.15",
5656
"@tanstack/query-sync-storage-persister": "^5.62.7",
5757
"@tanstack/react-query": "^5.62.7",
5858
"@tanstack/react-query-devtools": "^5.62.7",
5959
"@tanstack/react-query-persist-client": "^5.62.7",
60-
"@tanstack/react-router": "^1.87.9",
61-
"@tanstack/router-devtools": "^1.87.9",
60+
"@tanstack/react-router": "^1.88.0",
61+
"@tanstack/router-devtools": "^1.88.0",
6262
"@uppy/audio": "^2.0.2",
6363
"@uppy/core": "^4.3.0",
6464
"@uppy/dashboard": "^4.1.3",
@@ -82,7 +82,7 @@
8282
"embla-carousel-autoplay": "^8.5.1",
8383
"embla-carousel-react": "^8.5.1",
8484
"emblor": "^1.4.7",
85-
"framer-motion": "^11.14.0",
85+
"framer-motion": "^11.14.4",
8686
"gleap": "^14.1.0",
8787
"hono": "4.6.13",
8888
"i18next": "^23.16.8",
@@ -103,13 +103,13 @@
103103
"react-day-picker": "^9.4.3",
104104
"react-dom": "^18.3.1",
105105
"react-error-boundary": "^4.1.2",
106-
"react-hook-form": "^7.54.0",
107-
"react-i18next": "^15.1.4",
106+
"react-hook-form": "^7.54.1",
107+
"react-i18next": "^15.2.0",
108108
"react-intersection-observer": "^9.13.1",
109109
"react-lazy-with-preload": "^2.2.1",
110110
"react-pdf": "^9.1.1",
111111
"react-resizable-panels": "^2.1.7",
112-
"recharts": "^2.14.1",
112+
"recharts": "^2.15.0",
113113
"slugify": "1.6.6",
114114
"sonner": "^1.7.1",
115115
"tailwind-merge": "^2.5.5",
@@ -127,7 +127,7 @@
127127
"@redux-devtools/extension": "^3.3.0",
128128
"@rollup/plugin-terser": "^0.4.4",
129129
"@sentry/vite-plugin": "^2.22.7",
130-
"@tanstack/router-plugin": "^1.87.11",
130+
"@tanstack/router-plugin": "^1.87.13",
131131
"@types/lodash.clonedeep": "^4.5.9",
132132
"@types/node": "^22.10.2",
133133
"@types/react": "^18.3.16",
@@ -138,7 +138,7 @@
138138
"autoprefixer": "^10.4.20",
139139
"postcss": "^8.4.49",
140140
"postcss-import": "^16.1.0",
141-
"postcss-preset-env": "^10.1.1",
141+
"postcss-preset-env": "^10.1.2",
142142
"postgres": "^3.4.5",
143143
"rollup-plugin-visualizer": "^5.12.0",
144144
"tailwindcss": "^3.4.16",
@@ -149,11 +149,7 @@
149149
"vite-plugin-pwa": "^0.21.1",
150150
"vite-plugin-static-copy": "^2.2.0"
151151
},
152-
"browserslist": [
153-
">0.2%",
154-
"not dead",
155-
"not op_mini all"
156-
],
152+
"browserslist": [">0.2%", "not dead", "not op_mini all"],
157153
"postcss": {
158154
"plugins": {
159155
"postcss-import": {},

0 commit comments

Comments
 (0)