Skip to content

Commit 9f76705

Browse files
committed
Update tsnode to 10.9.2
Without this change, the following error occurs on `npm run start`: TypeError: state.conditions.includes is not a function
1 parent 16830a7 commit 9f76705

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-config-airbnb-typescript": "^17.1.0",
2424
"eslint-plugin-import": "^2.32.0",
2525
"eslint-plugin-sort-exports": "^0.9.1",
26-
"ts-node": "^10.9.1",
26+
"ts-node": "^10.9.2",
2727
"typescript": "^5.9.3"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)