mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 16:13:53 +00:00
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:
parent
a7d4006fee
commit
34b951f4c6
@ -64,11 +64,11 @@
|
|||||||
"sinon": "13.0.1",
|
"sinon": "13.0.1",
|
||||||
"style-loader": "^1.0.1",
|
"style-loader": "^1.0.1",
|
||||||
"uuid": "^3.3.3",
|
"uuid": "^3.3.3",
|
||||||
"vue": "2.5.6",
|
"vue": "2.6.14",
|
||||||
"vue-eslint-parser": "8.2.0",
|
"vue-eslint-parser": "8.2.0",
|
||||||
"vue-loader": "15.9.8",
|
"vue-loader": "15.9.8",
|
||||||
"vue-template-compiler": "2.5.6",
|
"vue-template-compiler": "2.6.14",
|
||||||
"webpack": "5.67.0",
|
"webpack": "5.68.0",
|
||||||
"webpack-cli": "4.9.2",
|
"webpack-cli": "4.9.2",
|
||||||
"webpack-dev-middleware": "^3.1.3",
|
"webpack-dev-middleware": "^3.1.3",
|
||||||
"webpack-hot-middleware": "^2.22.3",
|
"webpack-hot-middleware": "^2.22.3",
|
||||||
@ -105,7 +105,7 @@
|
|||||||
"url": "https://github.com/nasa/openmct.git"
|
"url": "https://github.com/nasa/openmct.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.20.1 <15.0.0"
|
"node": ">=12.22.0"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -6,7 +6,7 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
|
|||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||||
|
|
||||||
const VueLoaderPlugin = require('vue-loader/lib/plugin');
|
const {VueLoaderPlugin} = require('vue-loader');
|
||||||
const gitRevision = require('child_process')
|
const gitRevision = require('child_process')
|
||||||
.execSync('git rev-parse HEAD')
|
.execSync('git rev-parse HEAD')
|
||||||
.toString().trim();
|
.toString().trim();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user