Skip to content

Commit

Permalink
fix(deps): update mikro-orm monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent 82f6ea2 commit 9d23f92
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 264 deletions.
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"@aws-sdk/client-s3": "^3.474.0",
"@json2csv/plainjs": "^7.0.4",
"@liaoliaots/nestjs-redis-health": "^9.0.4",
"@mikro-orm/better-sqlite": "^5.9.5",
"@mikro-orm/core": "^5.9.5",
"@mikro-orm/migrations": "^5.9.5",
"@mikro-orm/better-sqlite": "^6.0.0",
"@mikro-orm/core": "^6.0.0",
"@mikro-orm/migrations": "^6.0.0",
"@mikro-orm/nestjs": "^5.2.2",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs/axios": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/database/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "",
"version": "0.0.0",
"dependencies": {
"@mikro-orm/better-sqlite": "^5.9.5",
"@mikro-orm/core": "^5.9.5",
"@mikro-orm/migrations": "^5.9.5",
"@mikro-orm/better-sqlite": "^6.0.0",
"@mikro-orm/core": "^6.0.0",
"@mikro-orm/migrations": "^6.0.0",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@undb/authz": "workspace:^",
"@undb/core": "^0.0.0",
Expand All @@ -21,8 +21,8 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@mikro-orm/cli": "^5.9.5",
"@mikro-orm/reflection": "^5.9.5",
"@mikro-orm/cli": "^6.0.0",
"@mikro-orm/reflection": "^6.0.0",
"@swc/core": "1.4.0",
"@types/lodash-es": "^4.17.12",
"@types/uuid": "^9.0.7",
Expand Down
Loading

0 comments on commit 9d23f92

Please sign in to comment.