chore(): Upgrade mikro orm (#13390)
* chore(): Upgrade mikro orm * handle 'null' value for big number props * 6.5.2 * remove only * fix pricing module rule value * switch select in strategy for balances * revert to select in strategy for order module * fix defining DML ManyToOne * fix define relationship * test fix * more fixes * change order strategy to balanced * change order strategy to balanced * prevent unnecessary manager fork * revert generated www changes * remove unnecessary changes * Create real-cobras-deny.md * address feedback --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fc4d5f0ac9
commit
a095245d71
@@ -53,11 +53,11 @@
|
||||
"@medusajs/types": "2.10.1",
|
||||
"@medusajs/ui": "4.0.21",
|
||||
"@medusajs/ui-preset": "2.10.1",
|
||||
"@mikro-orm/cli": "6.4.3",
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
"@mikro-orm/knex": "6.4.3",
|
||||
"@mikro-orm/migrations": "6.4.3",
|
||||
"@mikro-orm/postgresql": "6.4.3",
|
||||
"@mikro-orm/cli": "6.5.2",
|
||||
"@mikro-orm/core": "6.5.2",
|
||||
"@mikro-orm/knex": "6.5.2",
|
||||
"@mikro-orm/migrations": "6.5.2",
|
||||
"@mikro-orm/postgresql": "6.5.2",
|
||||
"@swc/core": "1.5.7",
|
||||
"@types/lodash": "^4.17.15",
|
||||
"@types/node": "^20.0.0",
|
||||
@@ -65,7 +65,7 @@
|
||||
"@types/react-dom": "^18.2.25",
|
||||
"awilix": "^8.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
"pg": "^8.13.0",
|
||||
"pg": "^8.16.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "6.20.1",
|
||||
@@ -82,14 +82,14 @@
|
||||
"@medusajs/icons": "2.10.1",
|
||||
"@medusajs/test-utils": "2.10.1",
|
||||
"@medusajs/ui": "4.0.21",
|
||||
"@mikro-orm/cli": "6.4.3",
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
"@mikro-orm/knex": "6.4.3",
|
||||
"@mikro-orm/migrations": "6.4.3",
|
||||
"@mikro-orm/postgresql": "6.4.3",
|
||||
"@mikro-orm/cli": "6.5.2",
|
||||
"@mikro-orm/core": "6.5.2",
|
||||
"@mikro-orm/knex": "6.5.2",
|
||||
"@mikro-orm/migrations": "6.5.2",
|
||||
"@mikro-orm/postgresql": "6.5.2",
|
||||
"awilix": "^8.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
"pg": "^8.13.0",
|
||||
"pg": "^8.16.3",
|
||||
"react-router-dom": "6.20.1"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user