Skip to content

Commit

Permalink
experiment: does ts-node fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed May 31, 2022
1 parent 510db0b commit f391362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/insomnia-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"jest": "^28.1.0",
"ts-node": "^10.2.1",
"ts-node": "^10.8.0",
"typescript": "^4.5.5",
"typescript-json-schema": "^0.50.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-inso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest-mock": "^28.0.2",
"pkg": "^5.3.2",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1"
"ts-node": "^10.8.0"
},
"dependencies": {
"@stoplight/spectral-core": "^1.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia-smoke-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"oidc-provider": "^7.10.6",
"ramda": "^0.27.1",
"ramda-adjunct": "^2.34.0",
"ts-node": "^9.1.1",
"ts-node": "^10.8.0",
"uuid": "^8.3.2",
"xvfb-maybe": "^0.2.1"
}
Expand Down

0 comments on commit f391362

Please sign in to comment.