chore: Bump Typeorm to Medusa fork (#3981)

* chore: Bump typeorm to medusa fork

* Update types + utils

* Bump integration test suites

* Create good-parents-prove.md
This commit is contained in:
Oliver Windall Juhl
2023-05-02 14:37:19 +02:00
committed by GitHub
parent eb7be96d39
commit d539c6feeb
12 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"@medusajs/modules-sdk": "1.8.3",
"@medusajs/utils": "1.8.2",
"awilix": "^8.0.0",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"scripts": {
"watch": "tsc --build --watch",
+1 -1
View File
@@ -40,7 +40,7 @@
"peerDependencies": {
"@medusajs/types": "1.8.3",
"medusa-interfaces": "1.3.7",
"typeorm": "^0.3.11"
"typeorm": "*"
},
"dependencies": {
"@medusajs/medusa-cli": "1.3.11",
+1 -1
View File
@@ -27,7 +27,7 @@
"@medusajs/modules-sdk": "1.8.3",
"@medusajs/utils": "1.8.2",
"awilix": "^8.0.0",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"scripts": {
"watch": "tsc --build --watch",
+1 -1
View File
@@ -19,7 +19,7 @@
"devDependencies": {
"awilix": "^8.0.0",
"cross-env": "^5.2.1",
"typeorm": "^0.3.14",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0",
"typescript": "^4.4.4",
"winston": "^3.8.2"
},
+1 -1
View File
@@ -28,7 +28,7 @@
"awilix": "^8.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"typeorm": "^0.3.14",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0",
"ulid": "^2.3.0"
},
"scripts": {