1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update Node version and npm dependencies

This commit is contained in:
Deven Caron
2024-01-05 09:06:24 -05:00
parent 43c86c3b50
commit 9a5a91b221
3 changed files with 196 additions and 777 deletions

View File

@@ -6,7 +6,7 @@
"author": "Locomotive <info@locomotive.ca>",
"type": "module",
"engines": {
"node": ">=17.9",
"node": ">=20.1",
"npm": ">=8.0"
},
"scripts": {
@@ -22,7 +22,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.11",
"browser-sync": "^3.0.2",
"concat": "^1.0.3",
"esbuild": "^0.17.6",
"kleur": "^4.1.5",