Skip to content

Commit ad3068a

Browse files
authored
Version 0.38.0 (#944)
- fix: #913 - fix: #736 - fix: logic bug in mail checker if multiple instances run against the same mail account - chore: dependency updates
2 parents 36d01ce + 47e65a0 commit ad3068a

File tree

11 files changed

+1036
-1015
lines changed

11 files changed

+1036
-1015
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conveniat27",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"description": "The official website of conveniat27",
55
"license": "MIT",
66
"author": "Cyrill Püntener v/o JPG (cyrill.puentener@cevi.ch)",
@@ -40,8 +40,8 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@aws-sdk/client-s3": "^3.990.0",
44-
"@aws-sdk/s3-request-presigner": "^3.990.0",
43+
"@aws-sdk/client-s3": "^3.995.0",
44+
"@aws-sdk/s3-request-presigner": "^3.995.0",
4545
"@headlessui/react": "^2.2.9",
4646
"@icons-pack/react-simple-icons": "^12.9.0",
4747
"@lexical/selection": "0.35.0",
@@ -77,11 +77,11 @@
7777
"@payloadcms/richtext-slate": "^3.77.0",
7878
"@payloadcms/storage-s3": "^3.77.0",
7979
"@payloadcms/ui": "^3.77.0",
80-
"@posthog/nextjs-config": "^1.8.16",
81-
"@prisma/adapter-pg": "7.4.0",
82-
"@prisma/client": "7.4.0",
83-
"@prisma/client-runtime-utils": "^7.4.0",
84-
"@prisma/instrumentation": "7.4.0",
80+
"@posthog/nextjs-config": "^1.8.18",
81+
"@prisma/adapter-pg": "7.4.1",
82+
"@prisma/client": "7.4.1",
83+
"@prisma/client-runtime-utils": "^7.4.1",
84+
"@prisma/instrumentation": "7.4.1",
8585
"@radix-ui/react-accordion": "^1.2.12",
8686
"@radix-ui/react-alert-dialog": "^1.1.15",
8787
"@radix-ui/react-dialog": "^1.1.15",
@@ -90,10 +90,10 @@
9090
"@radix-ui/react-slot": "^1.2.4",
9191
"@radix-ui/react-tooltip": "^1.2.8",
9292
"@t3-oss/env-nextjs": "^0.12.0",
93-
"@tanstack/db": "^0.5.26",
94-
"@tanstack/offline-transactions": "^1.0.16",
93+
"@tanstack/db": "^0.5.28",
94+
"@tanstack/offline-transactions": "^1.0.18",
9595
"@tanstack/query-async-storage-persister": "^5.90.22",
96-
"@tanstack/react-db": "^0.1.70",
96+
"@tanstack/react-db": "^0.1.72",
9797
"@tanstack/react-query": "^5.90.21",
9898
"@tanstack/react-query-devtools": "^5.91.3",
9999
"@tanstack/react-query-persist-client": "^5.90.22",
@@ -111,7 +111,7 @@
111111
"cross-env": "^7.0.3",
112112
"date-fns": "^4.1.0",
113113
"embla-carousel-react": "^8.6.0",
114-
"framer-motion": "^12.34.0",
114+
"framer-motion": "^12.34.3",
115115
"image-size": "^2.0.2",
116116
"ioredis": "^5.9.3",
117117
"js-cookie": "^3.0.5",
@@ -127,13 +127,13 @@
127127
"nextjs-toploader": "^3.9.17",
128128
"node-pop3": "^0.11.0",
129129
"payload": "^3.77.0",
130-
"posthog-js": "^1.347.2",
130+
"posthog-js": "^1.352.0",
131131
"posthog-node": "^4.18.0",
132132
"qs-esm": "^7.0.3",
133133
"react": "19.2.0",
134134
"react-dom": "19.2.0",
135135
"react-error-boundary": "^4.1.2",
136-
"react-hook-form": "^7.71.1",
136+
"react-hook-form": "^7.71.2",
137137
"react-select": "^5.10.2",
138138
"react-social-media-embed": "^2.5.18",
139139
"require-in-the-middle": "^7.5.2",
@@ -150,15 +150,15 @@
150150
"devDependencies": {
151151
"@eslint/compat": "^1.4.1",
152152
"@eslint/eslintrc": "^3.3.3",
153-
"@eslint/js": "^9.39.2",
153+
"@eslint/js": "^9.39.3",
154154
"@faker-js/faker": "^9.9.0",
155155
"@next/eslint-plugin-next": "16.0.1",
156156
"@serwist/build": "^9.5.6",
157157
"@serwist/cli": "^9.5.6",
158158
"@serwist/next": "^9.5.6",
159159
"@swc/helpers": "^0.5.18",
160160
"@swc/jest": "^0.2.39",
161-
"@tailwindcss/postcss": "^4.1.18",
161+
"@tailwindcss/postcss": "^4.2.0",
162162
"@testing-library/dom": "^10.4.1",
163163
"@testing-library/jest-dom": "^6.9.1",
164164
"@testing-library/react": "^16.3.2",
@@ -170,12 +170,12 @@
170170
"@types/react": "19.2.2",
171171
"@types/react-dom": "19.2.2",
172172
"@types/web-push": "^3.6.4",
173-
"baseline-browser-mapping": "^2.9.19",
173+
"baseline-browser-mapping": "^2.10.0",
174174
"concurrently": "^9.2.1",
175175
"dotenv": "^17.3.1",
176176
"esbuild": "^0.25.12",
177177
"esbuild-wasm": "^0.27.3",
178-
"eslint": "^9.39.2",
178+
"eslint": "^9.39.3",
179179
"eslint-config-next": "16.0.1",
180180
"eslint-config-prettier": "^10.1.8",
181181
"eslint-plugin-file-progress": "^3.0.2",
@@ -198,14 +198,14 @@
198198
"prettier": "^3.8.1",
199199
"prettier-plugin-organize-imports": "^4.3.0",
200200
"prettier-plugin-tailwindcss": "^0.6.14",
201-
"prisma": "7.4.0",
201+
"prisma": "7.4.1",
202202
"sharp": "^0.34.5",
203203
"sort-package-json": "^3.6.1",
204-
"tailwindcss": "^4.1.18",
204+
"tailwindcss": "^4.2.0",
205205
"ts-node": "^10.9.2",
206206
"tsx": "^4.21.0",
207207
"typescript": "5.7.2",
208-
"typescript-eslint": "^8.55.0",
208+
"typescript-eslint": "^8.56.0",
209209
"undici": "^7.22.0",
210210
"unrs-resolver": "^1.11.1"
211211
},

0 commit comments

Comments
 (0)