Skip to content

Commit

Permalink
chore(deps): update dependency ts-node to v10.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2022
1 parent db3e77c commit d12fc6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-rnd": "10.3.7",
"react-scripts": "5.0.1",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"web-vitals": "2.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jest-environment-jsdom": "28.1.2",
"react-is": "18.2.0",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest-styled-components": "7.0.8",
"standard-version": "9.5.0",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14555,10 +14555,10 @@ ts-jest@28.0.5:
semver "7.x"
yargs-parser "^21.0.1"

ts-node@10.8.1:
version "10.8.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
ts-node@10.9.1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down

0 comments on commit d12fc6f

Please sign in to comment.