Skip to content

Commit

Permalink
fix(deps): move ts-node to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 26, 2022
1 parent 9d6abc1 commit dabb00f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 23 deletions.
72 changes: 53 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -74,7 +74,6 @@
"strong-log-transformer": "^2.1.0",
"tar": "^6.1.11",
"temp-write": "^4.0.0",
"ts-node": "^10.6.0",
"whatwg-url": "^11.0.0",
"write-file-atomic": "^4.0.1",
"write-json-file": "^4.3.0",
Expand Down Expand Up @@ -102,7 +101,8 @@
"@types/write-file-atomic": "^4.0.0",
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"@types/yargs": "^17.0.9"
"@types/yargs": "^17.0.9",
"ts-node": "^10.6.0"
},
"funding": {
"type": "ko_fi",
Expand Down
4 changes: 2 additions & 2 deletions packages/publish/package.json
Expand Up @@ -57,7 +57,6 @@
"strong-log-transformer": "^2.1.0",
"tar": "^6.1.11",
"temp-write": "^4.0.0",
"ts-node": "^10.5.0",
"whatwg-url": "^11.0.0",
"write-file-atomic": "^4.0.1",
"write-json-file": "^4.3.0",
Expand All @@ -76,6 +75,7 @@
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.9",
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0"
"@types/write-pkg": "^4.0.0",
"ts-node": "^10.5.0"
}
}

0 comments on commit dabb00f

Please sign in to comment.