Skip to content

Commit

Permalink
single version of ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 2, 2022
1 parent 8e94367 commit 9adc95f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sb": "6.5.0-beta.1",
"storybook-addon-angular-ivy": "^0.0.1",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.6.3"
},
"storybook": {
Expand Down
1 change: 1 addition & 0 deletions examples/cra-ts-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@storybook/react": "6.5.0-beta.1",
"@storybook/testing-library": "^0.0.9",
"sb": "6.5.0-beta.1",
"ts-node": "^10.4.0",
"webpack": "5"
},
"storybook": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-ts-essentials/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es5",
"target": "ES2020",
"types": [
"jest",
"node"
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-ts-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"fork-ts-checker-webpack-plugin": "^7.2.6",
"react-moment-proptypes": "^1.7.0",
"sb": "6.5.0-beta.1",
"ts-node": "^9.1.0",
"ts-node": "^10.4.0",
"webpack": "5"
},
"storybook": {
Expand Down
28 changes: 4 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12584,7 +12584,7 @@ __metadata:
storybook-addon-angular-ivy: ^0.0.1
telejson: ^5.3.3
ts-jest: ^26.4.4
ts-node: ^9.1.0
ts-node: ^10.4.0
typescript: ^4.6.3
zone.js: ^0.11.3
languageName: unknown
Expand Down Expand Up @@ -17613,6 +17613,7 @@ __metadata:
react-dom: 16.14.0
react-scripts: ^5.0.1
sb: 6.5.0-beta.1
ts-node: ^10.4.0
typescript: ^4.6.3
webpack: 5
languageName: unknown
Expand Down Expand Up @@ -17646,7 +17647,7 @@ __metadata:
react-moment-proptypes: ^1.7.0
react-scripts: ^5.0.1
sb: 6.5.0-beta.1
ts-node: ^9.1.0
ts-node: ^10.4.0
typescript: ^4.6.3
webpack: 5
languageName: unknown
Expand Down Expand Up @@ -40359,7 +40360,7 @@ __metadata:
languageName: node
linkType: hard

"source-map-support@npm:^0.5.16, source-map-support@npm:^0.5.17, source-map-support@npm:^0.5.5, source-map-support@npm:^0.5.6, source-map-support@npm:~0.5.12, source-map-support@npm:~0.5.19, source-map-support@npm:~0.5.20":
"source-map-support@npm:^0.5.16, source-map-support@npm:^0.5.5, source-map-support@npm:^0.5.6, source-map-support@npm:~0.5.12, source-map-support@npm:~0.5.19, source-map-support@npm:~0.5.20":
version: 0.5.21
resolution: "source-map-support@npm:0.5.21"
dependencies:
Expand Down Expand Up @@ -42897,27 +42898,6 @@ __metadata:
languageName: node
linkType: hard

"ts-node@npm:^9.1.0":
version: 9.1.1
resolution: "ts-node@npm:9.1.1"
dependencies:
arg: ^4.1.0
create-require: ^1.1.0
diff: ^4.0.1
make-error: ^1.1.1
source-map-support: ^0.5.17
yn: 3.1.1
peerDependencies:
typescript: ">=2.7"
bin:
ts-node: dist/bin.js
ts-node-script: dist/bin-script.js
ts-node-transpile-only: dist/bin-transpile.js
ts-script: dist/bin-script-deprecated.js
checksum: e0f904090aba4b3496fdfca640cfd92c1f5a41fa303b0ccb40f49be160699687a97a4dd5f57200646a3b83528952611d1c5ad5804ee25f338b017e7b1c13f0f4
languageName: node
linkType: hard

"ts-pnp@npm:^1.1.6":
version: 1.2.0
resolution: "ts-pnp@npm:1.2.0"
Expand Down

0 comments on commit 9adc95f

Please sign in to comment.