Skip to content

Commit

Permalink
deps: ts-node-dev 1.1.1 (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Ryan Ling <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2020
1 parent e47b9ca commit 7c9683b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-geese-push.md

This file was deleted.

17 changes: 17 additions & 0 deletions .changeset/fluffy-needles-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'skuba': patch
---

**deps:** ts-node-dev 1.1.1

If you see the following error on `npm install`:

```bash
npm ERR! enoent ENOENT: no such file or directory, chmod '.../node_modules/ts-node-dev/lib\bin.js'
```

Try updating npm:

```bash
npm -g install npm
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"semantic-release": "^17.2.3",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"ts-node-dev": "1.0.0-pre.63",
"ts-node-dev": "1.1.1",
"tsconfig-seek": "1.0.2",
"typescript": "4.1.2",
"yargs-parser": "^20.2.3"
Expand Down
21 changes: 5 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9407,10 +9407,10 @@ ts-jest@^26.4.1:
semver "7.x"
yargs-parser "20.x"

ts-node-dev@1.0.0-pre.63:
version "1.0.0-pre.63"
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-1.0.0-pre.63.tgz#0e69df26cef35a728362d93348f13caa2cb2c512"
integrity sha512-KURricXsXtiB4R+NCgiKgE01wyTe/GlXTdAPIhliDhF3kCn00kzyepAc1H8kbUJCmz0oYQq/GQ6CMtiWovs9qg==
ts-node-dev@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ts-node-dev/-/ts-node-dev-1.1.1.tgz#b7602929395b1616b4aa99a3be0a4e121742283d"
integrity sha512-kAO8LUZgXZSY0+PucMPsQ0Bbdv0x+lgbN7j8gcD4PuTI4uKC6YchekaspmYTBNilkiu+rQYkWJA7cK+Q8/B0tQ==
dependencies:
chokidar "^3.4.0"
dateformat "~1.0.4-1.2.3"
Expand All @@ -9421,20 +9421,9 @@ [email protected]:
rimraf "^2.6.1"
source-map-support "^0.5.12"
tree-kill "^1.2.2"
ts-node "^8.10.2"
ts-node "^9.0.0"
tsconfig "^7.0.0"

ts-node@^8.10.2:
version "8.10.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
integrity sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==
dependencies:
arg "^4.1.0"
diff "^4.0.1"
make-error "^1.1.1"
source-map-support "^0.5.17"
yn "3.1.1"

ts-node@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.0.0.tgz#e7699d2a110cc8c0d3b831715e417688683460b3"
Expand Down

0 comments on commit 7c9683b

Please sign in to comment.