fix: Upgrade ts-node to work with latest typescript (#81322)

fix: plugins-bundled/internal/input-datasource build regression from ts-node version
This commit is contained in:
Aaron Godin
2024-01-26 09:44:11 +00:00
committed by GitHub
parent 8761dfcc97
commit d86eac6ce0
2 changed files with 2 additions and 40 deletions
@@ -24,7 +24,7 @@
"jest-environment-jsdom": "29.3.1",
"swc-loader": "0.2.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"webpack": "5.76.0"
},
"dependencies": {