File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
"all-checks" : " yarn lint && lerna run test && lerna run cy:run && yarn build"
29
29
},
30
30
"engines" : {
31
- "node" : " >=12 " ,
31
+ "node" : " >=18.19.0 || >=20.6.0 " ,
32
32
"yarn" : " ^1.19"
33
33
},
34
34
"devDependencies" : {
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"scripts" : {
7
- "build" : " node --loader tsx --no-warnings src/index.ts" ,
7
+ "build" : " node --import tsx --no-warnings src/index.ts" ,
8
8
"lint" : " eslint --ext .ts,.json src -f codeframe --max-warnings 0" ,
9
9
"lint:fix" : " yarn lint --fix"
10
10
},
15
15
"piscina" : " ^4.2.0" ,
16
16
"prettier" : " ^3.1.0" ,
17
17
"ts-morph" : " ^20.0.0" ,
18
- "tsx" : " ^4.5.0 " ,
18
+ "tsx" : " ^4.6.2 " ,
19
19
"vue" : " ^3.3.9" ,
20
20
"vuetify" : " ^3.4.6"
21
21
},
Original file line number Diff line number Diff line change @@ -13849,10 +13849,10 @@ tsutils@^3.21.0:
13849
13849
dependencies:
13850
13850
tslib "^1.8.1"
13851
13851
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 ==
13856
13856
dependencies:
13857
13857
esbuild "~0.18.20"
13858
13858
get-tsconfig "^4.7.2"
You can’t perform that action at this time.
0 commit comments