Skip to content

Commit

Permalink
Lock down ts-node to 10.8.0 for now because istanbuljs/nyc#1473
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconne committed Jun 20, 2022
1 parent bc7c864 commit bf69b96
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/appui-abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.2.0",
"ts-node": "^10.4.0",
"ts-node": "10.8.0",
"typescript": "~4.4.0",
"xmlhttprequest": "^1.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion ui/appui-layout-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.2.0",
"ts-node": "^10.4.0",
"ts-node": "10.8.0",
"typemoq": "^2.1.0",
"typescript": "~4.4.0",
"xmlhttprequest": "^1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/appui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.2.0",
"ts-node": "^10.4.0",
"ts-node": "10.8.0",
"typemoq": "^2.1.0",
"typescript": "~4.4.0",
"xmlhttprequest": "^1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.2.0",
"ts-node": "^10.4.0",
"ts-node": "10.8.0",
"typemoq": "^2.1.0",
"typescript": "~4.4.0",
"xmlhttprequest": "^1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.2.0",
"ts-node": "^10.4.0",
"ts-node": "10.8.0",
"typemoq": "^2.1.0",
"typescript": "~4.4.0",
"xmlhttprequest": "^1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/imodel-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.2.0",
"ts-node": "^10.4.0",
"ts-node": "10.8.0",
"typemoq": "^2.1.0",
"typescript": "~4.4.0",
"xmlhttprequest": "^1.8.0"
Expand Down

0 comments on commit bf69b96

Please sign in to comment.