feat(deps)!: upgrade node to v18, minimum (#116)

This commit is contained in:
Ismo Vuorinen
2023-10-24 12:09:48 +03:00
committed by GitHub
parent 0a8c40f27d
commit 0fe66c6dcb
15 changed files with 748 additions and 1145 deletions

View File

@@ -10,9 +10,7 @@
"url": "https://github.com/ivuorinen/base-configs/issues"
},
"engines": {
"node": ">= 12",
"npm": ">= 6",
"yarn": ">=1.20.0"
"node": ">= 18"
},
"files": [
"css/index.js",
@@ -39,6 +37,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"postcss": "^8.4.2",
"stylelint": "15.11.0",
"stylelint-config-recommended-scss": "13.0.0",
"stylelint-config-standard": "34.0.0",