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

Update NPM dependencies

Updated:
- autoprefixer v10.4.13 → v10.4.17
- esbuild v0.17.6 → →0.20.0
- locomotive-scroll v5.0.0-beta.9 → v5.0.0-beta.11
- sass v1.69.5 → v1.70.0
This commit is contained in:
Chauncey McAskill
2024-01-29 12:30:58 -05:00
parent 5b6bca6ce3
commit 962ba66b96
5 changed files with 317 additions and 280 deletions

View File

@@ -1,3 +1,3 @@
{ {
"version": 1705937428563 "version": 1706549368176
} }

577
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,22 +14,22 @@
"build": "node --experimental-json-modules --no-warnings build/build.js" "build": "node --experimental-json-modules --no-warnings build/build.js"
}, },
"dependencies": { "dependencies": {
"locomotive-scroll": "^5.0.0-beta.9", "locomotive-scroll": "^5.0.0-beta.11",
"modujs": "^1.4.2", "modujs": "^1.4.2",
"modularload": "^1.2.6", "modularload": "^1.2.6",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"svg4everybody": "^2.1.9" "svg4everybody": "^2.1.9"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.17",
"browser-sync": "^3.0.2", "browser-sync": "^3.0.2",
"concat": "^1.0.3", "concat": "^1.0.3",
"esbuild": "^0.17.6", "esbuild": "^0.20.0",
"kleur": "^4.1.5", "kleur": "^4.1.5",
"node-notifier": "^10.0.1", "node-notifier": "^10.0.1",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"purgecss": "^5.0.0", "purgecss": "^5.0.0",
"sass": "^1.69.5", "sass": "^1.70.0",
"svg-mixer": "~2.3.14", "svg-mixer": "~2.3.14",
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long