Skip to content

Commit

Permalink
fix: replace ^ with ~ for typeorm version to avoid accidental bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Apr 5, 2022
1 parent d2be458 commit 4cd3882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"peerDependencies": {
"adminjs": "^5.0.0",
"typeorm": "^0.2.45"
"typeorm": "~0.2.45"
},
"optionalDependencies": {},
"devDependencies": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"semantic-release-slack-bot": "^1.6.2",
"ts-node": "^8.4.1",
"tsconfig-paths": "^3.9.0",
"typeorm": "^0.2.45",
"typeorm": "~0.2.45",
"typescript": "^4.0.3"
}
}

0 comments on commit 4cd3882

Please sign in to comment.