Skip to content

Commit

Permalink
Updated to latest drizzle, mysql2, nuxt, primevue, bullmq, and keyv m…
Browse files Browse the repository at this point in the history
…odules.
  • Loading branch information
rizen committed Jan 21, 2025
1 parent 58f6fda commit 3ce5e7f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 19 deletions.
52 changes: 38 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.504.0",
"@aws-sdk/s3-request-presigner": "^3.504.0",
"@keyv/redis": "^2.8.4",
"@keyv/redis": "^2.8.5",
"@pinia/nuxt": "^0.4.11",
"@primevue/themes": "^4.0.0-rc.1",
"bcryptjs": "^2.4.3",
"bullmq": "^5.3.0",
"bullmq": "^5.34.10",
"citty": "^0.1.5",
"defu": "^6.1.4",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.38.4",
"dropzone": "^6.0.0-beta.2",
"email-templates": "^11.1.1",
"ioredis": "^5.3.2",
"keyv": "^4.5.4",
"keyv": "^5.2.3",
"keyv-anyredis": "^3.3.0",
"lodash": "^4.17.21",
"md-editor-v3": "^4.13.2",
Expand Down
3 changes: 1 addition & 2 deletions ving/docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ outline: deep

### 2025-01-21
* Fixed a bug where undefined tables were added to the drizzle map due to yesterday's fix.
* Updated to latest drizzle and mysql2 modules.
* Updated to latest nuxt and primevue modules.
* Updated to latest drizzle, mysql2, nuxt, primevue, bullmq, and keyv modules.
* NOTE: Run `npm i` to update your modules.
* 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.
* Fixed: replace db.session.client.pool.end() with db.$client.pool.end() #195
Expand Down

0 comments on commit 3ce5e7f

Please sign in to comment.