Skip to content

Commit 81f8784

Browse files
committed
chore: fix tsx usage
1 parent 457e1d3 commit 81f8784

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"all-checks": "yarn lint && lerna run test && lerna run cy:run && yarn build"
2929
},
3030
"engines": {
31-
"node": ">=12",
31+
"node": ">=18.19.0 || >=20.6.0",
3232
"yarn": "^1.19"
3333
},
3434
"devDependencies": {

packages/api-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "",
66
"scripts": {
7-
"build": "node --loader tsx --no-warnings src/index.ts",
7+
"build": "node --import tsx --no-warnings src/index.ts",
88
"lint": "eslint --ext .ts,.json src -f codeframe --max-warnings 0",
99
"lint:fix": "yarn lint --fix"
1010
},
@@ -15,7 +15,7 @@
1515
"piscina": "^4.2.0",
1616
"prettier": "^3.1.0",
1717
"ts-morph": "^20.0.0",
18-
"tsx": "^4.5.0",
18+
"tsx": "^4.6.2",
1919
"vue": "^3.3.9",
2020
"vuetify": "^3.4.6"
2121
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13849,10 +13849,10 @@ tsutils@^3.21.0:
1384913849
dependencies:
1385013850
tslib "^1.8.1"
1385113851

13852-
tsx@^4.5.0:
13853-
version "4.5.0"
13854-
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.5.0.tgz#47384fffbd9d2e0273cfa6cf8b4caa4bb83dc742"
13855-
integrity sha512-hgxdziy9KLaHh9KE+a6tIZFP6kb0MLq/1D0sJVifbGP4QVEYhy6+2FNn7MyCm1pMc63p9CW/L1OzdqTNPxs6rg==
13852+
tsx@^4.6.2:
13853+
version "4.6.2"
13854+
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.6.2.tgz#8e9c1456ad4f1102c5c42c5be7fd428259b7d39b"
13855+
integrity sha512-QPpBdJo+ZDtqZgAnq86iY/PD2KYCUPSUGIunHdGwyII99GKH+f3z3FZ8XNFLSGQIA4I365ui8wnQpl8OKLqcsg==
1385613856
dependencies:
1385713857
esbuild "~0.18.20"
1385813858
get-tsconfig "^4.7.2"

0 commit comments

Comments
 (0)