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.19 → v10.4.20
- esbuild v0.21.5 → v0.21.5
- locomotive-scroll v5.0.0-beta.13 → v5.0.0-beta.21
- micromatch v4.0.4 → v4.0.8
- postcss v8.4.38 → v8.4.47
- svg-mixer v2.4.0 → v2.3.14
This commit is contained in:
Chauncey McAskill
2024-10-16 10:54:56 -04:00
parent 1ec1229fe4
commit b4ee0955c3
2 changed files with 2232 additions and 3865 deletions

6085
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,23 +14,23 @@
"build": "node --no-warnings build/build.js" "build": "node --no-warnings build/build.js"
}, },
"dependencies": { "dependencies": {
"locomotive-scroll": "^5.0.0-beta.13", "locomotive-scroll": "^5.0.0-beta.21",
"modujs": "^1.4.2", "modujs": "^1.4.2",
"modularload": "^1.2.6", "modularload": "^1.2.6",
"svg4everybody": "^2.1.9" "svg4everybody": "^2.1.9"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.20",
"browser-sync": "^3.0.2", "browser-sync": "^3.0.2",
"common-path": "^1.0.1", "common-path": "^1.0.1",
"concat": "^1.0.3", "concat": "^1.0.3",
"esbuild": "^0.21.5", "esbuild": "^0.24.0",
"kleur": "^4.1.5", "kleur": "^4.1.5",
"node-notifier": "^10.0.1", "node-notifier": "^10.0.1",
"postcss": "^8.4.38", "postcss": "^8.4.47",
"purgecss": "^6.0.0", "purgecss": "^6.0.0",
"sass": "^1.79.5", "sass": "^1.79.5",
"svg-mixer": "^2.3.14", "svg-mixer": "^2.4.0",
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },
"overrides": { "overrides": {
@@ -38,7 +38,7 @@
"ua-parser-js": "^1.0.33" "ua-parser-js": "^1.0.33"
}, },
"svg-mixer": { "svg-mixer": {
"micromatch": "^4.0.4", "micromatch": "^4.0.8",
"postcss": "^8.4.38" "postcss": "^8.4.38"
}, },
"svg-mixer-utils": { "svg-mixer-utils": {