Skip to content

Commit

Permalink
fix(misc): update versions of tslint and ts-node to work with npm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Dec 16, 2020
1 parent 7911a60 commit dfb7363
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -239,11 +239,11 @@
"tree-kill": "1.2.2",
"ts-jest": "26.4.0",
"ts-loader": "5.4.5",
"ts-node": "^8.0.2",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tsickle": "^0.38.1",
"tslib": "^2.0.0",
"tslint": "6.0.0",
"tslint": "^6.1.3",
"typescript": "4.0.3",
"url-loader": "^3.0.0",
"verdaccio": "^4.4.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/workspace/migrations.json
Expand Up @@ -840,6 +840,19 @@
"alwaysAddToPackageJson": false
}
}
},
"11.0.9": {
"version": "11.0.9",
"packages": {
"tslint": {
"version": "~6.1.0",
"alwaysAddToPackageJson": false
},
"ts-node": {
"version": "~9.1.1",
"alwaysAddToPackageJson": false
}
}
}
}
}
Expand Up @@ -38,8 +38,8 @@
"@nrwl/workspace": "<%= nxVersion %>",
"@types/node": "12.12.38",
"dotenv": "6.2.0",
"ts-node": "~7.0.0",
"tslint": "~6.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"eslint": "<%= eslintVersion %>",
"typescript": "<%= typescriptVersion %>",
"prettier": "<%= prettierVersion %>"
Expand Down

0 comments on commit dfb7363

Please sign in to comment.