Skip to content

Commit 4cd3882

Browse files
committed
fix: replace ^ with ~ for typeorm version to avoid accidental bump
1 parent d2be458 commit 4cd3882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"peerDependencies": {
3838
"adminjs": "^5.0.0",
39-
"typeorm": "^0.2.45"
39+
"typeorm": "~0.2.45"
4040
},
4141
"optionalDependencies": {},
4242
"devDependencies": {
@@ -64,7 +64,7 @@
6464
"semantic-release-slack-bot": "^1.6.2",
6565
"ts-node": "^8.4.1",
6666
"tsconfig-paths": "^3.9.0",
67-
"typeorm": "^0.2.45",
67+
"typeorm": "~0.2.45",
6868
"typescript": "^4.0.3"
6969
}
7070
}

0 commit comments

Comments
 (0)