Update NPM dependencies

Added:
- esbuild v0.8.16 → v0.12.28
- kleur v4.1.3 → v4.1.4
- locomotive-scroll v4.0.4 → v4.1.2
- node-notifier v8.0.1 → v10.0.0
- node-sass v5.0.0 → v6.0.1

Removed:
- fs
This commit is contained in:
Chauncey McAskill
2021-09-14 18:27:03 -04:00
parent 1203e54277
commit 5cc8a75866
3 changed files with 7264 additions and 2584 deletions

View File

@@ -13,7 +13,6 @@ export function buildScripts() {
sourcemap: true,
color: true,
logLevel: 'error',
errorLimit: 1,
target: [ 'es2015' ],
outfile: paths.scripts.dest + paths.scripts.main + '.js'
}).catch((e) => {