Skip to content

Commit 98d507b

Browse files
committed
feature: speca: drop support of node < 18
1 parent 244f6e4 commit 98d507b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,16 @@
3737
},
3838
"dependencies": {
3939
"chalk": "^5.0.0",
40-
"find-up": "^6.2.0",
4140
"mock-import": "^3.0.2",
4241
"montag": "^1.2.1",
4342
"once": "^1.4.0",
44-
"picomatch": "^2.3.1",
4543
"putout": "^34.0.9",
4644
"table": "^6.8.0",
4745
"try-catch": "^3.0.0",
4846
"yargs-parser": "^21.0.0"
4947
},
5048
"engines": {
51-
"node": ">=16"
49+
"node": ">=18"
5250
},
5351
"license": "MIT",
5452
"devDependencies": {

0 commit comments

Comments
 (0)