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

Add missing constraints to NPM dependencies

Updated:
- locomotive-scroll v4.1.2
- normalize.css v8.0.1
- svg4everybody v2.1.9
This commit is contained in:
Chauncey McAskill
2021-10-01 14:04:27 -04:00
parent b24b4e10c4
commit fa8aa98595

View File

@@ -13,11 +13,11 @@
"build": "node --experimental-json-modules --no-warnings build/build.js"
},
"dependencies": {
"locomotive-scroll": "*",
"locomotive-scroll": "^4.1.2",
"modujs": "^1.4.2",
"modularload": "^1.2.6",
"normalize.css": "*",
"svg4everybody": "*"
"normalize.css": "^8.0.1",
"svg4everybody": "^2.1.9"
},
"devDependencies": {
"autoprefixer": "^10.3.5",