Skip to content

Commit acd3c3c

Browse files
committed
deps
1 parent e32b2a1 commit acd3c3c

File tree

3 files changed

+859
-459
lines changed

3 files changed

+859
-459
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"i18next": "^23.16.3",
6565
"isbot": "^5.1.17",
6666
"jsonwebtoken": "^9.0.2",
67-
"jsx-email": "^2.0.11",
67+
"jsx-email": "^2.1.1",
6868
"locales": "workspace:*",
6969
"lucia": "^3.2.2",
7070
"nanoid": "^5.0.7",

frontend/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@hookform/resolvers": "^3.9.0",
2626
"@million/lint": "^1.0.11",
2727
"@oslojs/encoding": "^1.1.0",
28-
"@paddle/paddle-js": "^1.2.3",
28+
"@paddle/paddle-js": "^1.3.0",
2929
"@radix-ui/react-accordion": "^1.2.1",
3030
"@radix-ui/react-alert-dialog": "^1.1.2",
3131
"@radix-ui/react-avatar": "^1.1.1",
@@ -56,8 +56,8 @@
5656
"@tanstack/react-query": "^5.59.16",
5757
"@tanstack/react-query-devtools": "^5.59.16",
5858
"@tanstack/react-query-persist-client": "^5.59.16",
59-
"@tanstack/react-router": "^1.76.1",
60-
"@tanstack/router-devtools": "^1.76.1",
59+
"@tanstack/react-router": "^1.77.5",
60+
"@tanstack/router-devtools": "^1.77.5",
6161
"@uppy/audio": "^2.0.1",
6262
"@uppy/core": "^4.2.2",
6363
"@uppy/dashboard": "^4.1.1",
@@ -70,7 +70,7 @@
7070
"@uppy/status-bar": "^4.0.3",
7171
"@uppy/tus": "^4.1.2",
7272
"@uppy/webcam": "^4.0.1",
73-
"@vis.gl/react-google-maps": "^1.3.0",
73+
"@vis.gl/react-google-maps": "^1.4.0",
7474
"backend": "workspace:*",
7575
"class-variance-authority": "^0.7.0",
7676
"clsx": "^2.1.1",
@@ -81,10 +81,10 @@
8181
"embla-carousel-autoplay": "^8.3.0",
8282
"embla-carousel-react": "^8.3.0",
8383
"emblor": "^1.4.6",
84-
"framer-motion": "^11.11.9",
85-
"gleap": "^14.0.6",
84+
"framer-motion": "^11.11.10",
85+
"gleap": "^14.0.8",
8686
"hono": "4.6.6",
87-
"i18next": "^23.16.3",
87+
"i18next": "^23.16.4",
8888
"i18next-browser-languagedetector": "^8.0.0",
8989
"i18next-http-backend": "^2.6.2",
9090
"idb-keyval": "^6.2.1",
@@ -93,18 +93,18 @@
9393
"jspdf-autotable": "^3.8.4",
9494
"locales": "workspace:*",
9595
"lucide-react": "^0.447.0",
96-
"nanoid": "^5.0.7",
96+
"nanoid": "^5.0.8",
9797
"react": "^18.3.1",
9898
"react-confetti-explosion": "^2.1.2",
9999
"react-data-grid": "7.0.0-beta.47",
100-
"react-day-picker": "^9.2.0",
100+
"react-day-picker": "^9.2.1",
101101
"react-dom": "^18.3.1",
102102
"react-error-boundary": "^4.1.2",
103103
"react-hook-form": "^7.53.1",
104104
"react-i18next": "^15.1.0",
105105
"react-intersection-observer": "^9.13.1",
106106
"react-lazy-with-preload": "^2.2.1",
107-
"react-resizable-panels": "^2.1.5",
107+
"react-resizable-panels": "^2.1.6",
108108
"recharts": "^2.13.0",
109109
"slugify": "1.6.6",
110110
"sonner": "^1.5.0",
@@ -118,14 +118,14 @@
118118
"zxcvbn": "^4.4.2"
119119
},
120120
"devDependencies": {
121-
"@faker-js/faker": "^9.0.3",
121+
"@faker-js/faker": "^9.1.0",
122122
"@redux-devtools/extension": "^3.3.0",
123123
"@rollup/plugin-terser": "^0.4.4",
124124
"@sentry/vite-plugin": "^2.22.6",
125-
"@tanstack/router-plugin": "^1.76.0",
125+
"@tanstack/router-plugin": "^1.76.4",
126126
"@types/dompurify": "^3.0.5",
127127
"@types/lodash.clonedeep": "^4.5.9",
128-
"@types/node": "^22.7.9",
128+
"@types/node": "^22.8.1",
129129
"@types/react": "^18.3.12",
130130
"@types/react-dom": "^18.3.1",
131131
"@types/zxcvbn": "^4.4.5",
@@ -135,10 +135,10 @@
135135
"postcss": "^8.4.47",
136136
"postcss-import": "^16.1.0",
137137
"postcss-preset-env": "^10.0.8",
138-
"postgres": "^3.4.4",
138+
"postgres": "^3.4.5",
139139
"rollup-plugin-visualizer": "^5.12.0",
140140
"tailwindcss": "^3.4.14",
141-
"tsx": "^4.19.1",
141+
"tsx": "^4.19.2",
142142
"typescript": "^5.6.3",
143143
"vite": "^5.4.10",
144144
"vite-plugin-html": "^3.2.2",

0 commit comments

Comments
 (0)