Skip to content

Commit

Permalink
fix: update ts-node dep version in init command
Browse files Browse the repository at this point in the history
The version needs to be compatible with the peerDependency version in typeorm's own package.json

Closes typeorm#8820
  • Loading branch information
mishagale committed Apr 4, 2022
1 parent 3730fd0 commit c6087ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/InitCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ Steps to run this project:

if (!packageJson.devDependencies) packageJson.devDependencies = {}
Object.assign(packageJson.devDependencies, {
"ts-node": "10.4.0",
"ts-node": "10.7.0",
"@types/node": "^16.11.10",
typescript: "4.5.2",
})
Expand Down

0 comments on commit c6087ad

Please sign in to comment.