1
0
Fork 0
mirror of https://github.com/Luzifer/mondash.git synced 2024-11-09 16:10:01 +00:00

Update dependencies

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-05-01 15:14:44 +02:00
parent 8b998d4a59
commit d1d16208e7
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D
3 changed files with 1902 additions and 4233 deletions

6094
src/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,34 +2,34 @@
"author": "", "author": "",
"description": "", "description": "",
"devDependencies": { "devDependencies": {
"axios": "^0.19.2", "@babel/core": "^7.14.0",
"babel-core": "^6.26.3", "axios": "^0.21.1",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^7.1.5", "babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"bootstrap": "^4.5.0", "bootstrap": "^4.6.0",
"bootstrap-vue": "^2.16.0", "bootstrap-vue": "^2.21.2",
"bootswatch": "^4.5.0", "bootswatch": "^4.6.0",
"css-loader": "^1.0.1", "css-loader": "^5.2.4",
"eslint": "^6.8.0", "eslint": "^7.25.0",
"eslint-plugin-vue": "^5.2.3", "eslint-plugin-vue": "^7.9.0",
"moment": "^2.27.0", "moment": "^2.29.1",
"node-sass": "^4.14.1", "node-sass": "^5.0.0",
"sass-loader": "^7.3.1", "sass-loader": "^11.0.1",
"style-loader": "^0.21.0", "style-loader": "^2.0.0",
"vue": "^2.6.11", "vue": "^2.6.12",
"vue-loader": "^15.9.3", "vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.11", "vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1", "webpack": "^5.36.2",
"webpack-cli": "^3.3.12", "webpack-cli": "^4.6.0",
"webpack-dev-middleware": "^1.4.0", "webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0" "webpack-hot-middleware": "^2.25.0"
}, },
"license": "ISC", "license": "ISC",
"name": "mondash", "name": "mondash",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "webpack -p" "build": "webpack --mode=production"
}, },
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {

View file

@ -10,7 +10,6 @@ module.exports = {
path: path.resolve(__dirname, '..', 'frontend'), path: path.resolve(__dirname, '..', 'frontend'),
}, },
plugins: [ plugins: [
new webpack.optimize.OccurrenceOrderPlugin(),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
'process.env': { 'process.env': {
NODE_ENV: JSON.stringify('production'), NODE_ENV: JSON.stringify('production'),