chore(deps): update deps to support node 18

This commit is contained in:
Brian Smith
2024-02-28 18:16:28 -05:00
parent 2511556e95
commit 8fb63bb0cf
11 changed files with 22011 additions and 27989 deletions

View File

@@ -58,7 +58,7 @@ module.exports = _.values(Merge.smart(commonConfig, {
]
},
watchOptions: {
ignored: [/node_modules/, /\.git/]
ignored: ['/node_modules/', '/\.git/']
}
}
}));