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:
@@ -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) => {
|
||||
|
||||
9852
package-lock.json
generated
9852
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,11 +22,10 @@
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.26.13",
|
||||
"concat": "^1.0.3",
|
||||
"esbuild": "^0.8.16",
|
||||
"fs": "0.0.1-security",
|
||||
"kleur": "^4.1.3",
|
||||
"node-notifier": "^8.0.1",
|
||||
"node-sass": "^5.0.0",
|
||||
"esbuild": "^0.12.28",
|
||||
"kleur": "^4.1.4",
|
||||
"node-notifier": "^10.0.0",
|
||||
"node-sass": "^6.0.1",
|
||||
"svg-mixer": "^2.3.14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user