Bumped dependency versions to fix build issues in Node 16 and later (#4866)

Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
Andrew Henry
2022-02-14 17:15:21 -08:00
committed by GitHub
parent a7d4006fee
commit 34b951f4c6
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
const webpack = require('webpack');
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const VueLoaderPlugin = require('vue-loader/lib/plugin');
const {VueLoaderPlugin} = require('vue-loader');
const gitRevision = require('child_process')
.execSync('git rev-parse HEAD')
.toString().trim();