Skip to content

Commit 3ce5e7f

Browse files
committed
Updated to latest drizzle, mysql2, nuxt, primevue, bullmq, and keyv modules.
1 parent 58f6fda commit 3ce5e7f

File tree

3 files changed

+42
-19
lines changed

3 files changed

+42
-19
lines changed

package-lock.json

+38-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
"dependencies": {
4141
"@aws-sdk/client-s3": "^3.504.0",
4242
"@aws-sdk/s3-request-presigner": "^3.504.0",
43-
"@keyv/redis": "^2.8.4",
43+
"@keyv/redis": "^2.8.5",
4444
"@pinia/nuxt": "^0.4.11",
4545
"@primevue/themes": "^4.0.0-rc.1",
4646
"bcryptjs": "^2.4.3",
47-
"bullmq": "^5.3.0",
47+
"bullmq": "^5.34.10",
4848
"citty": "^0.1.5",
4949
"defu": "^6.1.4",
5050
"dotenv": "^16.4.5",
5151
"drizzle-orm": "^0.38.4",
5252
"dropzone": "^6.0.0-beta.2",
5353
"email-templates": "^11.1.1",
5454
"ioredis": "^5.3.2",
55-
"keyv": "^4.5.4",
55+
"keyv": "^5.2.3",
5656
"keyv-anyredis": "^3.3.0",
5757
"lodash": "^4.17.21",
5858
"md-editor-v3": "^4.13.2",

ving/docs/change-log.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ outline: deep
77

88
### 2025-01-21
99
* Fixed a bug where undefined tables were added to the drizzle map due to yesterday's fix.
10-
* Updated to latest drizzle and mysql2 modules.
11-
* Updated to latest nuxt and primevue modules.
10+
* Updated to latest drizzle, mysql2, nuxt, primevue, bullmq, and keyv modules.
1211
* NOTE: Run `npm i` to update your modules.
1312
* NOTE: PrimeVue now has a component called Form, so the Ving component called Form has been renamed to VForm. You'll need to update all your pages to use VForm.
1413
* Fixed: replace db.session.client.pool.end() with db.$client.pool.end() #195

0 commit comments

Comments
 (0)