Skip to content

Commit 7853814

Browse files
committed
fix: corrected issues with ^0.3.0 typeorm
1 parent 147c8b2 commit 7853814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"typescript": "^4.1.3"
4343
},
4444
"peerDependencies": {
45-
"typeorm": "^0.2.29"
45+
"typeorm": "^0.2.29 <= ^0.2.45"
4646
},
4747
"jest": {
4848
"moduleFileExtensions": [

0 commit comments

Comments
 (0)