Skip to content

Commit cf432a4

Browse files
committed
chore: update deps
1 parent 80c6326 commit cf432a4

File tree

5 files changed

+1820
-2041
lines changed

5 files changed

+1820
-2041
lines changed

backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"enforce-unique": "^1.3.0",
6666
"hono": "4.6.16",
6767
"i18next": "^23.16.8",
68-
"isbot": "^5.1.20",
68+
"isbot": "^5.1.21",
6969
"jsdom": "^25.0.1",
7070
"jsonwebtoken": "^9.0.2",
7171
"jsx-email": "^2.5.5",
@@ -91,17 +91,17 @@
9191
"@types/node": "^22.10.5",
9292
"@types/papaparse": "^5.3.15",
9393
"@types/pg": "^8.11.10",
94-
"@types/react": "^19.0.3",
94+
"@types/react": "^19.0.4",
9595
"@types/ua-parser-js": "^0.7.39",
9696
"chalk": "^5.4.1",
9797
"commander": "^12.1.0",
9898
"cross-env": "^7.0.3",
9999
"drizzle-kit": "^0.30.1",
100100
"jszip": "^3.10.1",
101-
"papaparse": "^5.4.1",
101+
"papaparse": "^5.5.0",
102102
"tsup": "^8.3.5",
103103
"tsx": "^4.19.2",
104-
"typescript": "^5.7.2"
104+
"typescript": "^5.7.3"
105105
},
106106
"imports": {
107107
"#/*": ["./dist/src/*"]

frontend/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@
6060
"@tanstack/react-router": "^1.95.1",
6161
"@tanstack/router-devtools": "^1.95.1",
6262
"@types/lodash": "^4.17.14",
63-
"@uppy/audio": "^2.1.0",
64-
"@uppy/core": "^4.4.0",
65-
"@uppy/dashboard": "^4.3.0",
66-
"@uppy/drag-drop": "^4.1.0",
67-
"@uppy/file-input": "^4.1.0",
68-
"@uppy/image-editor": "^3.3.0",
69-
"@uppy/progress-bar": "^4.2.0",
63+
"@uppy/audio": "^2.1.1",
64+
"@uppy/core": "^4.4.1",
65+
"@uppy/dashboard": "^4.3.1",
66+
"@uppy/drag-drop": "^4.1.1",
67+
"@uppy/file-input": "^4.1.1",
68+
"@uppy/image-editor": "^3.3.1",
69+
"@uppy/progress-bar": "^4.2.1",
7070
"@uppy/provider-views": "4.3.0",
71-
"@uppy/react": "^4.2.0",
72-
"@uppy/screen-capture": "^4.2.0",
73-
"@uppy/status-bar": "^4.1.0",
74-
"@uppy/tus": "^4.2.0",
75-
"@uppy/webcam": "^4.1.0",
71+
"@uppy/react": "^4.2.1",
72+
"@uppy/screen-capture": "^4.2.1",
73+
"@uppy/status-bar": "^4.1.1",
74+
"@uppy/tus": "^4.2.1",
75+
"@uppy/webcam": "^4.1.1",
7676
"@vis.gl/react-google-maps": "1.4.0",
7777
"backend": "workspace:*",
7878
"canvas-confetti": "^1.9.3",
@@ -85,8 +85,8 @@
8585
"embla-carousel-autoplay": "^8.5.2",
8686
"embla-carousel-react": "^8.5.2",
8787
"emblor": "^1.4.7",
88-
"framer-motion": "^11.16.1",
89-
"gleap": "^14.1.6",
88+
"framer-motion": "^11.16.4",
89+
"gleap": "^14.1.9",
9090
"hono": "4.6.16",
9191
"i18next": "^23.16.8",
9292
"i18next-browser-languagedetector": "^8.0.2",
@@ -134,7 +134,7 @@
134134
"@types/canvas-confetti": "^1.9.0",
135135
"@types/lodash.clonedeep": "^4.5.9",
136136
"@types/node": "^22.10.5",
137-
"@types/react": "^19.0.3",
137+
"@types/react": "^19.0.4",
138138
"@types/react-dom": "^19.0.2",
139139
"@types/zxcvbn": "^4.4.5",
140140
"@vitejs/plugin-basic-ssl": "^1.2.0",
@@ -148,7 +148,7 @@
148148
"rollup-plugin-visualizer": "^5.14.0",
149149
"tailwindcss": "^3.4.17",
150150
"tsx": "^4.19.2",
151-
"typescript": "^5.7.2",
151+
"typescript": "^5.7.3",
152152
"vite": "^6.0.7",
153153
"vite-plugin-html": "^3.2.2",
154154
"vite-plugin-pwa": "^0.21.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cross-env": "^7.0.3",
4141
"rimraf": "^6.0.1",
4242
"tsx": "^4.19.2",
43-
"typescript": "^5.7.2",
43+
"typescript": "^5.7.3",
4444
"vitest": "^2.1.8"
4545
},
4646
"packageManager": "pnpm@9.1.2",

0 commit comments

Comments
 (0)