chore: Revert to official Typeorm package (#4072)

This commit is contained in:
Oliver Windall Juhl
2023-05-11 13:08:38 +02:00
committed by GitHub
parent cfcd2d54fd
commit 6511959e23
10 changed files with 47 additions and 20 deletions

View File

@@ -56,7 +56,7 @@
"typedoc-plugin-markdown": "^3.13.4",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-plugin-reference-excluder": "^1.0.0",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
"typeorm": "^0.3.16"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "yarn run lint",